VisiBroker for Java

com.inprise.vbroker.interceptor
Interface ServiceLoader


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

init

void init(ORB orb)
This method is called by the ORB when ORB.init() is called.

Parameters:
orb - The instance of the orb for which this service is being created.

init_complete

void init_complete(ORB orb)
Called after ORB.init() is done but control hasn't been returned to the user. Can be used to disable certain resources that were only made available to other service inits.


shutdown

void shutdown(ORB orb)
Called when the orb is being shutdown.


Borland Software Corporation
http://www.borland.com
100 Enterprise Way
Scotts Valley, CA 95066
Voice: (831) 431-1000
pubsweb@borland.com

Read the latest documentation online