public abstract class LocalClientRequestDispatcherBase extends Object implements LocalClientRequestDispatcher
| Modifier and Type | Field and Description |
|---|---|
protected ObjectAdapterFactory |
oaf |
protected ObjectAdapterId |
oaid |
protected byte[] |
objectId |
protected ORB |
orb |
protected boolean |
servantIsLocal |
| Modifier | Constructor and Description |
|---|---|
protected |
LocalClientRequestDispatcherBase(ORB orb,
int scid,
IOR ior) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
checkForCompatibleServant(ServantObject so,
Class expectedType)
Check that the servant in info (which must not be null) is
an instance of the expectedType.
|
byte[] |
getObjectId() |
boolean |
is_local(Object self) |
boolean |
useLocalInvocation(Object self) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitservant_postinvoke, servant_preinvokeprotected ORB orb
protected boolean servantIsLocal
protected ObjectAdapterFactory oaf
protected ObjectAdapterId oaid
protected byte[] objectId
public byte[] getObjectId()
public boolean is_local(Object self)
is_local in interface LocalClientRequestDispatcherpublic boolean useLocalInvocation(Object self)
useLocalInvocation in interface LocalClientRequestDispatcherprotected boolean checkForCompatibleServant(ServantObject so, Class expectedType)
Copyright © 2018 JBoss by Red Hat. All rights reserved.