Uses of Interface
com.sun.corba.se.spi.oa.ObjectAdapter
Packages that use ObjectAdapter
Package
Description
-
Uses of ObjectAdapter in com.sun.corba.se.impl.interceptors
Methods in com.sun.corba.se.impl.interceptors that return ObjectAdapterMethods in com.sun.corba.se.impl.interceptors with parameters of type ObjectAdapterModifier and TypeMethodDescriptionvoidPIHandlerImpl.initializeServerPIInfo(CorbaMessageMediator request, ObjectAdapter oa, byte[] objectId, ObjectKeyTemplate oktemp) voidPINoOpHandlerImpl.initializeServerPIInfo(CorbaMessageMediator request, ObjectAdapter oa, byte[] objectId, ObjectKeyTemplate oktemp) voidPIHandlerImpl.objectAdapterCreated(ObjectAdapter oa) voidPINoOpHandlerImpl.objectAdapterCreated(ObjectAdapter oa) protected voidServerRequestInfoImpl.setInfo(CorbaMessageMediator request, ObjectAdapter oa, byte[] objectId, ObjectKeyTemplate oktemp) Stores the various sources of information used for this info object. -
Uses of ObjectAdapter in com.sun.corba.se.impl.oa.poa
Classes in com.sun.corba.se.impl.oa.poa that implement ObjectAdapterModifier and TypeClassDescriptionclassPOAImpl is the implementation of the Portable Object Adapter.Methods in com.sun.corba.se.impl.oa.poa that return ObjectAdapter -
Uses of ObjectAdapter in com.sun.corba.se.impl.oa.toa
Subinterfaces of ObjectAdapter in com.sun.corba.se.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.se.impl.oa.toa that implement ObjectAdapterModifier and TypeClassDescriptionclassThe Transient Object Adapter (TOA) represents the OA for purely transient objects.Methods in com.sun.corba.se.impl.oa.toa that return ObjectAdapter -
Uses of ObjectAdapter in com.sun.corba.se.impl.protocol
Methods in com.sun.corba.se.impl.protocol with parameters of type ObjectAdapterModifier and TypeMethodDescriptionprotected CorbaMessageMediatorCorbaServerRequestDispatcherImpl.dispatchToServant(Object servant, CorbaMessageMediator req, byte[] objectId, ObjectAdapter objectAdapter) protected ObjectCorbaServerRequestDispatcherImpl.getServantWithPI(CorbaMessageMediator request, ObjectAdapter objectAdapter, byte[] objectId, ObjectKeyTemplate oktemp, String operation) abstract CorbaMessageMediatorSpecialMethod.invoke(Object servant, CorbaMessageMediator request, byte[] objectId, ObjectAdapter objectAdapter) -
Uses of ObjectAdapter in com.sun.corba.se.spi.legacy.interceptor
Methods in com.sun.corba.se.spi.legacy.interceptor that return ObjectAdapter -
Uses of ObjectAdapter in com.sun.corba.se.spi.oa
Classes in com.sun.corba.se.spi.oa that implement ObjectAdapterMethods in com.sun.corba.se.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.se.spi.oa with parameters of type ObjectAdapter -
Uses of ObjectAdapter in com.sun.corba.se.spi.protocol
Methods in com.sun.corba.se.spi.protocol with parameters of type ObjectAdapterModifier and TypeMethodDescriptionvoidPIHandler.initializeServerPIInfo(CorbaMessageMediator 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.