org.jacorb.orb.portableInterceptor
public class InterceptorManager extends Object
Version: $Id: InterceptorManager.java,v 1.22 2007/02/06 19:47:16 andre.spiegel Exp $
Field Summary | |
---|---|
static PICurrentImpl | EMPTY_CURRENT |
Constructor Summary | |
---|---|
InterceptorManager(List client_interceptors, List server_interceptors, List ior_intercept, int slot_count, ORB orb) |
Method Summary | |
---|---|
void | destroy() |
ClientInterceptorIterator | getClientIterator()
Returns an iterator object that contains the ClientRequestInterceptors
of this manager. |
Current | getCurrent()
This method returns a thread specific PICurrent. |
Current | getEmptyCurrent()
Returns an empty current where no slot has been set. |
IORInterceptorIterator | getIORIterator()
Returns an iterator object that contains the IORInterceptors
of this manager. |
ServerInterceptorIterator | getServerIterator()
Returns an iterator object that contains the ServerRequestInterceptors
of this manager. |
boolean | hasClientRequestInterceptors()
Test, if the manager has ClientRequestInterceptors |
boolean | hasIORInterceptors()
Test, if the manager has IORInterceptors |
boolean | hasServerRequestInterceptors()
Test, if the manager has ServerRequestInterceptors |
void | removeTSCurrent()
Removes the thread scope current, that is associated with the
calling thread. |
void | setProfileTags(int[] ptags)
Assign the array of profile tags to be passed to the IORInterceptors |
void | setTSCurrent(Current current)
Sets the thread scope current, i.e. a server side current
associated with the calling thread. |