|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InterceptorOperations
Defines operations, applicable for all types of Interceptor
.
The the derived interfaces define additional operations for they
specific functionality.
Portable Interceptors are hooks into the ORB through which ORB services can
intercept the normal flow of execution in creation of IOR, sending request,
receiving request and returning the reply.
See org.omg.PortableInterceptor
for more details about the possible
interceptors and how to register them within the ORB.
Method Summary | |
---|---|
void |
destroy()
This method is called when orb is being destroyed and destroys the interceptor. |
String |
name()
All interceptors of the same type, registered on the single ORB, must either have different names or be anonymous. |
Method Detail |
---|
void destroy()
String name()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |