public class POALocalCRDImpl extends LocalClientRequestDispatcherBase
oaf, oaid, objectId, orb, servantIsLocal
Constructor and Description |
---|
POALocalCRDImpl(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.
|
checkForCompatibleServant, getObjectId, is_local, useLocalInvocation
public ServantObject servant_preinvoke(Object self, String operation, Class expectedType)
LocalClientRequestDispatcher
self
- 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 © 2021 JBoss by Red Hat. All rights reserved.