|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.server.ControlProcesses
public class ControlProcesses
Constructor Summary | |
---|---|
ControlProcesses()
|
Method Summary | |
---|---|
Vector |
getAssemblyLineConfiguration(String aAssemblyLineName)
Given an AssemblyLine's name this method retrieves information about its Connectors. |
Vector |
getAssemblyLines()
Retrieves all AssemblyLines along with their status on the server. |
Vector |
getEventHandlers()
Retrieves all EventHandlers along with their status on the server. |
Hashtable |
getServerData()
Retrieves general properties about the MI Server. |
boolean |
startAssemblyLine(String aAssemblyLineName)
Starts an AssemlbyLine given its name. |
boolean |
startEventHandler(String aEventHandler)
Starts an startEventHandler given its name. |
void |
stopAssemblyLine(String aAssemblyLineName)
Stops an AssemblyLine given its name. |
void |
stopEventHandler(String aEventHandlerName)
Stops an EventHandler given its name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String AL_NAME
public static final String AL_RUNNING_BOOL
public static final String AL_STATUS
public static final String AL_LAST_STARTED
public static final String AL_LAST_STATUS
public static final String AL_LAST_EXIT
public static final String AL_VALUE_RUNNING_TRUE
public static final String AL_VALUE_RUNNING_FALSE
public static final String AL_VALUE_LAST_STATUS_OK
public static final String AL_VALUE_NEVER_STARTED
public static final String AL_VALUE_NEVER_EXIT
public static final String EH_NAME
public static final String EH_TYPE
public static final String EH_ACTIVE_BOOL
public static final String EH_STATUS
public static final String EH_ENABLED_BOOL
public static final String EH_ENABLED
public static final String EH_IS_CURRENT_THREAD_BOOL
public static final String EH_VALUE_BASE_EH
public static final String EH_VALUE_ACTIVE_TRUE
public static final String EH_VALUE_ACTIVE_FALSE
public static final String EH_VALUE_ENABLED_TRUE
public static final String EH_VALUE_ENABLED_FALSE
public static final String CONN_NAME
public static final String CONN_ENABLED_BOOL
public static final String CONN_ENABLED
public static final String CONN_MODE
public static final String CONN_TYPE
public static final String CONN_PARSER
public static final String CONN_VALUE_ENABLED_TRUE
public static final String CONN_VALUE_ENABLED_FALSE
public static final String CONN_VALUE_NO_PARSER
public static final String SVR_IP_ADDRESS
public static final String SVR_HOST_NAME
public static final String SVR_OPERATING_SYSTEM
public static final String SVR_SERVER_VERSION
public static final String SVR_VALUE_UNKNOWN
Constructor Detail |
---|
public ControlProcesses()
Method Detail |
---|
public Vector getAssemblyLines()
public Vector getEventHandlers()
public void stopAssemblyLine(String aAssemblyLineName)
aAssemblyLineName
- The name of the AssemblyLine to be stopped.public void stopEventHandler(String aEventHandlerName)
aEventHandlerName
- The name of the EventHandler to be stopped.public boolean startAssemblyLine(String aAssemblyLineName)
aAssemblyLineName
- The name of the AssemlbyLine to be started.
public boolean startEventHandler(String aEventHandler)
aEventHandler
- The name of the AssemlbyLine to be
started.
public Vector getAssemblyLineConfiguration(String aAssemblyLineName) throws Exception
aAssemblyLineName
- The name of the AssemblyLine which configuration will be retrieved.
Exception
public Hashtable getServerData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |