Searched refs:servant_preinvoke (Results 1 - 11 of 11) sorted by relevance

/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/protocol/
H A DNotLocalLocalCRDImpl.java49 public ServantObject servant_preinvoke(org.omg.CORBA.Object self, method in class:NotLocalLocalCRDImpl
54 // (which directly call servant_preinvoke)
H A DJIDLLocalCRDImpl.java52 public ServantObject servant_preinvoke(org.omg.CORBA.Object self, method in class:JIDLLocalCRDImpl
H A DInfoOnlyServantCacheLocalCRDImpl.java47 public ServantObject servant_preinvoke( org.omg.CORBA.Object self, method in class:InfoOnlyServantCacheLocalCRDImpl
H A DMinimalServantCacheLocalCRDImpl.java47 public ServantObject servant_preinvoke( org.omg.CORBA.Object self, method in class:MinimalServantCacheLocalCRDImpl
H A DPOALocalCRDImpl.java95 public ServantObject servant_preinvoke(org.omg.CORBA.Object self, method in class:POALocalCRDImpl
108 return servant_preinvoke(self, operation, expectedType);
H A DFullServantCacheLocalCRDImpl.java52 public ServantObject servant_preinvoke( org.omg.CORBA.Object self, method in class:FullServantCacheLocalCRDImpl
H A DCorbaClientDelegateImpl.java397 public ServantObject servant_preinvoke(org.omg.CORBA.Object self, method in class:CorbaClientDelegateImpl
403 .servant_preinvoke(self, operation, expectedType);
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/spi/protocol/
H A DLocalClientRequestDispatcher.java42 * request. servant_preinvoke() is invoked by a local stub.
65 public ServantObject servant_preinvoke(org.omg.CORBA.Object self, method in interface:LocalClientRequestDispatcher
/openjdk10/corba/src/java.corba/share/classes/org/omg/CORBA/portable/
H A DDelegate.java256 * request. servant_preinvoke() is invoked by a local stub.
280 public ServantObject servant_preinvoke(org.omg.CORBA.Object self, method in class:Delegate
289 * This method must be called if servant_preinvoke() returned a non-null
297 * the servant_preinvoke() method.
H A DObjectImpl.java409 return _get_delegate().servant_preinvoke(this, operation,
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/presentation/rmi/
H A DStubInvocationHandlerImpl.java169 ServantObject so = delegate.servant_preinvoke( stub, giopMethodName,

Completed in 195 milliseconds