|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IExternalService
The IExternalService is an interface for external services or components that require interaction with the virtual machine. The interaction with the virtual machine is limited to the interfaces being published by the virtual machine controller.
Method Summary | |
---|---|
java.lang.String |
getID()
Returns the unique identifier for the service |
java.lang.String |
getName()
Returns the name of the service |
void |
init()
Initializes the service |
void |
start()
Starts the service |
void |
stop()
Ends the service |
Method Detail |
---|
java.lang.String getName()
java.lang.String getID()
void init()
void start()
void stop()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |