Uses of Class
com.sun.corba.ee.spi.orb.ORB
-
-
Uses of ORB in com.sun.corba.ee.impl.copyobject
Fields in com.sun.corba.ee.impl.copyobject declared as ORB Modifier and Type Field Description private ORB
OldReflectObjectCopierImpl. orb
Constructors in com.sun.corba.ee.impl.copyobject with parameters of type ORB Constructor Description ReflectObjectCopierImpl(ORB orb)
Create an ReflectObjectCopierImpl for the given ORB. -
Uses of ORB in com.sun.corba.ee.impl.corba
Fields in com.sun.corba.ee.impl.corba declared as ORB Modifier and Type Field Description private ORB
AsynchInvoke. _orb
private ORB
NamedValueImpl. _orb
protected ORB
RequestImpl. _orb
private ORB
ServerRequestImpl. _orb
private ORB
TypeCodeImpl. _orb
protected ORB
AnyImpl. orb
private ORB
NVListImpl. orb
Methods in com.sun.corba.ee.impl.corba with parameters of type ORB Modifier and Type Method Description protected static TypeCodeImpl
TypeCodeImpl. convertToNative(ORB orb, TypeCode tc)
private void
TypeCodeImpl. createAliasTypeCode(ORB orb, int creationKind, java.lang.String id, java.lang.String name, TypeCode original_type)
private void
TypeCodeImpl. createArrayTypeCode(ORB orb, int creationKind, int bound, TypeCode element_type)
private void
TypeCodeImpl. createEnumTypeCode(ORB orb, int creationKind, java.lang.String id, java.lang.String name, java.lang.String[] members)
private void
TypeCodeImpl. createFixedTypeCode(ORB orb, int creationKind, short digits, short scale)
private void
TypeCodeImpl. createFromNonNativeTypeCode(ORB orb, TypeCode tc)
private void
TypeCodeImpl. createObjrefTypeCode(ORB orb, int creationKind, java.lang.String id, java.lang.String name)
private void
TypeCodeImpl. createPrimitiveTypeCode(ORB orb, int creationKind)
private void
TypeCodeImpl. createRecursiveSequenceTypeCode(ORB orb, int creationKind, int bound, int offset)
private void
TypeCodeImpl. createRecursiveTypeCode(ORB orb, java.lang.String id)
private void
TypeCodeImpl. createStringTypeCode(ORB orb, int creationKind, int bound)
private void
TypeCodeImpl. createStructTypeCode(ORB orb, int creationKind, java.lang.String id, java.lang.String name, StructMember[] members)
static TypeCode
AnyImpl. createTypeCodeForClass(java.lang.Class c, ORB tcORB)
Utility method for insert_Value and Util.writeAny.private void
TypeCodeImpl. createUnionTypeCode(ORB orb, int creationKind, java.lang.String id, java.lang.String name, TypeCode discriminator_type, UnionMember[] members)
private void
TypeCodeImpl. createValueTypeCode(ORB orb, int creationKind, java.lang.String id, java.lang.String name, short type_modifier, TypeCode concrete_base, ValueMember[] members)
static Any
AnyImpl. extractAnyFromStream(TypeCode memberType, InputStream input, ORB orb)
private static TypeCode
AnyImpl. getPrimitiveTypeCodeForClass(java.lang.Class c, ORB tcORB)
It looks like this was copied from io.ValueUtility at some point.static CDROutputObject
TypeCodeImpl. newOutputStream(ORB orb)
Constructors in com.sun.corba.ee.impl.corba with parameters of type ORB Constructor Description AnyImpl(ORB orb)
A constructor that sets the Any to contain a null.AnyImpl(ORB orb, Any obj)
AnyOutputStream(ORB orb)
AsynchInvoke(ORB o, RequestImpl reqToInvokeOn, boolean n)
NamedValueImpl(ORB orb)
NamedValueImpl(ORB orb, java.lang.String name, Any value, int flags)
NVListImpl(ORB orb)
NVListImpl(ORB orb, int size)
RequestImpl(ORB orb, Object targetObject, Context ctx, java.lang.String operationName, NVList argumentList, NamedValue resultContainer, ExceptionList exceptionList, ContextList ctxList)
ServerRequestImpl(MessageMediator req, ORB orb)
TypeCodeImpl(ORB orb)
TypeCodeImpl(ORB orb, int creationKind)
TypeCodeImpl(ORB orb, int creationKind, int bound)
TypeCodeImpl(ORB orb, int creationKind, int bound, int offset)
TypeCodeImpl(ORB orb, int creationKind, int bound, TypeCode element_type)
TypeCodeImpl(ORB orb, int creationKind, short digits, short scale)
TypeCodeImpl(ORB orb, int creationKind, java.lang.String id, java.lang.String name)
TypeCodeImpl(ORB orb, int creationKind, java.lang.String id, java.lang.String name, short type_modifier, TypeCode concrete_base, ValueMember[] members)
TypeCodeImpl(ORB orb, int creationKind, java.lang.String id, java.lang.String name, java.lang.String[] members)
TypeCodeImpl(ORB orb, int creationKind, java.lang.String id, java.lang.String name, StructMember[] members)
TypeCodeImpl(ORB orb, int creationKind, java.lang.String id, java.lang.String name, TypeCode original_type)
TypeCodeImpl(ORB orb, int creationKind, java.lang.String id, java.lang.String name, TypeCode discriminator_type, UnionMember[] members)
TypeCodeImpl(ORB orb, java.lang.String id)
TypeCodeImpl(ORB orb, TypeCode tc)
-
Uses of ORB in com.sun.corba.ee.impl.dynamicany
Fields in com.sun.corba.ee.impl.dynamicany declared as ORB Modifier and Type Field Description private ORB
DynAnyFactoryImpl. orb
protected ORB
DynAnyImpl. orb
Methods in com.sun.corba.ee.impl.dynamicany with parameters of type ORB Modifier and Type Method Description (package private) static DynAny
DynAnyUtil. convertToNative(DynAny dynAny, ORB orb)
(package private) static Any
DynAnyUtil. copy(Any inAny, ORB orb)
(package private) static Any
DynAnyUtil. createDefaultAnyOfType(TypeCode typeCode, ORB orb)
(package private) static DynAny
DynAnyUtil. createMostDerivedDynAny(Any any, ORB orb, boolean copyValue)
(package private) static DynAny
DynAnyUtil. createMostDerivedDynAny(TypeCode typeCode, ORB orb)
(package private) static Any
DynAnyUtil. extractAnyFromStream(TypeCode memberType, InputStream input, ORB orb)
Constructors in com.sun.corba.ee.impl.dynamicany with parameters of type ORB Constructor Description DynAnyBasicImpl(ORB orb, Any any, boolean copyValue)
DynAnyBasicImpl(ORB orb, TypeCode typeCode)
DynAnyCollectionImpl(ORB orb, Any any, boolean copyValue)
DynAnyCollectionImpl(ORB orb, TypeCode typeCode)
DynAnyComplexImpl(ORB orb, Any any, boolean copyValue)
DynAnyComplexImpl(ORB orb, TypeCode typeCode)
DynAnyConstructedImpl(ORB orb, Any any, boolean copyValue)
DynAnyConstructedImpl(ORB orb, TypeCode typeCode)
DynAnyFactoryImpl(ORB orb)
DynAnyImpl(ORB orb, Any any, boolean copyValue)
DynAnyImpl(ORB orb, TypeCode typeCode)
DynArrayImpl(ORB orb, Any any, boolean copyValue)
DynArrayImpl(ORB orb, TypeCode typeCode)
DynEnumImpl(ORB orb, Any anAny, boolean copyValue)
DynEnumImpl(ORB orb, TypeCode typeCode)
DynFixedImpl(ORB orb, Any any, boolean copyValue)
DynFixedImpl(ORB orb, TypeCode typeCode)
DynSequenceImpl(ORB orb, Any any, boolean copyValue)
DynSequenceImpl(ORB orb, TypeCode typeCode)
DynStructImpl(ORB orb, Any any, boolean copyValue)
DynStructImpl(ORB orb, TypeCode typeCode)
DynUnionImpl(ORB orb, Any any, boolean copyValue)
DynUnionImpl(ORB orb, TypeCode typeCode)
DynValueBoxImpl(ORB orb, Any any, boolean copyValue)
DynValueBoxImpl(ORB orb, TypeCode typeCode)
DynValueCommonImpl(ORB orb, Any any, boolean copyValue)
DynValueCommonImpl(ORB orb, TypeCode typeCode)
DynValueImpl(ORB orb, Any any, boolean copyValue)
DynValueImpl(ORB orb, TypeCode typeCode)
-
Uses of ORB in com.sun.corba.ee.impl.encoding
Fields in com.sun.corba.ee.impl.encoding declared as ORB Modifier and Type Field Description private ORB
BufferManagerReadStream. orb
protected ORB
BufferManagerWrite. orb
private ORB
CDRInputObject. orb
protected ORB
CDRInputStream_1_0. orb
protected ORB
CDROutputStream_1_0. orb
Methods in com.sun.corba.ee.impl.encoding with parameters of type ORB Modifier and Type Method Description static void
CachedCodeBase. cleanCache(ORB orb)
private static BufferManagerRead
CDRInputObject. createBufferManagerRead(ORB orb, Message header)
private void
CDROutputObject. createCDROutputStream(ORB orb, GIOPVersion version, BufferManagerWrite bufferManager, byte streamFormatVersion, boolean usePooledByteBuffers)
CDRInputObject
CDROutputObject.CDRInputObjectFactory. createInputObject(CDROutputObject outputObject, ORB orb, java.nio.ByteBuffer byteBuffer, int size, GIOPVersion giopVersion)
CDRInputObject
CDROutputObject. createInputObject(ORB orb)
protected CDRInputObject
CDROutputObject. createInputObject(ORB orb, CDROutputObject.InputObjectFactory factory)
CDRInputObject
CDROutputObject.InputObjectFactory. createInputObject(CDROutputObject outputObject, ORB orb, java.nio.ByteBuffer byteBuffer, int size, GIOPVersion giopVersion)
CDRInputObject
EncapsOutputStream.EncapsInputStreamFactory. createInputObject(CDROutputObject outputObject, ORB orb, java.nio.ByteBuffer byteBuffer, int size, GIOPVersion giopVersion)
CDRInputObject
TypeCodeOutputStream.TypeCodeInputStreamFactory. createInputObject(CDROutputObject outputObject, ORB orb, java.nio.ByteBuffer byteBuffer, int size, GIOPVersion giopVersion)
static Object
CDRInputStream_1_0. internalIORToObject(IOR ior, PresentationManager.StubFactory stubFactory, ORB orb)
static BufferManagerRead
BufferManagerFactory. newBufferManagerRead(GIOPVersion version, byte encodingVersion, ORB orb)
(package private) static BufferManagerWrite
BufferManagerFactory. newBufferManagerWrite(int strategy, byte encodingVersion, ORB orb)
static BufferManagerWrite
BufferManagerFactory. newBufferManagerWrite(GIOPVersion version, byte encodingVersion, ORB orb)
static CDROutputObject
OutputStreamFactory. newCDROutputObject(ORB orb, MessageMediator messageMediator, Message header, byte streamFormatVersion)
static CDROutputObject
OutputStreamFactory. newCDROutputObject(ORB orb, MessageMediator messageMediator, Message header, byte streamFormatVersion, int strategy)
static CDROutputObject
OutputStreamFactory. newCDROutputObject(ORB orb, MessageMediator mediator, GIOPVersion giopVersion, Connection connection, Message header, byte streamFormatVersion)
static EncapsOutputStream
OutputStreamFactory. newEncapsOutputStream(ORB orb)
static EncapsOutputStream
OutputStreamFactory. newEncapsOutputStream(ORB orb, GIOPVersion version)
static TypeCodeOutputStream
OutputStreamFactory. newTypeCodeOutputStream(ORB orb)
(package private) static BufferManagerWrite
BufferManagerFactory. newWriteEncapsulationBufferManager(ORB orb)
Constructors in com.sun.corba.ee.impl.encoding with parameters of type ORB Constructor Description BufferManagerReadStream(ORB orb)
BufferManagerWrite(ORB orb)
BufferManagerWriteGrow(ORB orb)
BufferManagerWriteStream(ORB orb)
CDRInputObject(ORB orb, Connection corbaConnection, java.nio.ByteBuffer byteBuffer, Message header)
CDROutputObject(ORB orb, GIOPVersion version, BufferManagerWrite bufferManager, byte streamFormatVersion, boolean usePooledByteBuffers)
CDROutputObject(ORB orb, GIOPVersion giopVersion, Message header, BufferManagerWrite manager, byte streamFormatVersion, MessageMediator mediator)
CDROutputObject(ORB orb, MessageMediator messageMediator, Message header, byte streamFormatVersion)
CDROutputObject(ORB orb, MessageMediator messageMediator, Message header, byte streamFormatVersion, int strategy)
CDROutputObject(ORB orb, MessageMediator mediator, GIOPVersion giopVersion, Connection connection, Message header, byte streamFormatVersion)
EncapsOutputStream(ORB orb)
EncapsOutputStream(ORB orb, GIOPVersion version)
TypeCodeOutputStream(ORB orb)
-
Uses of ORB in com.sun.corba.ee.impl.folb
Fields in com.sun.corba.ee.impl.folb declared as ORB Modifier and Type Field Description private ORB
ClientGroupManager. orb
private ORB
ServerGroupManager. orb
Methods in com.sun.corba.ee.impl.folb with parameters of type ORB Modifier and Type Method Description void
ClientGroupManager. configure(DataCollector collector, ORB orb)
void
ServerGroupManager. configure(DataCollector collector, ORB orb)
java.util.List<ClusterInstanceInfo>
ClientGroupManager. getInitialClusterInstanceInfo(ORB orb, java.util.List<java.lang.String> endpoints)
-
Uses of ORB in com.sun.corba.ee.impl.interceptors
Fields in com.sun.corba.ee.impl.interceptors declared as ORB Modifier and Type Field Description private ORB
PICurrent. myORB
protected ORB
RequestInfoImpl. myORB
The ORB from which to get PICurrent and other infoprivate ORB
InterceptorInvoker. orb
private ORB
IORInfoImpl. orb
private ORB
ORBInitInfoImpl. orb
private ORB
PIHandlerImpl. orb
private ORB
SlotTable. orb
Required for instantiating Any object.private ORB
SlotTableStack. orb
Methods in com.sun.corba.ee.impl.interceptors that return ORB Modifier and Type Method Description ORB
ORBInitInfoImpl. getORB()
Return the ORB behind this ORBInitInfo.Constructors in com.sun.corba.ee.impl.interceptors with parameters of type ORB Constructor Description ClientRequestInfoImpl(ORB myORB)
Creates a new ClientRequestInfo implementation.InterceptorInvoker(ORB orb, InterceptorList interceptorList, PICurrent piCurrent)
Creates a new Interceptor Invoker.ORBInitInfoImpl(ORB orb, java.lang.String[] args, java.lang.String orbId, CodecFactory codecFactory)
Creates a new ORBInitInfoImpl object (scoped to package)PICurrent(ORB myORB)
PICurrent constructor which will be called for every ORB initialization.PIHandlerImpl(ORB orb, java.lang.String[] args)
RequestInfoImpl(ORB myORB)
Creates a new RequestInfoImpl object.ServerRequestInfoImpl(ORB myORB)
Creates a new ServerRequestInfo implementation.SlotTable(ORB orb, int slotSize)
The constructor instantiates an Array of Any[] of size given by slotSize parameter.SlotTableStack(ORB orb, PICurrent current)
Constructs the stack. -
Uses of ORB in com.sun.corba.ee.impl.ior
Fields in com.sun.corba.ee.impl.ior declared as ORB Modifier and Type Field Description private ORB
IORImpl. factory
private ORB
GenericTaggedProfile. orb
private ORB
IdentifiableFactoryFinderBase. orb
private ORB
ObjectKeyFactoryImpl. orb
private ORB
ObjectKeyTemplateBase. orb
protected ORB
ObjectReferenceProducerBase. orb
private ORB
WireObjectKeyTemplate. orb
Methods in com.sun.corba.ee.impl.ior that return ORB Modifier and Type Method Description ORB
IORImpl. getORB()
Methods in com.sun.corba.ee.impl.ior with parameters of type ORB Modifier and Type Method Description static InputStream
EncapsulationUtility. getEncapsulationStream(ORB orb, InputStream is)
Helper method to read the octet array from is, deencapsulate it, and return as another InputStream.private void
WireObjectKeyTemplate. initORB(ORB orb)
IOR
IORTemplateImpl. makeIOR(ORB orb, java.lang.String typeid, ObjectId oid)
IOR
IORTemplateListImpl. makeIOR(ORB orb, java.lang.String typeid, ObjectId oid)
Constructors in com.sun.corba.ee.impl.ior with parameters of type ORB Constructor Description GenericTaggedProfile(ORB orb, int id, byte[] data)
IdentifiableFactoryFinderBase(ORB orb)
IORImpl(ORB orb)
Construct an empty IOR.IORImpl(ORB orb, java.lang.String typeid)
IORImpl(ORB orb, java.lang.String typeId, IORTemplateList iortemps, ObjectId id)
Construct an IOR from an IORTemplate by applying the same object id to each TaggedProfileTemplate in the IORTemplate.IORImpl(ORB orb, java.lang.String typeId, IORTemplate iortemp, ObjectId id)
Construct an IOR from an IORTemplate by applying the same object id to each TaggedProfileTemplate in the IORTemplate.IORImpl(ORB orb, InputStream is)
JIDLObjectKeyTemplate(ORB orb, int scid, int serverid)
JIDLObjectKeyTemplate(ORB orb, int magic, int scid, InputStream is)
This constructor reads the template ONLY from the stream.JIDLObjectKeyTemplate(ORB orb, int magic, int scid, InputStream is, OctetSeqHolder osh)
This constructor reads a complete ObjectKey (template and Id) from the stream.NewObjectKeyTemplateBase(ORB orb, int magic, int scid, int serverid, java.lang.String orbid, ObjectAdapterId oaid)
ObjectKeyFactoryImpl(ORB orb)
ObjectKeyTemplateBase(ORB orb, int magic, int scid, int serverid, java.lang.String orbid, ObjectAdapterId oaid)
This constructor reads a complete ObjectKey (template and Id) from the stream.ObjectReferenceFactoryImpl(ORB orb, IORTemplateList iortemps)
ObjectReferenceProducerBase(ORB orb)
ObjectReferenceTemplateImpl(ORB orb, IORTemplate iortemp)
OldJIDLObjectKeyTemplate(ORB orb, int magic, int scid, int serverid)
OldJIDLObjectKeyTemplate(ORB orb, int magic, int scid, InputStream is)
OldJIDLObjectKeyTemplate(ORB orb, int magic, int scid, InputStream is, OctetSeqHolder osh)
OldObjectKeyTemplateBase(ORB orb, int magic, int scid, int serverid, java.lang.String orbid, ObjectAdapterId oaid)
OldPOAObjectKeyTemplate(ORB orb, int magic, int scid, int serverid, int orbid, int poaid)
OldPOAObjectKeyTemplate(ORB orb, int magic, int scid, InputStream is)
This constructor reads the template ONLY from the streamOldPOAObjectKeyTemplate(ORB orb, int magic, int scid, InputStream is, OctetSeqHolder osh)
This constructor reads a complete ObjectKey (template and Id) from the stream.POAObjectKeyTemplate(ORB orb, int scid, int serverid, java.lang.String orbid, ObjectAdapterId objectAdapterId)
POAObjectKeyTemplate(ORB orb, int magic, int scid, InputStream is)
This constructor reads the template ONLY from the stream.POAObjectKeyTemplate(ORB orb, int magic, int scid, InputStream is, OctetSeqHolder osh)
This constructor reads a complete ObjectKey (template and Id) from the stream.TaggedComponentFactoryFinderImpl(ORB orb)
TaggedProfileFactoryFinderImpl(ORB orb)
TaggedProfileTemplateFactoryFinderImpl(ORB orb)
WireObjectKeyTemplate(ORB orb)
-
Uses of ORB in com.sun.corba.ee.impl.ior.iiop
Fields in com.sun.corba.ee.impl.ior.iiop declared as ORB Modifier and Type Field Description private ORB
IIOPProfileImpl. orb
private ORB
IIOPProfileTemplateImpl. orb
Constructors in com.sun.corba.ee.impl.ior.iiop with parameters of type ORB Constructor Description CodeSetsComponentImpl(ORB orb)
IIOPProfileImpl(ORB orb)
IIOPProfileImpl(ORB orb, ObjectKeyTemplate oktemp, ObjectId oid, IIOPProfileTemplate proftemp)
IIOPProfileImpl(ORB orb, TaggedProfile profile)
IIOPProfileTemplateImpl(ORB orb, GIOPVersion version, IIOPAddress primary)
-
Uses of ORB in com.sun.corba.ee.impl.legacy.connection
Fields in com.sun.corba.ee.impl.legacy.connection declared as ORB Modifier and Type Field Description private ORB
DefaultSocketFactory. orb
protected ORB
LegacyServerSocketManagerImpl. orb
Methods in com.sun.corba.ee.impl.legacy.connection with parameters of type ORB Modifier and Type Method Description void
DefaultSocketFactory. setORB(ORB orb)
Constructors in com.sun.corba.ee.impl.legacy.connection with parameters of type ORB Constructor Description LegacyServerSocketManagerImpl(ORB orb)
SocketFactoryAcceptorImpl(ORB orb, int port, java.lang.String name, java.lang.String type)
SocketFactoryConnectionImpl(ORB orb, ContactInfo contactInfo, boolean useSelectThreadToWait, boolean useWorkerThread)
SocketFactoryContactInfoImpl(ORB orb, ContactInfoList contactInfoList, IOR effectiveTargetIOR, short addressingDisposition, SocketInfo cookie)
SocketFactoryContactInfoListImpl(ORB orb)
SocketFactoryContactInfoListImpl(ORB orb, IOR targetIOR)
SocketFactoryContactInfoListIteratorImpl(ORB orb, ContactInfoList corbaContactInfoList)
-
Uses of ORB in com.sun.corba.ee.impl.misc
Fields in com.sun.corba.ee.impl.misc declared as ORB Modifier and Type Field Description private ORB
CacheTable. orb
Methods in com.sun.corba.ee.impl.misc with parameters of type ORB Modifier and Type Method Description static byte
ORBUtility. chooseEncodingVersion(ORB orb, IOR ior, GIOPVersion gv)
static ValueHandler
ORBUtility. createValueHandler(ORB orb)
Creates the correct ValueHandler.static RepositoryIdStrings
RepositoryIdFactory. getRepIdStringsFactory(ORB orb)
Checks the version of the ORB and returns the appropriate RepositoryIdStrings instance.static RepositoryIdUtility
RepositoryIdFactory. getRepIdUtility(ORB orb)
Checks the version of the ORB and returns the appropriate RepositoryIdUtility instance.private static TypeCode
ORBUtility. getSystemExceptionTypeCode(ORB orb, java.lang.String repID, java.lang.String name)
static boolean
ORBUtility. isForeignORB(ORB orb)
Returns true if it was accurately determined that the remote ORB is a foreign (non-JavaSoft) ORB.private static boolean
ORBUtility. isSystemExceptionTypeCode(TypeCode type, ORB orb)
private static StructMember[]
ORBUtility. systemExceptionMembers(ORB orb)
Constructors in com.sun.corba.ee.impl.misc with parameters of type ORB Constructor Description CacheTable(java.lang.String cacheType, ORB orb, boolean u)
-
Uses of ORB in com.sun.corba.ee.impl.naming.cosnaming
Fields in com.sun.corba.ee.impl.naming.cosnaming declared as ORB Modifier and Type Field Description protected ORB
NamingContextImpl. orb
Methods in com.sun.corba.ee.impl.naming.cosnaming with parameters of type ORB Modifier and Type Method Description private void
TransientNameService. initialize(ORB orb, java.lang.String nameServiceName)
This method initializes Transient Name Service by associating Root context with POA and registering the root context with INS Object Keymap.Constructors in com.sun.corba.ee.impl.naming.cosnaming with parameters of type ORB Constructor Description NamingContextImpl(ORB orb, POA poa)
Create a naming context servant.TransientNameService(ORB orb)
Constructs a new TransientNameService, and creates an initial NamingContext, whose object reference can be obtained by the initialNamingContext method.TransientNameService(ORB orb, java.lang.String serviceName)
Constructs a new TransientNameService, and creates an initial NamingContext, whose object reference can be obtained by the initialNamingContext method.TransientNamingContext(ORB orb, Object initial, POA nsPOA)
Constructs a new TransientNamingContext object. -
Uses of ORB in com.sun.corba.ee.impl.oa.poa
Fields in com.sun.corba.ee.impl.oa.poa declared as ORB Modifier and Type Field Description private ORB
DelegateImpl. orb
private ORB
POACurrent. orb
private ORB
POAFactory. orb
protected ORB
POAPolicyMediatorBase. orb
Methods in com.sun.corba.ee.impl.oa.poa that return ORB Modifier and Type Method Description ORB
POAFactory. getORB()
Methods in com.sun.corba.ee.impl.oa.poa with parameters of type ORB Modifier and Type Method Description (package private) static POAFactory
POAImpl. getPOAFactory(ORB orb)
void
POAFactory. init(ORB orb)
(package private) static POAImpl
POAImpl. makeRootPOA(ORB orb)
private static void
POAImpl. registerMBean(ORB orb, java.lang.Object obj)
Constructors in com.sun.corba.ee.impl.oa.poa with parameters of type ORB Constructor Description DelegateImpl(ORB orb, POAFactory factory)
POACurrent(ORB orb)
POAImpl(java.lang.String name, POAImpl parent, ORB orb, int initialState)
-
Uses of ORB in com.sun.corba.ee.impl.oa.rfm
Fields in com.sun.corba.ee.impl.oa.rfm declared as ORB Modifier and Type Field Description private ORB
ReferenceFactoryManagerImpl. orb
Methods in com.sun.corba.ee.impl.oa.rfm with parameters of type ORB Modifier and Type Method Description void
ReferenceManagerConfigurator. configure(DataCollector collector, ORB orb)
Constructors in com.sun.corba.ee.impl.oa.rfm with parameters of type ORB Constructor Description ReferenceFactoryManagerImpl(ORB orb)
-
Uses of ORB in com.sun.corba.ee.impl.oa.toa
Fields in com.sun.corba.ee.impl.oa.toa declared as ORB Modifier and Type Field Description private ORB
TOAFactory. orb
private ORB
TransientObjectManager. orb
Methods in com.sun.corba.ee.impl.oa.toa that return ORB Modifier and Type Method Description ORB
TOAFactory. getORB()
Methods in com.sun.corba.ee.impl.oa.toa with parameters of type ORB Modifier and Type Method Description void
TOAFactory. init(ORB orb)
Constructors in com.sun.corba.ee.impl.oa.toa with parameters of type ORB Constructor Description TOAImpl(ORB orb, TransientObjectManager tom, java.lang.String codebase)
TransientObjectManager(ORB orb)
-
Uses of ORB in com.sun.corba.ee.impl.orb
Subclasses of ORB in com.sun.corba.ee.impl.orb Modifier and Type Class Description class
ORBImpl
The JavaIDL ORB implementation.class
ORBSingleton
The restricted singleton ORB implementation.Fields in com.sun.corba.ee.impl.orb declared as ORB Modifier and Type Field Description private static ORB
ORBSingleton. fullORB
private ORB
ORBConfiguratorImpl.ConfigParser. orb
Methods in com.sun.corba.ee.impl.orb that return ORB Modifier and Type Method Description private ORB
ORBSingleton. getFullORB()
These are methods from com.sun.corba.ee.impl.se.core.ORBMethods in com.sun.corba.ee.impl.orb with parameters of type ORB Modifier and Type Method Description void
ORBConfiguratorImpl. configure(DataCollector collector, ORB orb)
private void
ORBConfiguratorImpl. createAndRegisterAcceptor(ORB orb, ORBSocketFactory legacySocketFactory, int port, java.lang.String name, java.lang.String type)
CDROutputObject
ParserTable.TestAcceptor1. createOutputObject(ORB broker, MessageMediator messageMediator)
CDROutputObject
ParserTable.TestAcceptor2. createOutputObject(ORB broker, MessageMediator messageMediator)
private void
ORBConfiguratorImpl. initializeNaming(ORB orb)
private void
ORBConfiguratorImpl. initializeTransport(ORB orb)
This is made somewhat complex because we are currently supporting the ContactInfoList/Acceptor *AND* the legacy SocketFactory transport architecture.private void
ORBConfiguratorImpl. initIORFinders(ORB orb)
private void
ORBConfiguratorImpl. initObjectCopiers(ORB orb)
private void
ORBConfiguratorImpl. initRequestDispatcherRegistry(ORB orb)
private void
ORBConfiguratorImpl. initServiceContextRegistry(ORB orb)
protected void
ORBConfiguratorImpl. persistentServerInitialization(ORB theOrb)
private void
ORBConfiguratorImpl. registerInitialReferences(ORB orb)
private void
ORBConfiguratorImpl. runUserConfigurators(DataCollector collector, ORB orb)
private void
ORBConfiguratorImpl. setLegacySocketFactoryORB(ORB orb, ORBSocketFactory legacySocketFactory)
void
ParserTable.TestContactInfoListFactory. setORB(ORB orb)
void
ParserTable.TestORBSocketFactory. setORB(ORB orb)
Constructors in com.sun.corba.ee.impl.orb with parameters of type ORB Constructor Description ConfigParser(ORB orb)
ORBDataParserImpl(ORB orb, DataCollector coll)
-
Uses of ORB in com.sun.corba.ee.impl.plugin.hwlb
Fields in com.sun.corba.ee.impl.plugin.hwlb declared as ORB Modifier and Type Field Description private ORB
VirtualAddressAgentImpl. orb
private ORB
VirtualAddressAgentImpl.SpecialIIOPProfileTemplateImpl. orb
Methods in com.sun.corba.ee.impl.plugin.hwlb with parameters of type ORB Modifier and Type Method Description void
NoConnectionCacheImpl. configure(DataCollector dc, ORB orb)
void
VirtualAddressAgentImpl. configure(DataCollector dc, ORB orb)
void
NoConnectionCacheImpl.NCCClientRequestDispatcherImpl. endRequest(ORB broker, java.lang.Object self, CDRInputObject inputObject)
private static NoConnectionCacheImpl.NCCConnectionCacheImpl
NoConnectionCacheImpl. getConnectionCache(ORB orb)
Constructors in com.sun.corba.ee.impl.plugin.hwlb with parameters of type ORB Constructor Description NCCConnectionCacheImpl(ORB orb)
NCCConnectionImpl(ORB orb, ContactInfo contactInfo, java.lang.String socketType, java.lang.String hostname, int port)
NCCContactInfoImpl(ORB orb, ContactInfoList contactInfoList, IOR effectiveTargetIOR, short addressingDisposition, java.lang.String socketType, java.lang.String hostname, int port)
NCCContactInfoListImpl(ORB orb, IOR ior)
SpecialIIOPProfileImpl(ORB orb, ObjectKeyTemplate oktemp, ObjectId id, IIOPProfileTemplate ptemp)
SpecialIIOPProfileTemplateImpl(ORB orb, GIOPVersion version, IIOPAddress primary)
-
Uses of ORB in com.sun.corba.ee.impl.presentation.rmi
Methods in com.sun.corba.ee.impl.presentation.rmi that return ORB Modifier and Type Method Description private ORB
JNDIStateFactoryImpl. getORB(javax.naming.Context ctx)
-
Uses of ORB in com.sun.corba.ee.impl.protocol
Fields in com.sun.corba.ee.impl.protocol declared as ORB Modifier and Type Field Description private ORB
BootstrapServerRequestDispatcher. orb
private ORB
ClientDelegateImpl. orb
private ORB
INSServerRequestDispatcher. orb
protected ORB
LocalClientRequestDispatcherBase. orb
protected ORB
MessageMediatorImpl. orb
private ORB
MessageParserImpl. orb
protected ORB
ServerRequestDispatcherImpl. orb
Methods in com.sun.corba.ee.impl.protocol that return ORB Modifier and Type Method Description ORB
ClientDelegateImpl. getBroker()
ORB
MessageMediatorImpl. getBroker()
Methods in com.sun.corba.ee.impl.protocol with parameters of type ORB Modifier and Type Method Description protected void
ClientRequestDispatcherImpl. consumeServiceContexts(ORB orb, MessageMediator messageMediator)
void
ClientRequestDispatcherImpl. endRequest(ORB orb, java.lang.Object self, CDRInputObject inputObject)
protected ContactInfoListIterator
ClientRequestDispatcherImpl. getContactInfoListIterator(ORB orb)
CDRInputObject
ClientRequestDispatcherImpl. marshalingComplete1(ORB orb, MessageMediator messageMediator)
protected CDRInputObject
ClientRequestDispatcherImpl. processResponse(ORB orb, MessageMediator messageMediator, CDRInputObject inputObject)
protected void
ClientRequestDispatcherImpl. unregisterWaiter(ORB orb)
Constructors in com.sun.corba.ee.impl.protocol with parameters of type ORB Constructor Description BootstrapServerRequestDispatcher(ORB orb)
ClientDelegateImpl(ORB orb, ContactInfoList contactInfoList)
FullServantCacheLocalCRDImpl(ORB orb, int scid, IOR ior)
InfoOnlyServantCacheLocalCRDImpl(ORB orb, int scid, IOR ior)
INSServerRequestDispatcher(ORB orb)
JIDLLocalCRDImpl(ORB orb, int scid, IOR ior)
LocalClientRequestDispatcherBase(ORB orb, int scid, IOR ior)
MessageMediatorImpl(ORB orb, Connection connection)
MessageMediatorImpl(ORB orb, Connection connection, Message dispatchHeader, java.nio.ByteBuffer byteBuffer)
MessageMediatorImpl(ORB orb, ContactInfo contactInfo, Connection connection, GIOPVersion giopVersion, IOR ior, int requestId, short addrDisposition, java.lang.String operationName, boolean isOneWay)
MessageParserImpl(ORB orb)
Creates a new instance of MessageParserImplMessageParserImpl(ORB orb, Connection connection)
MinimalServantCacheLocalCRDImpl(ORB orb, int scid, IOR ior)
POALocalCRDImpl(ORB orb, int scid, IOR ior)
ServantCacheLocalCRDBase(ORB orb, int scid, IOR ior)
ServerRequestDispatcherImpl(ORB orb)
-
Uses of ORB in com.sun.corba.ee.impl.protocol.giopmsgheaders
Fields in com.sun.corba.ee.impl.protocol.giopmsgheaders declared as ORB Modifier and Type Field Description private ORB
LocateReplyMessage_1_0. orb
private ORB
LocateReplyMessage_1_1. orb
private ORB
LocateReplyMessage_1_2. orb
private ORB
LocateRequestMessage_1_0. orb
private ORB
LocateRequestMessage_1_1. orb
private ORB
LocateRequestMessage_1_2. orb
private ORB
ReplyMessage_1_0. orb
private ORB
ReplyMessage_1_1. orb
private ORB
ReplyMessage_1_2. orb
private ORB
RequestMessage_1_0. orb
private ORB
RequestMessage_1_1. orb
private ORB
RequestMessage_1_2. orb
Methods in com.sun.corba.ee.impl.protocol.giopmsgheaders with parameters of type ORB Modifier and Type Method Description static LocateReplyMessage
MessageBase. createLocateReply(ORB orb, GIOPVersion gv, byte encodingVersion, int request_id, int locate_status, IOR ior)
static LocateRequestMessage
MessageBase. createLocateRequest(ORB orb, GIOPVersion gv, byte encodingVersion, int request_id, byte[] object_key)
static ReplyMessage
MessageBase. createReply(ORB orb, GIOPVersion gv, byte encodingVersion, int request_id, int reply_status, ServiceContexts service_contexts, IOR ior)
private static RequestMessage
MessageBase. createRequest(ORB orb, GIOPVersion gv, byte encodingVersion, int request_id, boolean response_expected, byte[] object_key, java.lang.String operation, ServiceContexts service_contexts, Principal requesting_principal)
static RequestMessage
MessageBase. createRequest(ORB orb, GIOPVersion gv, byte encodingVersion, int request_id, boolean response_expected, IOR ior, short addrDisp, java.lang.String operation, ServiceContexts service_contexts, Principal requesting_principal)
(package private) static ObjectKeyCacheEntry
MessageBase. extractObjectKeyCacheEntry(TargetAddress target, ORB orb)
Extract the object key from TargetAddress.static MessageBase
MessageBase. parseGiopHeader(ORB orb, Connection connection, java.nio.ByteBuffer buf, int startPosition)
Constructors in com.sun.corba.ee.impl.protocol.giopmsgheaders with parameters of type ORB Constructor Description LocateReplyMessage_1_0(ORB orb)
LocateReplyMessage_1_0(ORB orb, int _request_id, int _locate_status, IOR _ior)
LocateReplyMessage_1_1(ORB orb)
LocateReplyMessage_1_1(ORB orb, int _request_id, int _reply_status, IOR _ior)
LocateReplyMessage_1_2(ORB orb)
LocateReplyMessage_1_2(ORB orb, int _request_id, int _reply_status, IOR _ior)
LocateRequestMessage_1_0(ORB orb)
LocateRequestMessage_1_0(ORB orb, int _request_id, byte[] _object_key)
LocateRequestMessage_1_1(ORB orb)
LocateRequestMessage_1_1(ORB orb, int _request_id, byte[] _object_key)
LocateRequestMessage_1_2(ORB orb)
LocateRequestMessage_1_2(ORB orb, int _request_id, TargetAddress _target)
ReplyMessage_1_0(ORB orb)
ReplyMessage_1_0(ORB orb, ServiceContexts _service_contexts, int _request_id, int _reply_status, IOR _ior)
ReplyMessage_1_1(ORB orb)
ReplyMessage_1_1(ORB orb, ServiceContexts _service_contexts, int _request_id, int _reply_status, IOR _ior)
ReplyMessage_1_2(ORB orb)
ReplyMessage_1_2(ORB orb, int _request_id, int _reply_status, ServiceContexts _service_contexts, IOR _ior)
RequestMessage_1_0(ORB orb)
RequestMessage_1_0(ORB orb, ServiceContexts _service_contexts, int _request_id, boolean _response_expected, byte[] _object_key, java.lang.String _operation, Principal _requesting_principal)
RequestMessage_1_1(ORB orb)
RequestMessage_1_1(ORB orb, ServiceContexts _service_contexts, int _request_id, boolean _response_expected, byte[] _reserved, byte[] _object_key, java.lang.String _operation, Principal _requesting_principal)
RequestMessage_1_2(ORB orb)
RequestMessage_1_2(ORB orb, int _request_id, byte _response_flags, byte[] _reserved, TargetAddress _target, java.lang.String _operation, ServiceContexts _service_contexts)
-
Uses of ORB in com.sun.corba.ee.impl.resolver
Fields in com.sun.corba.ee.impl.resolver declared as ORB Modifier and Type Field Description private ORB
FileResolverImpl. orb
private ORB
INSURLOperationImpl. orb
Constructors in com.sun.corba.ee.impl.resolver with parameters of type ORB Constructor Description BootstrapResolverImpl(ORB orb, java.lang.String host, int port)
FileResolverImpl(ORB orb, java.io.File file)
INSURLOperationImpl(ORB orb)
-
Uses of ORB in com.sun.corba.ee.impl.servicecontext
Fields in com.sun.corba.ee.impl.servicecontext declared as ORB Modifier and Type Field Description private ORB
ServiceContextFactoryRegistryImpl. orb
private ORB
ServiceContextsImpl. orb
Constructors in com.sun.corba.ee.impl.servicecontext with parameters of type ORB Constructor Description ServiceContextFactoryRegistryImpl(ORB orb)
ServiceContextsImpl(ORB orb)
-
Uses of ORB in com.sun.corba.ee.impl.transport
Fields in com.sun.corba.ee.impl.transport declared as ORB Modifier and Type Field Description private ORB
ByteBufferPoolImpl. orb
protected ORB
ConnectionCacheBase. orb
protected ORB
ContactInfoBase. orb
protected ORB
ContactInfoListImpl. orb
protected ORB
ContactInfoListIteratorImpl. orb
private ORB
DefaultSocketFactoryImpl. orb
protected ORB
EventHandlerBase. orb
private ORB
ListenerThreadImpl. orb
private ORB
ReaderThreadImpl. orb
private ORB
ResponseWaitingRoomImpl. orb
private ORB
SelectorImpl. orb
private ORB
SocketChannelReader. orb
protected ORB
TransportManagerImpl. orb
Methods in com.sun.corba.ee.impl.transport that return ORB Modifier and Type Method Description ORB
ConnectionImpl. getBroker()
ORB
ContactInfoBase. getBroker()
Methods in com.sun.corba.ee.impl.transport with parameters of type ORB Modifier and Type Method Description MessageMediator
ContactInfoBase. createMessageMediator(ORB broker, ContactInfo contactInfo, Connection connection, java.lang.String methodName, boolean isOneWay)
MessageMediator
SharedCDRContactInfoImpl. createMessageMediator(ORB broker, ContactInfo contactInfo, Connection connection, java.lang.String methodName, boolean isOneWay)
CDROutputObject
AcceptorBase. createOutputObject(ORB broker, MessageMediator messageMediator)
void
DefaultSocketFactoryImpl. setORB(ORB orb)
private void
ConnectionImpl. traceMessageBodyReceived(ORB orb, java.nio.ByteBuffer buf)
Constructors in com.sun.corba.ee.impl.transport with parameters of type ORB Constructor Description AcceptorAcceptOnlyImpl(ORB orb, int port, java.lang.String name, java.lang.String type, org.glassfish.pfl.basic.func.UnaryVoidFunction<java.net.Socket> operation)
AcceptorBase(ORB orb, int port, java.lang.String name, java.lang.String type)
AcceptorImpl(ORB orb, int port, java.lang.String name, java.lang.String type)
AcceptorLazyImpl(ORB orb, int port, java.lang.String name, java.lang.String type)
ByteBufferPoolImpl(ORB orb)
ConnectionCacheBase(ORB orb, java.lang.String cacheType, java.lang.String monitoringName)
ConnectionImpl(ORB orb)
ConnectionImpl(ORB orb, boolean useSelectThreadToWait, boolean useWorkerThread)
ConnectionImpl(ORB orb, Acceptor acceptor, java.net.Socket socket)
ConnectionImpl(ORB orb, Acceptor acceptor, java.net.Socket socket, boolean useSelectThreadToWait, boolean useWorkerThread)
ConnectionImpl(ORB orb, ContactInfo contactInfo, boolean useSelectThreadToWait, boolean useWorkerThread, java.lang.String socketType, java.lang.String hostname, int port)
ConnectionImpl(ORB orb, ContactInfo contactInfo, java.lang.String socketType, java.lang.String hostname, int port)
ContactInfoImpl(ORB orb, ContactInfoList contactInfoList)
ContactInfoImpl(ORB orb, ContactInfoList contactInfoList, IOR effectiveTargetIOR, short addressingDisposition, java.lang.String socketType, java.lang.String hostname, int port)
ContactInfoImpl(ORB orb, ContactInfoList contactInfoList, java.lang.String socketType, java.lang.String hostname, int port)
ContactInfoListImpl(ORB orb)
ContactInfoListImpl(ORB orb, IOR targetIOR)
ContactInfoListIteratorImpl(ORB orb, ContactInfoList corbaContactInfoList, ContactInfo primaryContactInfo, java.util.List listOfContactInfos, boolean usePerRequestLoadBalancing)
InboundConnectionCacheImpl(ORB orb, Acceptor acceptor)
ListenerThreadImpl(ORB orb, Acceptor acceptor)
OutboundConnectionCacheImpl(ORB orb, ContactInfo contactInfo)
ReaderThreadImpl(ORB orb, Connection connection)
ResponseWaitingRoomImpl(ORB orb, Connection connection)
SelectorImpl(ORB orb)
SelectorImpl(ORB orb, SelectorImpl.Timer timer)
SharedCDRContactInfoImpl(ORB orb, ContactInfoList contactInfoList, IOR effectiveTargetIOR, short addressingDisposition)
SocketChannelReader(ORB orb)
TransportManagerImpl(ORB orb)
-
Uses of ORB in com.sun.corba.ee.spi.copyobject
Methods in com.sun.corba.ee.spi.copyobject with parameters of type ORB Modifier and Type Method Description static org.glassfish.pfl.dynamic.copyobject.spi.ObjectCopierFactory
CopyobjectDefaults. makeJavaStreamObjectCopierFactory(ORB orb)
static org.glassfish.pfl.dynamic.copyobject.spi.ObjectCopierFactory
CopyobjectDefaults. makeOldReflectObjectCopierFactory(ORB orb)
Obtain the old version of the reflective copier factory.static org.glassfish.pfl.dynamic.copyobject.spi.ObjectCopierFactory
CopyobjectDefaults. makeORBStreamObjectCopierFactory(ORB orb)
Obtain the ORB stream copier factory.static org.glassfish.pfl.dynamic.copyobject.spi.ObjectCopierFactory
CopyobjectDefaults. makeReflectObjectCopierFactory(ORB orb)
Obtain the new reflective copier factory. -
Uses of ORB in com.sun.corba.ee.spi.ior
Methods in com.sun.corba.ee.spi.ior that return ORB Modifier and Type Method Description ORB
IOR. getORB()
Methods in com.sun.corba.ee.spi.ior with parameters of type ORB Modifier and Type Method Description E
EncapsulationFactoryBase. create(ORB orb, InputStream in)
E
IdentifiableFactory. create(ORB orb, InputStream in)
Construct the appropriate Identifiable object with the given id from the InputStream is.TaggedComponent[]
TaggedProfileTemplate. getIOPComponents(ORB orb, int id)
Return the tagged components in this profile (if any) in the GIOP marshalled form, which is required for Portable Interceptors.TaggedComponent[]
TaggedProfileTemplateBase. getIOPComponents(ORB orb, int id)
static IOR
IORFactories. makeIOR(ORB orb)
Create an empty IOR for the given orb with a null typeid.static IOR
IORFactories. makeIOR(ORB orb, java.lang.String typeid)
Create an empty IOR for the given orb and typeid.static IOR
IORFactories. makeIOR(ORB orb, InputStream is)
Read an IOR from an InputStream.IOR
IORFactory. makeIOR(ORB orb, java.lang.String typeid, ObjectId oid)
Construct an IOR containing the given ORB, typeid, and ObjectId.static ObjectKeyFactory
IORFactories. makeObjectKeyFactory(ORB orb)
static ObjectReferenceFactory
IORFactories. makeObjectReferenceFactory(ORB orb, IORTemplateList iortemps)
static ObjectReferenceTemplate
IORFactories. makeObjectReferenceTemplate(ORB orb, IORTemplate iortemp)
static void
IORFactories. registerValueFactories(ORB orb)
This method must be called in order to register the value factories for the ObjectReferenceTemplate and ObjectReferenceFactory value types. -
Uses of ORB in com.sun.corba.ee.spi.ior.iiop
Methods in com.sun.corba.ee.spi.ior.iiop with parameters of type ORB Modifier and Type Method Description static GIOPVersion
GIOPVersion. chooseRequestVersion(ORB orb, IOR ior)
This chooses the appropriate GIOP version.static CodeSetsComponent
IIOPFactories. makeCodeSetsComponent(ORB orb)
static IIOPProfile
IIOPFactories. makeIIOPProfile(ORB orb, ObjectKeyTemplate oktemp, ObjectId oid, IIOPProfileTemplate ptemp)
static IIOPProfile
IIOPFactories. makeIIOPProfile(ORB orb, TaggedProfile profile)
static IIOPProfileTemplate
IIOPFactories. makeIIOPProfileTemplate(ORB orb, GIOPVersion version, IIOPAddress primary)
-
Uses of ORB in com.sun.corba.ee.spi.legacy.interceptor
Methods in com.sun.corba.ee.spi.legacy.interceptor that return ORB Modifier and Type Method Description ORB
ORBInitInfoExt. getORB()
-
Uses of ORB in com.sun.corba.ee.spi.oa
Fields in com.sun.corba.ee.spi.oa declared as ORB Modifier and Type Field Description private ORB
ObjectAdapterBase. orb
Methods in com.sun.corba.ee.spi.oa that return ORB Modifier and Type Method Description ORB
ObjectAdapter. getORB()
Returns the ORB associated with this adapter.ORB
ObjectAdapterBase. getORB()
ORB
ObjectAdapterFactory. getORB()
Methods in com.sun.corba.ee.spi.oa with parameters of type ORB Modifier and Type Method Description void
ObjectAdapterFactory. init(ORB orb)
Initialize this object adapter factory instance.static ObjectAdapterFactory
OADefault. makePOAFactory(ORB orb)
static ObjectAdapterFactory
OADefault. makeTOAFactory(ORB orb)
Constructors in com.sun.corba.ee.spi.oa with parameters of type ORB Constructor Description ObjectAdapterBase(ORB orb)
-
Uses of ORB in com.sun.corba.ee.spi.orb
Methods in com.sun.corba.ee.spi.orb with parameters of type ORB Modifier and Type Method Description void
ORBConfigurator. configure(DataCollector dc, ORB orb)
-
Uses of ORB in com.sun.corba.ee.spi.osgi
Methods in com.sun.corba.ee.spi.osgi that return ORB Modifier and Type Method Description static ORB
ORBFactory. create()
Create but do not initialize an ORB instance.static ORB
ORBFactory. create(java.lang.String[] args, java.util.Properties props, boolean useOSGi)
Methods in com.sun.corba.ee.spi.osgi with parameters of type ORB Modifier and Type Method Description static void
ORBFactory. initialize(ORB orb, java.lang.String[] args, java.util.Properties props, boolean useOSGi)
Complete the initialization of the ORB. -
Uses of ORB in com.sun.corba.ee.spi.protocol
Fields in com.sun.corba.ee.spi.protocol declared as ORB Modifier and Type Field Description private ORB
ForwardException. orb
Methods in com.sun.corba.ee.spi.protocol that return ORB Modifier and Type Method Description abstract ORB
ClientDelegate. getBroker()
The ORB associated * with an invocation.ORB
MessageMediator. getBroker()
Constructors in com.sun.corba.ee.spi.protocol with parameters of type ORB Constructor Description ForwardException(ORB orb, IOR ior)
ForwardException(ORB orb, Object obj)
-
Uses of ORB in com.sun.corba.ee.spi.resolver
Methods in com.sun.corba.ee.spi.resolver with parameters of type ORB Modifier and Type Method Description static Resolver
ResolverDefault. makeBootstrapResolver(ORB orb, java.lang.String host, int port)
Return a resolver that uses the proprietary bootstrap protocol to implement a resolver.static Resolver
ResolverDefault. makeFileResolver(ORB orb, java.io.File file)
static Operation
ResolverDefault. makeINSURLOperation(ORB orb)
-
Uses of ORB in com.sun.corba.ee.spi.servicecontext
Fields in com.sun.corba.ee.spi.servicecontext declared as ORB Modifier and Type Field Description private ORB
ServiceContextsCache. orb
Methods in com.sun.corba.ee.spi.servicecontext with parameters of type ORB Modifier and Type Method Description static ServiceContextFactoryRegistry
ServiceContextDefaults. makeServiceContextFactoryRegistry(ORB orb)
static ServiceContexts
ServiceContextDefaults. makeServiceContexts(ORB orb)
Constructors in com.sun.corba.ee.spi.servicecontext with parameters of type ORB Constructor Description ServiceContextsCache(ORB orb)
-
Uses of ORB in com.sun.corba.ee.spi.transport
Methods in com.sun.corba.ee.spi.transport that return ORB Modifier and Type Method Description ORB
Connection. getBroker()
ORB
ContactInfo. getBroker()
Methods in com.sun.corba.ee.spi.transport with parameters of type ORB Modifier and Type Method Description MessageMediator
ContactInfo. createMessageMediator(ORB broker, ContactInfo contactInfo, Connection connection, java.lang.String methodName, boolean isOneWay)
CDROutputObject
Acceptor. createOutputObject(ORB broker, MessageMediator messageMediator)
static Acceptor
TransportDefault. makeAcceptOnlyCorbaAcceptor(ORB orb, int port, java.lang.String name, java.lang.String type, org.glassfish.pfl.basic.func.UnaryVoidFunction<java.net.Socket> operation)
static ClientDelegateFactory
TransportDefault. makeClientDelegateFactory(ORB broker)
static ContactInfoListFactory
TransportDefault. makeCorbaContactInfoListFactory(ORB broker)
static IORTransformer
TransportDefault. makeIORTransformer(ORB broker)
static Acceptor
TransportDefault. makeLazyCorbaAcceptor(ORB orb, int port, java.lang.String name, java.lang.String type)
static Acceptor
TransportDefault. makeStandardCorbaAcceptor(ORB orb, int port, java.lang.String name, java.lang.String type)
void
ContactInfoListFactory. setORB(ORB orb)
This will be called after the no-arg constructor before create is called.void
ORBSocketFactory. setORB(ORB orb)
-