Package com.sun.corba.ee.impl.protocol
Class MinimalServantCacheLocalCRDImpl
java.lang.Object
com.sun.corba.ee.impl.protocol.LocalClientRequestDispatcherBase
com.sun.corba.ee.impl.protocol.ServantCacheLocalCRDBase
com.sun.corba.ee.impl.protocol.MinimalServantCacheLocalCRDImpl
- 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) 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
-
Constructor Details
-
MinimalServantCacheLocalCRDImpl
-
-
Method Details
-
internalPreinvoke
public ServantObject internalPreinvoke(Object self, String operation, Class expectedType) throws OADestroyed - Overrides:
internalPreinvoke
in classLocalClientRequestDispatcherBase
- Throws:
OADestroyed
-
servant_postinvoke
-