|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.systems.core.resources.SystemRemoteResourceInfo
Class that keeps information about a remote resource. Clients should not use this class.
Field Summary | |
---|---|
static String |
Copyright
|
Constructor Summary | |
---|---|
SystemRemoteResourceInfo()
Constructor for SystemRemoteResourceInfo. |
Method Summary | |
---|---|
void |
clear(int mask)
Clears all of the bits indicated by the mask. |
int |
getFlags()
Returns the flags for this info. |
SystemRemoteMarkerSet |
getMarkers()
Get the markers from the resource info. |
void |
set(int mask)
Sets all of the bits indicated by the mask. |
void |
setFlags(int value)
Sets the flags for this info. |
void |
setMarkers(SystemRemoteMarkerSet markerSet)
Set the markers for the resource info. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String Copyright
Constructor Detail |
public SystemRemoteResourceInfo()
Method Detail |
public void set(int mask)
public void clear(int mask)
public int getFlags()
public void setFlags(int value)
public void setMarkers(SystemRemoteMarkerSet markerSet)
null
can be used
to indicate that the resource has no markers.
public SystemRemoteMarkerSet getMarkers()
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |