|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.systems.model.SystemStartHere
It all begins RIGHT HERE!
Field Summary | |
---|---|
static String |
copyright
|
Constructor Summary | |
---|---|
SystemStartHere()
|
Method Summary | |
---|---|
static SystemProfile[] |
getActiveSystemProfiles()
Return all active profiles. |
static SystemConnection[] |
getConnections()
STEP 2a. |
static SystemConnection[] |
getConnectionsBySubSystemFactory(String factoryId)
STEP 2d. |
static SystemConnection[] |
getConnectionsBySubSystemFactory(SubSystemFactory factory)
STEP 2c. |
static SystemConnection[] |
getConnectionsBySystemType(String systemType)
STEP 2b. |
static SubSystem |
getSubSystem(String factoryId,
SystemConnection connection)
STEP 3c. |
static SubSystemFactory |
getSubSystemFactory(String factoryId)
Miscallenous Helper. |
static SubSystem[] |
getSubSystems(String factoryId)
STEP 3a. |
static SubSystem[] |
getSubSystems(String factoryId,
SystemConnection connection)
STEP 3b. |
static SystemProfileManager |
getSystemProfileManager()
Miscallenous Helper. |
static SystemRegistry |
getSystemRegistry()
STEP 1. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String copyright
Constructor Detail |
public SystemStartHere()
Method Detail |
public static SystemRegistry getSystemRegistry()
SAME AS: SystemPlugin.getTheSystemRegistry
public static SystemConnection[] getConnections()
SAME AS: getSystemRegistry().getConnections()
getConnectionsBySystemType(String)
public static SystemConnection[] getConnectionsBySystemType(String systemType)
SAME AS: getSystemRegistry().getConnectionsBySystemType(systemType)
systemType
- One of the system types defined via system type extension point:
ISystemTypes
,
SystemRegistry.getConnectionsBySystemType(String)
public static SystemConnection[] getConnectionsBySubSystemFactory(SubSystemFactory factory)
SAME AS: getSystemRegistry().getConnectionsBySubSystemFactory(factory)
factory
- A subsystem factory object.SystemRegistry.getConnectionsBySubSystemFactory(SubSystemFactory)
,
getConnectionsBySubSystemFactory(String)
public static SystemConnection[] getConnectionsBySubSystemFactory(String factoryId)
SAME AS: getSystemRegistry().getConnectionsBySubSystemFactory(getSubSystemFactory(factoryId))
factoryId
- The id of the subsystem factory as given in its plugin.xml id attribute for the subsystemfactory extension pointgetSubSystemFactory(String)
,
getConnectionsBySubSystemFactory(SubSystemFactory)
public static SubSystem[] getSubSystems(String factoryId)
SAME AS: getSystemRegistry().getSubSystems(factoryId)
factoryId
- The subsystem factory id as given in its plugin.xml id attribute for the subsystemfactory extension pointSystemRegistry.getSubSystems(String)
,
SubSystemFactory.getId()
public static SubSystem[] getSubSystems(String factoryId, SystemConnection connection)
SAME AS: getSystemRegistry().getSubSystems(factoryId, connection)
factoryId
- The subsystem factory id as given in its plugin.xml id attribute for the subsystemfactory extension pointconnection
- The connection object you wish to get the subsystems for. Typically there is only one subsystem per object.SystemRegistry.getSubSystems(String, SystemConnection)
,
SubSystemFactory.getId()
public static SubSystem getSubSystem(String factoryId, SystemConnection connection)
getSubSystems(String,SystemConnection)
by used when you know
the subsystem factory only supports a single subsystem per connection.
factoryId
- The subsystem factory id as given in its plugin.xml id attribute for the subsystemfactory extension pointconnection
- The connection object you wish to get the subsystems for. Typically there is only one subsystem per object.getSubSystems(String, SystemConnection)
,
SubSystemFactory.getId()
public static SubSystemFactory getSubSystemFactory(String factoryId)
SAME AS: getSystemRegistry().getSubSystemFactory(factoryId)
factoryId
- The id of the subsystem factory as given in its plugin.xml id attribute for the subsystemfactory extension pointpublic static SystemProfileManager getSystemProfileManager()
getSystemRegistry().getSystemProfileManager()
public static SystemProfile[] getActiveSystemProfiles()
A team might have many profiles, at least one per developer. However, typically only one or two are activated at a time, and we only return connections for those which are active.
SAME AS: getSystemRegistry().getActiveSystemProfiles()
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |