|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Probeable interface contains methods as specified by Probe RTI.
Method Summary | |
void |
activate()
Activates probe |
void |
deactivate()
Deactivates probe |
void |
deploy()
Sends probe to remote system |
void |
focus()
Used to configure the probelet. |
void |
install()
Installs probe in system |
void |
query_sensed()
Published information about probe, including what is probeable as well as configuration information. |
void |
sensed()
Publishes events from the system. |
void |
sensed(int eventName,
int eventType,
java.lang.String[] data)
Sensed(Event-Name, Event-Type, Data1 ... |
void |
undeploy()
Removes probe from remote system |
void |
uninstall()
Uninstalls probe |
Method Detail |
public void deploy()
public void undeploy()
public void install()
public void uninstall()
public void activate()
public void deactivate()
public void sensed()
public void sensed(int eventName, int eventType, java.lang.String[] data)
public void query_sensed()
public void focus()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |