|
VisiBroker for Java |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServiceLoader
The user implemented factory class which is used to create instances of interceptors and register them with the VisiBroker ORB must implement the ServiceLoader interface.
Method Summary | |
---|---|
void |
init_complete(ORB orb)
Called after ORB.init() is done but control hasn't been returned to the user. |
void |
init(ORB orb)
This method is called by the ORB when ORB.init() is called. |
void |
shutdown(ORB orb)
Called when the orb is being shutdown. |
Method Detail |
---|
void init(ORB orb)
orb
- The instance of the orb for which this service is being created.void init_complete(ORB orb)
void shutdown(ORB orb)
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |