public class InterceptorManager extends Object
Modifier and Type | Field and Description |
---|---|
static PICurrentImpl |
EMPTY_CURRENT |
Constructor and Description |
---|
InterceptorManager(List client_interceptors,
List server_interceptors,
List ior_intercept,
int slot_count,
ORB orb) |
Modifier and Type | Method and Description |
---|---|
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.
|
public static final PICurrentImpl EMPTY_CURRENT
public Current getCurrent()
public void setTSCurrent(Current current)
public void removeTSCurrent()
public Current getEmptyCurrent()
public ClientInterceptorIterator getClientIterator()
public ServerInterceptorIterator getServerIterator()
public IORInterceptorIterator getIORIterator()
public void setProfileTags(int[] ptags)
public boolean hasClientRequestInterceptors()
public boolean hasServerRequestInterceptors()
public boolean hasIORInterceptors()
public void destroy()
Copyright © 2016 JacORB. All rights reserved.