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 ObjectAdapterIORInfoImpl. adapterprivate ObjectAdapterServerRequestInfoImpl. objectAdapterMethods in com.sun.corba.ee.impl.interceptors that return ObjectAdapter Modifier and Type Method Description ObjectAdapterIORInfoImpl. getObjectAdapter()Methods in com.sun.corba.ee.impl.interceptors with parameters of type ObjectAdapter Modifier and Type Method Description voidPIHandlerImpl. initializeServerPIInfo(MessageMediator request, ObjectAdapter oa, byte[] objectId, ObjectKeyTemplate oktemp)voidPINoOpHandlerImpl. initializeServerPIInfo(MessageMediator request, ObjectAdapter oa, byte[] objectId, ObjectKeyTemplate oktemp)(package private) voidInterceptorInvoker. objectAdapterCreated(ObjectAdapter oa)Called when a new POA is created.voidPIHandlerImpl. objectAdapterCreated(ObjectAdapter oa)voidPINoOpHandlerImpl. objectAdapterCreated(ObjectAdapter oa)protected voidServerRequestInfoImpl. 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 classPOAImplPOAImpl 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 ObjectAdapterPOAFactory. find(ObjectAdapterId oaid)ObjectAdapterPOACurrent. 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 interfaceTOAThe 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 classTOAImplThe 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 ObjectAdapterTOAFactory. 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 ObjectAdapterObjectKeyCacheEntryImpl. oaMethods in com.sun.corba.ee.impl.orb that return ObjectAdapter Modifier and Type Method Description ObjectAdapterObjectKeyCacheEntryImpl. getObjectAdapter()ObjectAdapterObjectKeyCacheEntryNoObjectAdapterImpl. getObjectAdapter()Methods in com.sun.corba.ee.impl.orb with parameters of type ObjectAdapter Modifier and Type Method Description voidObjectKeyCacheEntryImpl. setObjectAdapter(ObjectAdapter oa)voidObjectKeyCacheEntryNoObjectAdapterImpl. 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 ObjectAdapterServerRequestDispatcherImpl. findObjectAdapter(ObjectKeyTemplate oktemp)Methods in com.sun.corba.ee.impl.protocol with parameters of type ObjectAdapter Modifier and Type Method Description protected MessageMediatorServerRequestDispatcherImpl. dispatchToServant(java.lang.Object servant, MessageMediator req, byte[] objectId, ObjectAdapter objectAdapter)private java.lang.ObjectServerRequestDispatcherImpl. getServant(ObjectAdapter objectAdapter, byte[] objectId, java.lang.String operation)protected java.lang.ObjectServerRequestDispatcherImpl. getServantWithPI(MessageMediator request, ObjectAdapter objectAdapter, byte[] objectId, ObjectKeyTemplate oktemp, java.lang.String operation)MessageMediatorGetInterface. invoke(java.lang.Object servant, MessageMediator request, byte[] objectId, ObjectAdapter objectAdapter)MessageMediatorIsA. invoke(java.lang.Object servant, MessageMediator request, byte[] objectId, ObjectAdapter objectAdapter)MessageMediatorNonExistent. invoke(java.lang.Object servant, MessageMediator request, byte[] objectId, ObjectAdapter objectAdapter)abstract MessageMediatorSpecialMethod. invoke(java.lang.Object servant, MessageMediator request, byte[] objectId, ObjectAdapter objectAdapter)private voidServerRequestDispatcherImpl. releaseServant(ObjectAdapter objectAdapter)private OAInvocationInfoPOALocalCRDImpl. servantEnter(ObjectAdapter oa)private voidPOALocalCRDImpl. 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 ObjectAdapterIORInfoExt. 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 INTERNALInterceptorsSystemException. exceptionInComponentsEstablished(java.lang.Exception exc, ObjectAdapter oa)INTERNALInterceptorsSystemException. 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 classObjectAdapterBaseFields in com.sun.corba.ee.spi.oa declared as ObjectAdapter Modifier and Type Field Description private ObjectAdapterOAInvocationInfo. oaMethods in com.sun.corba.ee.spi.oa that return ObjectAdapter Modifier and Type Method Description ObjectAdapterObjectAdapterFactory. find(ObjectAdapterId oaid)Find the ObjectAdapter instance that corresponds to the given ObjectAdapterId.ObjectAdapterOAInvocationInfo. 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 ObjectAdapterObjectKeyCacheEntry. getObjectAdapter()Methods in com.sun.corba.ee.spi.orb with parameters of type ObjectAdapter Modifier and Type Method Description voidObjectKeyCacheEntry. 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 voidPIHandler. 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.voidPIHandler. objectAdapterCreated(ObjectAdapter oa)Called when a new object adapter is created.
-