RSE
Release 3.4

org.eclipse.rse.core.model
Interface IRSEModelObject

All Superinterfaces:
IPropertySetContainer, IRSEPersistableContainer
All Known Subinterfaces:
IConnectorService, IDelegatingConnectorService, IFileServiceSubSystem, IHost, IProcessServiceSubSystem, IRemoteCmdSubSystem, IRemoteFileSubSystem, IRemoteProcessSubSystem, IRemoteServerLauncher, IServerLauncherProperties, IShellServiceSubSystem, ISubSystem, ISystemFilter, ISystemFilterPool, ISystemFilterPoolReference, ISystemFilterString, ISystemProfile, ITerminalServiceSubSystem
All Known Implementing Classes:
AbstractConnectorService, AbstractDelegatingConnectorService, AuthenticatingConnectorService, BasicConnectorService, DStoreConnectorService, DummyHost, FileServiceSubSystem, Host, ProcessServiceSubSystem, PropertyList, PropertySet, RemoteCmdSubSystem, RemoteFileSubSystem, RemoteProcessSubSystemImpl, RemoteServerLauncher, RSEModelObject, ServerLauncher, ShellServiceSubSystem, StandardConnectorService, SubSystem, SystemFilterReference, SystemReferencedObject, SystemReferencingObject, TerminalServiceSubSystem

public interface IRSEModelObject
extends IPropertySetContainer, IRSEPersistableContainer

IRSEModelObject is the root type of all objects in the RSE model.


Field Summary
 
Fields inherited from interface org.eclipse.rse.core.model.IRSEPersistableContainer
NO_CHILDREN
 
Method Summary
 String getDescription()
           
 String getName()
           
 
Methods inherited from interface org.eclipse.rse.core.model.IPropertySetContainer
addPropertySet, addPropertySets, clonePropertySets, createPropertySet, createPropertySet, getPropertySet, getPropertySets, removePropertySet
 
Methods inherited from interface org.eclipse.rse.core.model.IRSEPersistableContainer
commit, getPersistableChildren, getPersistableParent, isDirty, isTainted, setDirty, setTainted, setWasRestored, wasRestored
 

Method Detail

getName

String getName()

getDescription

String getDescription()

RSE
Release 3.4

Copyright (c) IBM Corporation and others 2000, 2012. All Rights Reserved.