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, wait
servant_postinvoke, servant_preinvoke
protected 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 LocalClientRequestDispatcher
public boolean useLocalInvocation(Object self)
useLocalInvocation
in interface LocalClientRequestDispatcher
protected boolean checkForCompatibleServant(ServantObject so, Class expectedType)
Copyright © 2021 JBoss by Red Hat. All rights reserved.