|
VisiBroker for Java |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.inprise.vbroker.interceptor.GenericManager com.inprise.vbroker.interceptor.AOMInterceptorManager
public class AOMInterceptorManager
Constructor Summary | |
---|---|
AOMInterceptorManager()
|
Method Summary | |
---|---|
void |
add(ActiveObjectLifeCycleInterceptor interceptor)
This method is invoked by the ORB to add a ActiveObjectLifeCycleInterceptor. |
void |
destroy()
|
ActiveObjectLifeCycleInterceptor |
getChain()
Return the ActiveObjectLifeCycleInterceptor from the interceptor chain. |
Methods inherited from class com.inprise.vbroker.interceptor.GenericManager |
---|
add, copy, length, remove, removeAll |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AOMInterceptorManager()
Method Detail |
---|
public void add(ActiveObjectLifeCycleInterceptor interceptor)
ActiveObjectLifeCycleInterceptorManager
add
in interface ActiveObjectLifeCycleInterceptorManager
interceptor
- ActiveObjectLifeCycleInterceptor
to be added.public ActiveObjectLifeCycleInterceptor getChain()
ActiveObjectLifeCycleInterceptorManager
getChain
in interface ActiveObjectLifeCycleInterceptorManager
ActiveObjectLifeCycleInterceptor
in the chain.public void destroy()
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |