com.ibm.ftt.resources.zos.zosphysical
Interface ZOSSystemImage

All Superinterfaces:
EventListener, org.eclipse.core.runtime.IAdaptable, IOSImage, org.eclipse.rse.core.events.ISystemResourceChangeListener

public interface ZOSSystemImage
extends IOSImage, org.eclipse.core.runtime.IAdaptable, org.eclipse.rse.core.events.ISystemResourceChangeListener

The ZOSSystemImage provides an interface for a z/OS system image.


Field Summary
static String COPY_RIGHT
           
 
Method Summary
 IResourcePublisher getResourcePublisher()
          Returns the resource publisher that manages subscriptions for this system image.
 
Methods inherited from interface com.ibm.ftt.resources.core.physical.IOSImage
connect, equals, getCommandObject, getIpAddress, getName, getRoot, getUserId, hashCode, isConnected, setRoot
 

Field Detail

COPY_RIGHT

static final String COPY_RIGHT
See Also:
Constant Field Values
Method Detail

getResourcePublisher

IResourcePublisher getResourcePublisher()
Returns the resource publisher that manages subscriptions for this system image.

Returns:
The resource publisher instance. Never returns null.