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
public class POALocalCRDImpl extends LocalClientRequestDispatcherBase
-
-
Field Summary
-
Fields inherited from class com.sun.corba.ee.impl.protocol.LocalClientRequestDispatcherBase
oaf, oaid, objectId, orb, poaWrapper, servantIsLocal, wrapper
-
-
Constructor Summary
Constructors Constructor Description POALocalCRDImpl(ORB orb, int scid, IOR ior)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServantObject
internalPreinvoke(Object self, java.lang.String operation, java.lang.Class expectedType)
void
servant_postinvoke(Object self, ServantObject servantobj)
private OAInvocationInfo
servantEnter(ObjectAdapter oa)
private void
servantExit(ObjectAdapter oa)
-
Methods inherited from class com.sun.corba.ee.impl.protocol.LocalClientRequestDispatcherBase
checkForCompatibleServant, cleanupAfterOADestroyed, getObjectId, is_local, servant_preinvoke, useLocalInvocation
-
-
-
-
Method Detail
-
servantEnter
private OAInvocationInfo servantEnter(ObjectAdapter oa) throws OADestroyed
- Throws:
OADestroyed
-
servantExit
private void servantExit(ObjectAdapter oa)
-
internalPreinvoke
public ServantObject internalPreinvoke(Object self, java.lang.String operation, java.lang.Class expectedType) throws OADestroyed
- Overrides:
internalPreinvoke
in classLocalClientRequestDispatcherBase
- Throws:
OADestroyed
-
servant_postinvoke
public void servant_postinvoke(Object self, ServantObject servantobj)
-
-