Uses of Class
com.sun.corba.ee.spi.trace.IsLocal
-
-
Uses of IsLocal in com.sun.corba.ee.impl.ior.iiop
Classes in com.sun.corba.ee.impl.ior.iiop with annotations of type IsLocal Modifier and Type Class Description class
IIOPProfileImpl
Methods in com.sun.corba.ee.impl.ior.iiop with annotations of type IsLocal Modifier and Type Method Description java.lang.Object
IIOPProfileImpl. getServant()
Return the servant for this IOR, if it is local AND if the OA that implements this objref supports direct access to servants outside of an invocation.boolean
IIOPProfileImpl. isLocal()
-
Uses of IsLocal in com.sun.corba.ee.impl.legacy.connection
Classes in com.sun.corba.ee.impl.legacy.connection with annotations of type IsLocal Modifier and Type Class Description class
SocketFactoryContactInfoListIteratorImpl
Methods in com.sun.corba.ee.impl.legacy.connection with annotations of type IsLocal Modifier and Type Method Description boolean
SocketFactoryContactInfoListIteratorImpl. hasNext()
ContactInfo
SocketFactoryContactInfoListIteratorImpl. next()
-
Uses of IsLocal in com.sun.corba.ee.impl.presentation.rmi
Classes in com.sun.corba.ee.impl.presentation.rmi with annotations of type IsLocal Modifier and Type Class Description class
StubInvocationHandlerImpl
Methods in com.sun.corba.ee.impl.presentation.rmi with annotations of type IsLocal Modifier and Type Method Description private boolean
StubInvocationHandlerImpl. isLocal(Delegate delegate)
private java.lang.Object
StubInvocationHandlerImpl. privateInvoke(Delegate delegate, java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)
Invoke the given method with the args and return the result. -
Uses of IsLocal in com.sun.corba.ee.impl.protocol
Classes in com.sun.corba.ee.impl.protocol with annotations of type IsLocal Modifier and Type Class Description class
ClientDelegateImpl
class
LocalClientRequestDispatcherBase
Methods in com.sun.corba.ee.impl.protocol with annotations of type IsLocal Modifier and Type Method Description protected boolean
LocalClientRequestDispatcherBase. checkForCompatibleServant(ServantObject so, java.lang.Class expectedType)
Check that the servant in info (which must not be null) is an instance of the expectedType.boolean
ClientDelegateImpl. is_local(Object self)
Returns true if this object is implemented by a local servant.boolean
LocalClientRequestDispatcherBase. is_local(Object self)
boolean
LocalClientRequestDispatcherBase. useLocalInvocation(Object self)
-
Uses of IsLocal in com.sun.corba.ee.impl.transport
Classes in com.sun.corba.ee.impl.transport with annotations of type IsLocal Modifier and Type Class Description class
ContactInfoListImpl
Methods in com.sun.corba.ee.impl.transport with annotations of type IsLocal Modifier and Type Method Description protected void
ContactInfoListImpl. setLocalSubcontract()
setLocalSubcontract sets cached information that is set whenever the effectiveTargetIOR changes. -
Uses of IsLocal in com.sun.corba.ee.spi.orb
Fields in com.sun.corba.ee.spi.orb with annotations of type IsLocal Modifier and Type Field Description boolean
ORB. isLocalDebugFlag
-