Uses of Interface
com.sun.corba.ee.spi.oa.ObjectAdapter
Packages that use ObjectAdapter
Package
Description
-
Uses of ObjectAdapter in com.sun.corba.ee.impl.interceptors
Fields in com.sun.corba.ee.impl.interceptors declared as ObjectAdapterModifier and TypeFieldDescriptionprivate ObjectAdapterIORInfoImpl.adapterprivate ObjectAdapterServerRequestInfoImpl.objectAdapterMethods in com.sun.corba.ee.impl.interceptors that return ObjectAdapterMethods in com.sun.corba.ee.impl.interceptors with parameters of type ObjectAdapterModifier and TypeMethodDescriptionvoidPIHandlerImpl.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 ObjectAdapterModifierConstructorDescription(package private)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 ObjectAdapterModifier and TypeClassDescriptionclassPOAImpl is the implementation of the Portable Object Adapter.Methods in com.sun.corba.ee.impl.oa.poa that return ObjectAdapter -
Uses of ObjectAdapter in com.sun.corba.ee.impl.oa.toa
Subinterfaces of ObjectAdapter in com.sun.corba.ee.impl.oa.toaModifier and TypeInterfaceDescriptioninterfaceThe 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 ObjectAdapterModifier and TypeClassDescriptionclassThe Transient Object Adapter (TOA) represents the OA for purely transient objects.Methods in com.sun.corba.ee.impl.oa.toa that return ObjectAdapter -
Uses of ObjectAdapter in com.sun.corba.ee.impl.orb
Fields in com.sun.corba.ee.impl.orb declared as ObjectAdapterMethods in com.sun.corba.ee.impl.orb that return ObjectAdapterModifier and TypeMethodDescriptionObjectKeyCacheEntryImpl.getObjectAdapter()ObjectKeyCacheEntryNoObjectAdapterImpl.getObjectAdapter()Methods in com.sun.corba.ee.impl.orb with parameters of type ObjectAdapterModifier and TypeMethodDescriptionvoidObjectKeyCacheEntryImpl.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 ObjectAdapterModifier and TypeMethodDescriptionprivate ObjectAdapterServerRequestDispatcherImpl.findObjectAdapter(ObjectKeyTemplate oktemp) Methods in com.sun.corba.ee.impl.protocol with parameters of type ObjectAdapterModifier and TypeMethodDescriptionprotected MessageMediatorServerRequestDispatcherImpl.dispatchToServant(Object servant, MessageMediator req, byte[] objectId, ObjectAdapter objectAdapter) private ObjectServerRequestDispatcherImpl.getServant(ObjectAdapter objectAdapter, byte[] objectId, String operation) protected ObjectServerRequestDispatcherImpl.getServantWithPI(MessageMediator request, ObjectAdapter objectAdapter, byte[] objectId, ObjectKeyTemplate oktemp, String operation) GetInterface.invoke(Object servant, MessageMediator request, byte[] objectId, ObjectAdapter objectAdapter) IsA.invoke(Object servant, MessageMediator request, byte[] objectId, ObjectAdapter objectAdapter) NonExistent.invoke(Object servant, MessageMediator request, byte[] objectId, ObjectAdapter objectAdapter) abstract MessageMediatorSpecialMethod.invoke(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 -
Uses of ObjectAdapter in com.sun.corba.ee.spi.logging
Methods in com.sun.corba.ee.spi.logging with parameters of type ObjectAdapterModifier and TypeMethodDescriptionInterceptorsSystemException.exceptionInComponentsEstablished(Exception exc, ObjectAdapter oa) InterceptorsSystemException.ignoredExceptionInEstablishComponents(Exception exc, ObjectAdapter oa) -
Uses of ObjectAdapter in com.sun.corba.ee.spi.oa
Classes in com.sun.corba.ee.spi.oa that implement ObjectAdapterFields in com.sun.corba.ee.spi.oa declared as ObjectAdapterMethods in com.sun.corba.ee.spi.oa that return ObjectAdapterModifier and TypeMethodDescriptionObjectAdapterFactory.find(ObjectAdapterId oaid) Find the ObjectAdapter instance that corresponds to the given ObjectAdapterId.OAInvocationInfo.oa()Constructors in com.sun.corba.ee.spi.oa with parameters of type ObjectAdapter -
Uses of ObjectAdapter in com.sun.corba.ee.spi.orb
Methods in com.sun.corba.ee.spi.orb that return ObjectAdapterMethods in com.sun.corba.ee.spi.orb with parameters of type ObjectAdapter -
Uses of ObjectAdapter in com.sun.corba.ee.spi.protocol
Methods in com.sun.corba.ee.spi.protocol with parameters of type ObjectAdapterModifier and TypeMethodDescriptionvoidPIHandler.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.