Package com.sun.corba.ee.impl.protocol
Class POALocalCRDImpl
java.lang.Object
com.sun.corba.ee.impl.protocol.LocalClientRequestDispatcherBase
com.sun.corba.ee.impl.protocol.POALocalCRDImpl
- All Implemented Interfaces:
LocalClientRequestDispatcher
-
Field Summary
Fields inherited from class com.sun.corba.ee.impl.protocol.LocalClientRequestDispatcherBase
oaf, oaid, objectId, orb, poaWrapper, servantIsLocal, wrapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninternalPreinvoke
(Object self, String operation, Class expectedType) void
servant_postinvoke
(Object self, ServantObject servantobj) private OAInvocationInfo
private void
Methods inherited from class com.sun.corba.ee.impl.protocol.LocalClientRequestDispatcherBase
checkForCompatibleServant, cleanupAfterOADestroyed, getObjectId, is_local, servant_preinvoke, useLocalInvocation
-
Constructor Details
-
POALocalCRDImpl
-
-
Method Details
-
servantEnter
- Throws:
OADestroyed
-
servantExit
-
internalPreinvoke
public ServantObject internalPreinvoke(Object self, String operation, Class expectedType) throws OADestroyed - Overrides:
internalPreinvoke
in classLocalClientRequestDispatcherBase
- Throws:
OADestroyed
-
servant_postinvoke
-