|
RSE Release 3.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.rse.core.subsystems.SubSystemConfiguration
org.eclipse.rse.subsystems.processes.core.subsystem.impl.RemoteProcessSubSystemConfiguration
org.eclipse.rse.subsystems.processes.servicesubsystem.ProcessServiceSubSystemConfiguration
org.eclipse.rse.subsystems.processes.dstore.DStoreProcessSubSystemConfiguration
| Field Summary | |
protected IHostProcessToRemoteProcessAdapter |
_hostProcessAdapter
|
| Fields inherited from class org.eclipse.rse.subsystems.processes.servicesubsystem.ProcessServiceSubSystemConfiguration |
_services |
| Fields inherited from class org.eclipse.rse.core.subsystems.SubSystemConfiguration |
currentlyProcessingConnection, currentlyProcessingSubSystemConfiguration, currentlySelected, currentlySelectedConnection, filterPoolManagerList, filterPoolManagers, filterPoolManagersPerProfile, subSystemList |
| Fields inherited from interface org.eclipse.rse.core.subsystems.ISubSystemConfiguration |
FORCE_INTO_MEMORY, LAZILY |
| Fields inherited from interface org.eclipse.rse.core.model.IRSEPersistableContainer |
NO_CHILDREN |
| Constructor Summary | |
DStoreProcessSubSystemConfiguration()
|
|
| Method Summary | |
IProcessService |
createProcessService(IHost host)
Creates a new process service object associated with a specific remote host |
ISubSystem |
createSubSystemInternal(IHost host)
Method called by default implementation of createSubSystem method in AbstractSubSystemConfiguration. |
IConnectorService |
getConnectorService(IHost host)
Get the connector service for a particular host. |
IHostProcessToRemoteProcessAdapter |
getHostProcessAdapter()
|
Class |
getServiceImplType()
Get the implementation type of the service associated with this subsystem configuration. |
boolean |
isFactoryFor(Class subSystemType)
Determines whether this factory is responsible for the creation of subsytems of the specified type Subsystem factories should override this to indicate which subsystems they support. |
void |
setConnectorService(IHost host,
IConnectorService connectorService)
Set the connector service for a particular host. |
boolean |
supportsEnvironmentVariablesPropertyPage()
|
boolean |
supportsFileTypes()
Return true if you support user-defined/managed named file types Returns false in default implementation. |
boolean |
supportsFilters()
Required method for subsystem factory child classes. |
boolean |
supportsSearch()
|
| Methods inherited from class org.eclipse.rse.subsystems.processes.servicesubsystem.ProcessServiceSubSystemConfiguration |
getProcessService, getService, getServiceType, supportsServerLaunchProperties |
| Methods inherited from class org.eclipse.rse.subsystems.processes.core.subsystem.impl.RemoteProcessSubSystemConfiguration |
createDefaultFilterPool, getPortValidator, supportsNestedFilters, supportsServerLaunchProperties |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
getAdapter |
| Methods inherited from interface org.eclipse.rse.core.model.IRSEPersistableContainer |
getPersistableChildren, getPersistableParent, isDirty, isTainted, setDirty, setTainted, setWasRestored, wasRestored |
| Field Detail |
protected IHostProcessToRemoteProcessAdapter _hostProcessAdapter
| Constructor Detail |
public DStoreProcessSubSystemConfiguration()
| Method Detail |
public boolean isFactoryFor(Class subSystemType)
ISubSystemConfiguration
isFactoryFor in interface ISubSystemConfigurationisFactoryFor in class SubSystemConfigurationsubSystemType - type of subsystem
public ISubSystem createSubSystemInternal(IHost host)
SubSystemConfiguration
createSubSystemInternal in interface ISubSystemConfigurationcreateSubSystemInternal in class SubSystemConfigurationpublic boolean supportsFileTypes()
ISubSystemConfigurationReturns false in default implementation.
supportsFileTypes in interface ISubSystemConfigurationsupportsFileTypes in class SubSystemConfigurationpublic boolean supportsSearch()
public boolean supportsEnvironmentVariablesPropertyPage()
public boolean supportsFilters()
ISubSystemConfigurationReturns true in default implementation.
supportsFilters in interface ISubSystemConfigurationsupportsFilters in class SubSystemConfigurationtrue to indicate that Filters are supported by default.public IProcessService createProcessService(IHost host)
IProcessServiceSubSystemConfiguration
host - The object representing the remote machine to which the process service is associated
public IHostProcessToRemoteProcessAdapter getHostProcessAdapter()
public IConnectorService getConnectorService(IHost host)
ISubSystemConfigurationISubSystemConfiguration.setConnectorService(IHost, IConnectorService).
getConnectorService in interface ISubSystemConfigurationgetConnectorService in class SubSystemConfigurationISubSystemConfiguration.getConnectorService(IHost)
public void setConnectorService(IHost host,
IConnectorService connectorService)
ISubSystemConfiguration
setConnectorService in interface ISubSystemConfigurationsetConnectorService in class SubSystemConfigurationISubSystemConfiguration.setConnectorService(IHost,
IConnectorService)public Class getServiceImplType()
ISubSystemConfigurationnull, otherwise it
must return the class that implements the interface specified in
ISubSystemConfiguration.getServiceType().
getServiceImplType in interface ISubSystemConfigurationgetServiceImplType in class SubSystemConfigurationISubSystemConfiguration.getServiceImplType()
|
RSE Release 3.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||