public class MinimalServantCacheLocalCRDImpl extends ServantCacheLocalCRDBase
wrapperoaf, oaid, objectId, orb, servantIsLocal| Constructor and Description |
|---|
MinimalServantCacheLocalCRDImpl(ORB orb,
int scid,
IOR ior) |
| Modifier and Type | Method and Description |
|---|---|
void |
servant_postinvoke(Object self,
ServantObject servantobj) |
ServantObject |
servant_preinvoke(Object self,
String operation,
Class expectedType)
Returns a Java reference to the servant which should be used for this
request.
|
getCachedInfocheckForCompatibleServant, getObjectId, is_local, useLocalInvocationpublic ServantObject servant_preinvoke(Object self, String operation, Class expectedType)
LocalClientRequestDispatcherself - The object reference which delegated to this delegate.operation - a string containing the operation name.
The operation name corresponds to the operation name as it would be
encoded in a GIOP request.expectedType - a Class object representing the expected type of the servant.
The expected type is the Class object associated with the operations
class of the stub's interface (e.g. A stub for an interface Foo,
would pass the Class object for the FooOperations interface).public void servant_postinvoke(Object self, ServantObject servantobj)
Copyright © 2018 JBoss by Red Hat. All rights reserved.