|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RtStpsServices
This interface defines the methods a client like the viewer must use to talk to the server.
Method Summary | |
---|---|
java.lang.String |
getConfigurationName()
Get the name of the currently loaded configuration. |
StatusBlock[] |
getStatus()
Get the current status from the last-used pipeline. |
java.lang.String[] |
getStatusToString()
Precompute the status strings from the StatusBlocks |
boolean |
isEnabled()
Is the server loaded and enabled? |
void |
load(char[] configuration)
Load a configuration. |
void |
load(java.lang.String configuration)
Load a configuration. |
void |
loadFile(java.lang.String file)
Load a configuration from a file that is local to the server. |
void |
setEnabled(boolean enable)
Enable or disable RLP data processing. |
void |
stopServer()
Stop the RT-STPS server. |
void |
unload()
Unload a configuration, which closes all open data files. |
void |
zeroStatus()
Set all clearable status counters to zero. |
Method Detail |
---|
void zeroStatus() throws java.rmi.RemoteException
java.rmi.RemoteException
StatusBlock[] getStatus() throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String[] getStatusToString() throws java.rmi.RemoteException
java.rmi.RemoteException
void load(java.lang.String configuration) throws java.rmi.RemoteException
java.rmi.RemoteException
void load(char[] configuration) throws java.rmi.RemoteException
java.rmi.RemoteException
void loadFile(java.lang.String file) throws java.rmi.RemoteException
java.rmi.RemoteException
void setEnabled(boolean enable) throws java.rmi.RemoteException
java.rmi.RemoteException
void unload() throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String getConfigurationName() throws java.rmi.RemoteException
java.rmi.RemoteException
boolean isEnabled() throws java.rmi.RemoteException
java.rmi.RemoteException
void stopServer() throws java.rmi.RemoteException
java.rmi.RemoteException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |