Package com.sun.corba.ee.impl.protocol
Class InfoOnlyServantCacheLocalCRDImpl
- java.lang.Object
-
- com.sun.corba.ee.impl.protocol.LocalClientRequestDispatcherBase
-
- com.sun.corba.ee.impl.protocol.ServantCacheLocalCRDBase
-
- com.sun.corba.ee.impl.protocol.InfoOnlyServantCacheLocalCRDImpl
-
- All Implemented Interfaces:
LocalClientRequestDispatcher
public class InfoOnlyServantCacheLocalCRDImpl extends ServantCacheLocalCRDBase
-
-
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 InfoOnlyServantCacheLocalCRDImpl(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)
-
Methods inherited from class com.sun.corba.ee.impl.protocol.ServantCacheLocalCRDBase
cleanupAfterOADestroyed, getCachedInfo
-
Methods inherited from class com.sun.corba.ee.impl.protocol.LocalClientRequestDispatcherBase
checkForCompatibleServant, getObjectId, is_local, servant_preinvoke, useLocalInvocation
-
-
-
-
Method Detail
-
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)
-
-