Class MyTestPlugin
java.lang.Object
test.de.iip_ecosphere.platform.support.plugins.MyTestPlugin
- All Implemented Interfaces:
de.iip_ecosphere.platform.support.Server
A test plugin playing the role of a singleton. Class shall be neither referenced from production nor from test code!
- Author:
- Holger Eichelberger, SSE
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe plugin descriptor. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ID
- See Also:
-
INSTANCE
-
-
Constructor Details
-
MyTestPlugin
private MyTestPlugin()Prevents external creation.
-
-
Method Details
-
start
public de.iip_ecosphere.platform.support.Server start()- Specified by:
startin interfacede.iip_ecosphere.platform.support.Server
-
stop
public void stop(boolean dispose) - Specified by:
stopin interfacede.iip_ecosphere.platform.support.Server
-