|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
This interface represents a place to hold contextual information stored within each remote process object.
We store in here information that might be the same for multiple remote process objects, in order to save memory. This way, we can merely hold a reference to a single object, which itself may have numerous pieces of information helpful when processing actions on a particular remote object.
| Method Summary | |
|---|---|
void |
addFilterString(IHostProcessFilter additionalFilterString)
Add an additional filter string. |
IHostProcessFilter[] |
getAllFilterStrings()
Return all the filter string objects applicable to this folder object. |
IHostProcessFilter |
getFilterString()
Return the filter string used to resolve the list resulting in this remote object. |
IRemoteProcess |
getParentRemoteProcess()
Return the parent remote process object expanded to get this object, or null if no such parent |
IRemoteProcessSubSystem |
getParentRemoteProcessSubSystem()
Get parent subsystem |
void |
setFilterString(IHostProcessFilter filterString)
Set the filter string used to resolve the list resulting in this remote object. |
void |
setParentRemoteProcess(IRemoteProcess parentProcess)
Set the parent remote process object expanded to get this object, or null if no such parent |
void |
setParentRemoteProcessSubSystem(IRemoteProcessSubSystem parentSubSystem)
Set parent subsystem |
| Method Detail |
public IRemoteProcessSubSystem getParentRemoteProcessSubSystem()
public IRemoteProcess getParentRemoteProcess()
public IHostProcessFilter getFilterString()
public IHostProcessFilter[] getAllFilterStrings()
public void setParentRemoteProcessSubSystem(IRemoteProcessSubSystem parentSubSystem)
public void setParentRemoteProcess(IRemoteProcess parentProcess)
public void setFilterString(IHostProcessFilter filterString)
public void addFilterString(IHostProcessFilter additionalFilterString)
|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||