Uses of Class
org.omg.CORBA.portable.ServantObject
Packages that use ServantObject
Package
Description
-
Uses of ServantObject in com.sun.corba.se.impl.protocol
Fields in com.sun.corba.se.impl.protocol declared as ServantObjectMethods in com.sun.corba.se.impl.protocol that return ServantObjectModifier and TypeMethodDescriptionCorbaClientDelegateImpl.servant_preinvoke(Object self, String operation, Class expectedType) FullServantCacheLocalCRDImpl.servant_preinvoke(Object self, String operation, Class expectedType) InfoOnlyServantCacheLocalCRDImpl.servant_preinvoke(Object self, String operation, Class expectedType) JIDLLocalCRDImpl.servant_preinvoke(Object self, String operation, Class expectedType) MinimalServantCacheLocalCRDImpl.servant_preinvoke(Object self, String operation, Class expectedType) NotLocalLocalCRDImpl.servant_preinvoke(Object self, String operation, Class expectedType) POALocalCRDImpl.servant_preinvoke(Object self, String operation, Class expectedType) Methods in com.sun.corba.se.impl.protocol with parameters of type ServantObjectModifier and TypeMethodDescriptionprotected booleanLocalClientRequestDispatcherBase.checkForCompatibleServant(ServantObject so, Class expectedType) Check that the servant in info (which must not be null) is an instance of the expectedType.voidCorbaClientDelegateImpl.servant_postinvoke(Object self, ServantObject servant) voidFullServantCacheLocalCRDImpl.servant_postinvoke(Object self, ServantObject servantobj) voidInfoOnlyServantCacheLocalCRDImpl.servant_postinvoke(Object self, ServantObject servantobj) voidJIDLLocalCRDImpl.servant_postinvoke(Object self, ServantObject servant) voidMinimalServantCacheLocalCRDImpl.servant_postinvoke(Object self, ServantObject servantobj) voidNotLocalLocalCRDImpl.servant_postinvoke(Object self, ServantObject servant) voidPOALocalCRDImpl.servant_postinvoke(Object self, ServantObject servantobj) -
Uses of ServantObject in com.sun.corba.se.spi.oa
Subclasses of ServantObject in com.sun.corba.se.spi.oaModifier and TypeClassDescriptionclassThis class is a holder for the information required to implement POACurrent. -
Uses of ServantObject in com.sun.corba.se.spi.protocol
Methods in com.sun.corba.se.spi.protocol that return ServantObjectModifier and TypeMethodDescriptionLocalClientRequestDispatcher.servant_preinvoke(Object self, String operation, Class expectedType) Returns a Java reference to the servant which should be used for this request. servant_preinvoke() is invoked by a local stub.Methods in com.sun.corba.se.spi.protocol with parameters of type ServantObjectModifier and TypeMethodDescriptionvoidLocalClientRequestDispatcher.servant_postinvoke(Object self, ServantObject servant) -
Uses of ServantObject in org.omg.CORBA
Methods in org.omg.CORBA that return ServantObjectModifier and TypeMethodDescriptionLocalObject._servant_preinvoke(String operation, Class expectedType) Throws anorg.omg.CORBA.NO_IMPLEMENTexception with the message "This is a locally constrained object."Methods in org.omg.CORBA with parameters of type ServantObjectModifier and TypeMethodDescriptionvoidLocalObject._servant_postinvoke(ServantObject servant) Throws anorg.omg.CORBA.NO_IMPLEMENTexception with the message "This is a locally constrained object." -
Uses of ServantObject in org.omg.CORBA.portable
Methods in org.omg.CORBA.portable that return ServantObjectModifier and TypeMethodDescriptionObjectImpl._servant_preinvoke(String operation, Class expectedType) Returns a Java reference to the local servant that should be used for sending a request for the method specified.Delegate.servant_preinvoke(Object self, String operation, Class expectedType) Returns a Java reference to the servant which should be used for this request. servant_preinvoke() is invoked by a local stub.Methods in org.omg.CORBA.portable with parameters of type ServantObjectModifier and TypeMethodDescriptionvoidObjectImpl._servant_postinvoke(ServantObject servant) Is called by the local stub after it has invoked an operation on the local servant that was previously retrieved from a call to the method_servant_preinvoke.voidDelegate.servant_postinvoke(Object self, ServantObject servant) servant_postinvoke() is invoked by the local stub after the operation has been invoked on the local servant.