|
RSE Release 1.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.local.LocalProcessSubSystemConfiguration
| 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 |
|---|
_isDirty, currentlyProcessingConnection, currentlyProcessingSubSystemConfiguration, currentlySelected, currentlySelectedConnection, filterNamingPolicy, filterPoolManagerList, filterPoolManagers, filterPoolManagersPerProfile, imageTable, subSystemList |
| Fields inherited from interface org.eclipse.rse.core.subsystems.ISubSystemConfiguration |
|---|
FORCE_INTO_MEMORY, LAZILY |
| Constructor Summary | |
|---|---|
LocalProcessSubSystemConfiguration()
|
|
| Method Summary | |
|---|---|
IProcessService |
createProcessService(IHost host)
Creates a new process service object associated with a specific remote host |
ISubSystem |
createSubSystemInternal(IHost host)
Instantiate and return an instance of OUR subystem. |
IConnectorService |
getConnectorService(IHost host)
Find or create a connector service for this host |
IHostProcessToRemoteProcessAdapter |
getHostProcessAdapter()
|
Class |
getServiceImplType()
|
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)
|
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()
|
boolean |
supportsSubSystemConnect()
Returns false. |
| 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, getTranslatedFilterTypeProperty, isPortEditable, supportsCommands, supportsCompileActions, supportsNestedFilters, supportsProperties, 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.persistance.IRSEPersistableContainer |
|---|
isDirty, setDirty, setWasRestored, wasRestored |
| Field Detail |
protected IHostProcessToRemoteProcessAdapter _hostProcessAdapter
| Constructor Detail |
public LocalProcessSubSystemConfiguration()
| Method Detail |
public boolean isFactoryFor(Class subSystemType)
ISubSystemConfiguration
isFactoryFor in interface ISubSystemConfigurationisFactoryFor in class SubSystemConfigurationsubSystemType - type of subsystem
public ISubSystem createSubSystemInternal(IHost host)
createSubSystemInternal in interface ISubSystemConfigurationcreateSubSystemInternal in class SubSystemConfigurationSubSystemConfiguration.createSubSystemInternal(IHost)public boolean supportsFileTypes()
ISubSystemConfigurationReturns false in default implementation.
supportsFileTypes in interface ISubSystemConfigurationsupportsFileTypes in class SubSystemConfigurationpublic boolean supportsSearch()
falsepublic boolean supportsEnvironmentVariablesPropertyPage()
falsepublic boolean supportsFilters()
ISubSystemConfigurationReturns true in default implementation.
supportsFilters in interface ISubSystemConfigurationsupportsFilters in class RemoteProcessSubSystemConfigurationSubSystemConfiguration.supportsFilters()public boolean supportsSubSystemConnect()
false.
supportsSubSystemConnect in interface ISubSystemConfigurationsupportsSubSystemConnect in class RemoteProcessSubSystemConfigurationRemoteProcessSubSystemConfiguration.supportsSubSystemConnect()public IConnectorService getConnectorService(IHost host)
ISubSystemConfiguration
public IProcessService createProcessService(IHost host)
IProcessServiceSubSystemConfiguration
host - The object representing the remote machine to which the process service is associated
public IHostProcessToRemoteProcessAdapter getHostProcessAdapter()
public void setConnectorService(IHost host,
IConnectorService connectorService)
public Class getServiceImplType()
|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||