Remote Systems
v6.4.1

com.ibm.etools.systems.core.resources
Class SystemRemoteResourceInfo

java.lang.Object
  extended bycom.ibm.etools.systems.core.resources.SystemRemoteResourceInfo
All Implemented Interfaces:
Cloneable

public class SystemRemoteResourceInfo
extends Object
implements Cloneable

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

Copyright

public static final String Copyright
See Also:
Constant Field Values
Constructor Detail

SystemRemoteResourceInfo

public SystemRemoteResourceInfo()
Constructor for SystemRemoteResourceInfo.

Method Detail

set

public void set(int mask)
Sets all of the bits indicated by the mask.


clear

public void clear(int mask)
Clears all of the bits indicated by the mask.


getFlags

public int getFlags()
Returns the flags for this info.

Returns:
the flags

setFlags

public void setFlags(int value)
Sets the flags for this info.

Returns:
the flags

setMarkers

public void setMarkers(SystemRemoteMarkerSet markerSet)
Set the markers for the resource info. null can be used to indicate that the resource has no markers.


getMarkers

public SystemRemoteMarkerSet getMarkers()
Get the markers from the resource info.

Returns:
the marker set

Remote Systems
v6.4.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.