public class NotLocalLocalCRDImpl extends Object implements LocalClientRequestDispatcher
Constructor and Description |
---|
NotLocalLocalCRDImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
is_local(Object self) |
void |
servant_postinvoke(Object self,
ServantObject servant) |
ServantObject |
servant_preinvoke(Object self,
String operation,
Class expectedType)
Returns a Java reference to the servant which should be used for this
request.
|
boolean |
useLocalInvocation(Object self) |
public boolean useLocalInvocation(Object self)
useLocalInvocation
in interface LocalClientRequestDispatcher
public boolean is_local(Object self)
is_local
in interface LocalClientRequestDispatcher
public ServantObject servant_preinvoke(Object self, String operation, Class expectedType)
LocalClientRequestDispatcher
servant_preinvoke
in interface 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 servant)
servant_postinvoke
in interface LocalClientRequestDispatcher
Copyright © 2021 JBoss by Red Hat. All rights reserved.