Uses of Interface
com.sun.corba.ee.spi.oa.ObjectAdapter
-
-
Uses of ObjectAdapter in com.sun.corba.ee.impl.interceptors
Fields in com.sun.corba.ee.impl.interceptors declared as ObjectAdapter Modifier and Type Field Description private ObjectAdapter
IORInfoImpl. adapter
private ObjectAdapter
ServerRequestInfoImpl. objectAdapter
Methods in com.sun.corba.ee.impl.interceptors that return ObjectAdapter Modifier and Type Method Description ObjectAdapter
IORInfoImpl. getObjectAdapter()
Methods in com.sun.corba.ee.impl.interceptors with parameters of type ObjectAdapter Modifier and Type Method Description void
PIHandlerImpl. initializeServerPIInfo(MessageMediator request, ObjectAdapter oa, byte[] objectId, ObjectKeyTemplate oktemp)
void
PINoOpHandlerImpl. initializeServerPIInfo(MessageMediator request, ObjectAdapter oa, byte[] objectId, ObjectKeyTemplate oktemp)
(package private) void
InterceptorInvoker. objectAdapterCreated(ObjectAdapter oa)
Called when a new POA is created.void
PIHandlerImpl. objectAdapterCreated(ObjectAdapter oa)
void
PINoOpHandlerImpl. objectAdapterCreated(ObjectAdapter oa)
protected void
ServerRequestInfoImpl. setInfo(MessageMediator request, ObjectAdapter oa, byte[] objectId, ObjectKeyTemplate oktemp)
Stores the various sources of information used for this info object.Constructors in com.sun.corba.ee.impl.interceptors with parameters of type ObjectAdapter Constructor Description IORInfoImpl(ObjectAdapter adapter)
Creates a new IORInfo implementation. -
Uses of ObjectAdapter in com.sun.corba.ee.impl.oa.poa
Classes in com.sun.corba.ee.impl.oa.poa that implement ObjectAdapter Modifier and Type Class Description class
POAImpl
POAImpl is the implementation of the Portable Object Adapter.Methods in com.sun.corba.ee.impl.oa.poa that return ObjectAdapter Modifier and Type Method Description ObjectAdapter
POAFactory. find(ObjectAdapterId oaid)
ObjectAdapter
POACurrent. getOA()
-
Uses of ObjectAdapter in com.sun.corba.ee.impl.oa.toa
Subinterfaces of ObjectAdapter in com.sun.corba.ee.impl.oa.toa Modifier and Type Interface Description interface
TOA
The Transient Object Adapter is used for standard RMI-IIOP and Java-IDL (legacy JDK 1.2) object implementations.Classes in com.sun.corba.ee.impl.oa.toa that implement ObjectAdapter Modifier and Type Class Description class
TOAImpl
The Transient Object Adapter (TOA) represents the OA for purely transient objects.Methods in com.sun.corba.ee.impl.oa.toa that return ObjectAdapter Modifier and Type Method Description ObjectAdapter
TOAFactory. find(ObjectAdapterId oaid)
-
Uses of ObjectAdapter in com.sun.corba.ee.impl.orb
Fields in com.sun.corba.ee.impl.orb declared as ObjectAdapter Modifier and Type Field Description private ObjectAdapter
ObjectKeyCacheEntryImpl. oa
Methods in com.sun.corba.ee.impl.orb that return ObjectAdapter Modifier and Type Method Description ObjectAdapter
ObjectKeyCacheEntryImpl. getObjectAdapter()
ObjectAdapter
ObjectKeyCacheEntryNoObjectAdapterImpl. getObjectAdapter()
Methods in com.sun.corba.ee.impl.orb with parameters of type ObjectAdapter Modifier and Type Method Description void
ObjectKeyCacheEntryImpl. setObjectAdapter(ObjectAdapter oa)
void
ObjectKeyCacheEntryNoObjectAdapterImpl. setObjectAdapter(ObjectAdapter oa)
-
Uses of ObjectAdapter in com.sun.corba.ee.impl.protocol
Methods in com.sun.corba.ee.impl.protocol that return ObjectAdapter Modifier and Type Method Description private ObjectAdapter
ServerRequestDispatcherImpl. findObjectAdapter(ObjectKeyTemplate oktemp)
Methods in com.sun.corba.ee.impl.protocol with parameters of type ObjectAdapter Modifier and Type Method Description protected MessageMediator
ServerRequestDispatcherImpl. dispatchToServant(java.lang.Object servant, MessageMediator req, byte[] objectId, ObjectAdapter objectAdapter)
private java.lang.Object
ServerRequestDispatcherImpl. getServant(ObjectAdapter objectAdapter, byte[] objectId, java.lang.String operation)
protected java.lang.Object
ServerRequestDispatcherImpl. getServantWithPI(MessageMediator request, ObjectAdapter objectAdapter, byte[] objectId, ObjectKeyTemplate oktemp, java.lang.String operation)
MessageMediator
GetInterface. invoke(java.lang.Object servant, MessageMediator request, byte[] objectId, ObjectAdapter objectAdapter)
MessageMediator
IsA. invoke(java.lang.Object servant, MessageMediator request, byte[] objectId, ObjectAdapter objectAdapter)
MessageMediator
NonExistent. invoke(java.lang.Object servant, MessageMediator request, byte[] objectId, ObjectAdapter objectAdapter)
abstract MessageMediator
SpecialMethod. invoke(java.lang.Object servant, MessageMediator request, byte[] objectId, ObjectAdapter objectAdapter)
private void
ServerRequestDispatcherImpl. releaseServant(ObjectAdapter objectAdapter)
private OAInvocationInfo
POALocalCRDImpl. servantEnter(ObjectAdapter oa)
private void
POALocalCRDImpl. servantExit(ObjectAdapter oa)
-
Uses of ObjectAdapter in com.sun.corba.ee.spi.legacy.interceptor
Methods in com.sun.corba.ee.spi.legacy.interceptor that return ObjectAdapter Modifier and Type Method Description ObjectAdapter
IORInfoExt. getObjectAdapter()
-
Uses of ObjectAdapter in com.sun.corba.ee.spi.logging
Methods in com.sun.corba.ee.spi.logging with parameters of type ObjectAdapter Modifier and Type Method Description INTERNAL
InterceptorsSystemException. exceptionInComponentsEstablished(java.lang.Exception exc, ObjectAdapter oa)
INTERNAL
InterceptorsSystemException. ignoredExceptionInEstablishComponents(java.lang.Exception exc, ObjectAdapter oa)
-
Uses of ObjectAdapter in com.sun.corba.ee.spi.oa
Classes in com.sun.corba.ee.spi.oa that implement ObjectAdapter Modifier and Type Class Description class
ObjectAdapterBase
Fields in com.sun.corba.ee.spi.oa declared as ObjectAdapter Modifier and Type Field Description private ObjectAdapter
OAInvocationInfo. oa
Methods in com.sun.corba.ee.spi.oa that return ObjectAdapter Modifier and Type Method Description ObjectAdapter
ObjectAdapterFactory. find(ObjectAdapterId oaid)
Find the ObjectAdapter instance that corresponds to the given ObjectAdapterId.ObjectAdapter
OAInvocationInfo. oa()
Constructors in com.sun.corba.ee.spi.oa with parameters of type ObjectAdapter Constructor Description OAInvocationInfo(ObjectAdapter oa, byte[] id)
-
Uses of ObjectAdapter in com.sun.corba.ee.spi.orb
Methods in com.sun.corba.ee.spi.orb that return ObjectAdapter Modifier and Type Method Description ObjectAdapter
ObjectKeyCacheEntry. getObjectAdapter()
Methods in com.sun.corba.ee.spi.orb with parameters of type ObjectAdapter Modifier and Type Method Description void
ObjectKeyCacheEntry. setObjectAdapter(ObjectAdapter oa)
-
Uses of ObjectAdapter in com.sun.corba.ee.spi.protocol
Methods in com.sun.corba.ee.spi.protocol with parameters of type ObjectAdapter Modifier and Type Method Description void
PIHandler. initializeServerPIInfo(MessageMediator request, ObjectAdapter oa, byte[] objectId, ObjectKeyTemplate oktemp)
Notifies PI to start a new server request and set initial information for server-side interceptors.void
PIHandler. objectAdapterCreated(ObjectAdapter oa)
Called when a new object adapter is created.
-