|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServerComponent
To Register a class as a component in the
GDataServerRegistry
the class
or a super class must implements this interface.
ServerComponent defines a method initialize and destroy. initialize will be called when the component is registered and destroy when the registry is destroyed (usually at server shut down).
GDataServerRegistry
Method Summary | |
---|---|
void |
destroy()
will be called when the registry is going down e.g. |
void |
initialize()
will be call when the component is registered. |
Method Detail |
---|
void initialize()
void destroy()
GDataServerRegistry.destroy()
method is called.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |