Uses of Class
com.sun.corba.ee.spi.orb.ORB
Packages that use ORB
Package
Description
Provides access to the components and profiles in an IOR without the overhead
of CDR encoding.
-
Uses of ORB in com.sun.corba.ee.impl.copyobject
Fields in com.sun.corba.ee.impl.copyobject declared as ORBConstructors in com.sun.corba.ee.impl.copyobject with parameters of type ORBModifierConstructorDescriptionCreate 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 ORBModifier and TypeFieldDescriptionprivate final 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 ORBModifier and TypeMethodDescriptionprotected static TypeCodeImpl
TypeCodeImpl.convertToNative
(ORB orb, TypeCode tc) private void
TypeCodeImpl.createAliasTypeCode
(ORB orb, int creationKind, String id, 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, String id, String name, 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, String id, 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, String id) private void
TypeCodeImpl.createStringTypeCode
(ORB orb, int creationKind, int bound) private void
TypeCodeImpl.createStructTypeCode
(ORB orb, int creationKind, String id, String name, StructMember[] members) static TypeCode
AnyImpl.createTypeCodeForClass
(Class c, ORB tcORB) Utility method for insert_Value and Util.writeAny.private void
TypeCodeImpl.createUnionTypeCode
(ORB orb, int creationKind, String id, String name, TypeCode discriminator_type, UnionMember[] members) private void
TypeCodeImpl.createValueTypeCode
(ORB orb, int creationKind, String id, 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
(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 ORBModifierConstructorDescriptionA constructor that sets the Any to contain a null.AnyOutputStream
(ORB orb) AsynchInvoke
(ORB o, RequestImpl reqToInvokeOn, boolean n) NamedValueImpl
(ORB orb) NamedValueImpl
(ORB orb, String name, Any value, int flags) NVListImpl
(ORB orb) NVListImpl
(ORB orb, int size) RequestImpl
(ORB orb, Object targetObject, Context ctx, 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, String id, String name) TypeCodeImpl
(ORB orb, int creationKind, String id, String name, short type_modifier, TypeCode concrete_base, ValueMember[] members) TypeCodeImpl
(ORB orb, int creationKind, String id, String name, String[] members) TypeCodeImpl
(ORB orb, int creationKind, String id, String name, StructMember[] members) TypeCodeImpl
(ORB orb, int creationKind, String id, String name, TypeCode original_type) TypeCodeImpl
(ORB orb, int creationKind, String id, String name, TypeCode discriminator_type, UnionMember[] members) TypeCodeImpl
(ORB orb, 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 ORBMethods in com.sun.corba.ee.impl.dynamicany with parameters of type ORBModifier and TypeMethodDescription(package private) static DynAny
DynAnyUtil.convertToNative
(DynAny dynAny, ORB orb) (package private) static Any
(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 ORBModifierConstructorDescriptionprotected
DynAnyBasicImpl
(ORB orb, Any any, boolean copyValue) protected
DynAnyBasicImpl
(ORB orb, TypeCode typeCode) protected
DynAnyCollectionImpl
(ORB orb, Any any, boolean copyValue) protected
DynAnyCollectionImpl
(ORB orb, TypeCode typeCode) protected
DynAnyComplexImpl
(ORB orb, Any any, boolean copyValue) protected
DynAnyComplexImpl
(ORB orb, TypeCode typeCode) protected
DynAnyConstructedImpl
(ORB orb, Any any, boolean copyValue) protected
DynAnyConstructedImpl
(ORB orb, TypeCode typeCode) DynAnyFactoryImpl
(ORB orb) protected
DynAnyImpl
(ORB orb, Any any, boolean copyValue) protected
DynAnyImpl
(ORB orb, TypeCode typeCode) protected
DynArrayImpl
(ORB orb, Any any, boolean copyValue) protected
DynArrayImpl
(ORB orb, TypeCode typeCode) protected
DynEnumImpl
(ORB orb, Any anAny, boolean copyValue) protected
DynEnumImpl
(ORB orb, TypeCode typeCode) protected
DynFixedImpl
(ORB orb, Any any, boolean copyValue) protected
DynFixedImpl
(ORB orb, TypeCode typeCode) protected
DynSequenceImpl
(ORB orb, Any any, boolean copyValue) protected
DynSequenceImpl
(ORB orb, TypeCode typeCode) protected
DynStructImpl
(ORB orb, Any any, boolean copyValue) protected
DynStructImpl
(ORB orb, TypeCode typeCode) protected
DynUnionImpl
(ORB orb, Any any, boolean copyValue) protected
DynUnionImpl
(ORB orb, TypeCode typeCode) protected
DynValueBoxImpl
(ORB orb, Any any, boolean copyValue) protected
DynValueBoxImpl
(ORB orb, TypeCode typeCode) protected
DynValueCommonImpl
(ORB orb, Any any, boolean copyValue) protected
DynValueCommonImpl
(ORB orb, TypeCode typeCode) protected
DynValueImpl
(ORB orb, Any any, boolean copyValue) protected
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 ORBModifier and TypeFieldDescriptionprivate final 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 ORBModifier and TypeMethodDescriptionstatic 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) CDROutputObject.CDRInputObjectFactory.createInputObject
(CDROutputObject outputObject, ORB orb, ByteBuffer byteBuffer, int size, GIOPVersion giopVersion) CDROutputObject.createInputObject
(ORB orb) protected CDRInputObject
CDROutputObject.createInputObject
(ORB orb, CDROutputObject.InputObjectFactory factory) CDROutputObject.InputObjectFactory.createInputObject
(CDROutputObject outputObject, ORB orb, ByteBuffer byteBuffer, int size, GIOPVersion giopVersion) EncapsOutputStream.EncapsInputStreamFactory.createInputObject
(CDROutputObject outputObject, ORB orb, ByteBuffer byteBuffer, int size, GIOPVersion giopVersion) TypeCodeOutputStream.TypeCodeInputStreamFactory.createInputObject
(CDROutputObject outputObject, ORB orb, 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 ORBModifierConstructorDescription(package private)
(package private)
BufferManagerWrite
(ORB orb) (package private)
(package private)
CDRInputObject
(ORB orb, Connection corbaConnection, ByteBuffer byteBuffer, Message header) CDROutputObject
(ORB orb, GIOPVersion version, BufferManagerWrite bufferManager, byte streamFormatVersion, boolean usePooledByteBuffers) private
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 ORBModifier and TypeFieldDescriptionprivate ORB
ClientGroupManager.orb
private ORB
ServerGroupManager.orb
Methods in com.sun.corba.ee.impl.folb with parameters of type ORBModifier and TypeMethodDescriptionvoid
ClientGroupManager.configure
(DataCollector collector, ORB orb) void
ServerGroupManager.configure
(DataCollector collector, ORB orb) ClientGroupManager.getInitialClusterInstanceInfo
(ORB orb, List<String> endpoints) -
Uses of ORB in com.sun.corba.ee.impl.interceptors
Fields in com.sun.corba.ee.impl.interceptors declared as ORBModifier and TypeFieldDescriptionprivate 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 ORBModifier and TypeMethodDescriptionORBInitInfoImpl.getORB()
Return the ORB behind this ORBInitInfo.Constructors in com.sun.corba.ee.impl.interceptors with parameters of type ORBModifierConstructorDescriptionprotected
ClientRequestInfoImpl
(ORB myORB) Creates a new ClientRequestInfo implementation.(package private)
InterceptorInvoker
(ORB orb, InterceptorList interceptorList, PICurrent piCurrent) Creates a new Interceptor Invoker.(package private)
ORBInitInfoImpl
(ORB orb, String[] args, String orbId, CodecFactory codecFactory) Creates a new ORBInitInfoImpl object (scoped to package)(package private)
PICurrent constructor which will be called for every ORB initialization.PIHandlerImpl
(ORB orb, String[] args) RequestInfoImpl
(ORB myORB) Creates a new RequestInfoImpl object.(package private)
ServerRequestInfoImpl
(ORB myORB) Creates a new ServerRequestInfo implementation.(package private)
The constructor instantiates an Array of Any[] of size given by slotSize parameter.(package private)
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 ORBModifier and TypeFieldDescriptionprivate ORB
IORImpl.factory
private ORB
GenericTaggedProfile.orb
private ORB
IdentifiableFactoryFinderBase.orb
private final 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 ORBMethods in com.sun.corba.ee.impl.ior with parameters of type ORBModifier and TypeMethodDescriptionstatic 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
Constructors in com.sun.corba.ee.impl.ior with parameters of type ORBModifierConstructorDescriptionGenericTaggedProfile
(ORB orb, int id, byte[] data) protected
Construct an empty IOR.IORImpl
(ORB orb, 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, 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, String orbid, ObjectAdapterId oaid) ObjectKeyFactoryImpl
(ORB orb) ObjectKeyTemplateBase
(ORB orb, int magic, int scid, int serverid, String orbid, ObjectAdapterId oaid) This constructor reads a complete ObjectKey (template and Id) from the stream.ObjectReferenceFactoryImpl
(ORB orb, IORTemplateList iortemps) 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, 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, 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.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 ORBModifier and TypeFieldDescriptionprivate ORB
IIOPProfileImpl.orb
private ORB
IIOPProfileTemplateImpl.orb
Constructors in com.sun.corba.ee.impl.ior.iiop with parameters of type ORBModifierConstructorDescriptionCodeSetsComponentImpl
(ORB orb) private
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 ORBModifier and TypeFieldDescriptionprivate ORB
DefaultSocketFactory.orb
protected ORB
LegacyServerSocketManagerImpl.orb
Methods in com.sun.corba.ee.impl.legacy.connection with parameters of type ORBConstructors in com.sun.corba.ee.impl.legacy.connection with parameters of type ORBModifierConstructorDescriptionSocketFactoryAcceptorImpl
(ORB orb, int port, String name, 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, 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 ORBMethods in com.sun.corba.ee.impl.misc with parameters of type ORBModifier and TypeMethodDescriptionstatic 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, String repID, 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 -
Uses of ORB in com.sun.corba.ee.impl.naming.cosnaming
Fields in com.sun.corba.ee.impl.naming.cosnaming declared as ORBMethods in com.sun.corba.ee.impl.naming.cosnaming with parameters of type ORBModifier and TypeMethodDescriptionprivate void
TransientNameService.initialize
(ORB orb, 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 ORBModifierConstructorDescriptionNamingContextImpl
(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, 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 ORBModifier and TypeFieldDescriptionprivate 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 ORBMethods in com.sun.corba.ee.impl.oa.poa with parameters of type ORBModifier and TypeMethodDescription(package private) static POAFactory
POAImpl.getPOAFactory
(ORB orb) void
(package private) static POAImpl
POAImpl.makeRootPOA
(ORB orb) private static void
POAImpl.registerMBean
(ORB orb, Object obj) Constructors in com.sun.corba.ee.impl.oa.poa with parameters of type ORBModifierConstructorDescriptionDelegateImpl
(ORB orb, POAFactory factory) POACurrent
(ORB orb) private
-
Uses of ORB in com.sun.corba.ee.impl.oa.rfm
Fields in com.sun.corba.ee.impl.oa.rfm declared as ORBMethods in com.sun.corba.ee.impl.oa.rfm with parameters of type ORBModifier and TypeMethodDescriptionvoid
ReferenceManagerConfigurator.configure
(DataCollector collector, ORB orb) Constructors in com.sun.corba.ee.impl.oa.rfm with parameters of type ORB -
Uses of ORB in com.sun.corba.ee.impl.oa.toa
Fields in com.sun.corba.ee.impl.oa.toa declared as ORBModifier and TypeFieldDescriptionprivate ORB
TOAFactory.orb
private ORB
TransientObjectManager.orb
Methods in com.sun.corba.ee.impl.oa.toa that return ORBMethods in com.sun.corba.ee.impl.oa.toa with parameters of type ORBConstructors in com.sun.corba.ee.impl.oa.toa with parameters of type ORB -
Uses of ORB in com.sun.corba.ee.impl.orb
Subclasses of ORB in com.sun.corba.ee.impl.orbModifier and TypeClassDescriptionclass
The JavaIDL ORB implementation.class
The restricted singleton ORB implementation.Fields in com.sun.corba.ee.impl.orb declared as ORBModifier and TypeFieldDescriptionprivate static ORB
ORBSingleton.fullORB
private ORB
ORBConfiguratorImpl.ConfigParser.orb
Methods in com.sun.corba.ee.impl.orb that return ORBModifier and TypeMethodDescriptionprivate 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 ORBModifier and TypeMethodDescriptionvoid
ORBConfiguratorImpl.configure
(DataCollector collector, ORB orb) private void
ORBConfiguratorImpl.createAndRegisterAcceptor
(ORB orb, ORBSocketFactory legacySocketFactory, int port, String name, String type) ParserTable.TestAcceptor1.createOutputObject
(ORB broker, MessageMediator messageMediator) 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
void
Constructors in com.sun.corba.ee.impl.orb with parameters of type ORBModifierConstructorDescriptionConfigParser
(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 ORBModifier and TypeFieldDescriptionprivate ORB
VirtualAddressAgentImpl.orb
private ORB
VirtualAddressAgentImpl.SpecialIIOPProfileTemplateImpl.orb
Methods in com.sun.corba.ee.impl.plugin.hwlb with parameters of type ORBModifier and TypeMethodDescriptionvoid
NoConnectionCacheImpl.configure
(DataCollector dc, ORB orb) void
VirtualAddressAgentImpl.configure
(DataCollector dc, ORB orb) void
NoConnectionCacheImpl.NCCClientRequestDispatcherImpl.endRequest
(ORB broker, 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 ORBModifierConstructorDescriptionNCCConnectionImpl
(ORB orb, ContactInfo contactInfo, String socketType, String hostname, int port) NCCContactInfoImpl
(ORB orb, ContactInfoList contactInfoList, IOR effectiveTargetIOR, short addressingDisposition, String socketType, 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 -
Uses of ORB in com.sun.corba.ee.impl.protocol
Fields in com.sun.corba.ee.impl.protocol declared as ORBModifier and TypeFieldDescriptionprivate ORB
BootstrapServerRequestDispatcher.orb
private ORB
ClientDelegateImpl.orb
private ORB
INSServerRequestDispatcher.orb
protected ORB
LocalClientRequestDispatcherBase.orb
protected ORB
MessageMediatorImpl.orb
private final ORB
MessageParserImpl.orb
protected ORB
ServerRequestDispatcherImpl.orb
Methods in com.sun.corba.ee.impl.protocol that return ORBMethods in com.sun.corba.ee.impl.protocol with parameters of type ORBModifier and TypeMethodDescriptionprotected void
ClientRequestDispatcherImpl.consumeServiceContexts
(ORB orb, MessageMediator messageMediator) void
ClientRequestDispatcherImpl.endRequest
(ORB orb, Object self, CDRInputObject inputObject) protected ContactInfoListIterator
ClientRequestDispatcherImpl.getContactInfoListIterator
(ORB orb) 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 ORBModifierConstructorDescriptionClientDelegateImpl
(ORB orb, ContactInfoList contactInfoList) FullServantCacheLocalCRDImpl
(ORB orb, int scid, IOR ior) InfoOnlyServantCacheLocalCRDImpl
(ORB orb, int scid, IOR ior) JIDLLocalCRDImpl
(ORB orb, int scid, IOR ior) protected
LocalClientRequestDispatcherBase
(ORB orb, int scid, IOR ior) private
MessageMediatorImpl
(ORB orb, Connection connection) MessageMediatorImpl
(ORB orb, Connection connection, Message dispatchHeader, ByteBuffer byteBuffer) MessageMediatorImpl
(ORB orb, ContactInfo contactInfo, Connection connection, GIOPVersion giopVersion, IOR ior, int requestId, short addrDisposition, 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) protected
ServantCacheLocalCRDBase
(ORB orb, int scid, IOR ior) -
Uses of ORB in com.sun.corba.ee.impl.protocol.giopmsgheaders
Fields in com.sun.corba.ee.impl.protocol.giopmsgheaders declared as ORBModifier and TypeFieldDescriptionprivate 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 ORBModifier and TypeMethodDescriptionstatic 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, 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, 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, ByteBuffer buf, int startPosition) Constructors in com.sun.corba.ee.impl.protocol.giopmsgheaders with parameters of type ORBModifierConstructorDescription(package private)
(package private)
LocateReplyMessage_1_0
(ORB orb, int _request_id, int _locate_status, IOR _ior) (package private)
(package private)
LocateReplyMessage_1_1
(ORB orb, int _request_id, int _reply_status, IOR _ior) (package private)
(package private)
LocateReplyMessage_1_2
(ORB orb, int _request_id, int _reply_status, IOR _ior) (package private)
(package private)
LocateRequestMessage_1_0
(ORB orb, int _request_id, byte[] _object_key) (package private)
(package private)
LocateRequestMessage_1_1
(ORB orb, int _request_id, byte[] _object_key) (package private)
(package private)
LocateRequestMessage_1_2
(ORB orb, int _request_id, TargetAddress _target) (package private)
ReplyMessage_1_0
(ORB orb) (package private)
ReplyMessage_1_0
(ORB orb, ServiceContexts _service_contexts, int _request_id, int _reply_status, IOR _ior) (package private)
ReplyMessage_1_1
(ORB orb) (package private)
ReplyMessage_1_1
(ORB orb, ServiceContexts _service_contexts, int _request_id, int _reply_status, IOR _ior) (package private)
ReplyMessage_1_2
(ORB orb) (package private)
ReplyMessage_1_2
(ORB orb, int _request_id, int _reply_status, ServiceContexts _service_contexts, IOR _ior) (package private)
RequestMessage_1_0
(ORB orb) (package private)
RequestMessage_1_0
(ORB orb, ServiceContexts _service_contexts, int _request_id, boolean _response_expected, byte[] _object_key, String _operation, Principal _requesting_principal) (package private)
RequestMessage_1_1
(ORB orb) (package private)
RequestMessage_1_1
(ORB orb, ServiceContexts _service_contexts, int _request_id, boolean _response_expected, byte[] _reserved, byte[] _object_key, String _operation, Principal _requesting_principal) (package private)
RequestMessage_1_2
(ORB orb) (package private)
RequestMessage_1_2
(ORB orb, int _request_id, byte _response_flags, byte[] _reserved, TargetAddress _target, 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 ORBModifier and TypeFieldDescriptionprivate ORB
FileResolverImpl.orb
private ORB
INSURLOperationImpl.orb
Constructors in com.sun.corba.ee.impl.resolver with parameters of type ORBModifierConstructorDescriptionBootstrapResolverImpl
(ORB orb, String host, int port) FileResolverImpl
(ORB orb, 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 ORBModifier and TypeFieldDescriptionprivate final ORB
ServiceContextFactoryRegistryImpl.orb
private final ORB
ServiceContextsImpl.orb
Constructors in com.sun.corba.ee.impl.servicecontext with parameters of type ORB -
Uses of ORB in com.sun.corba.ee.impl.transport
Fields in com.sun.corba.ee.impl.transport declared as ORBModifier and TypeFieldDescriptionprivate final 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 final 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 ORBMethods in com.sun.corba.ee.impl.transport with parameters of type ORBModifier and TypeMethodDescriptionContactInfoBase.createMessageMediator
(ORB broker, ContactInfo contactInfo, Connection connection, String methodName, boolean isOneWay) SharedCDRContactInfoImpl.createMessageMediator
(ORB broker, ContactInfo contactInfo, Connection connection, String methodName, boolean isOneWay) AcceptorBase.createOutputObject
(ORB broker, MessageMediator messageMediator) void
private void
ConnectionImpl.traceMessageBodyReceived
(ORB orb, ByteBuffer buf) Constructors in com.sun.corba.ee.impl.transport with parameters of type ORBModifierConstructorDescriptionAcceptorAcceptOnlyImpl
(ORB orb, int port, String name, String type, org.glassfish.pfl.basic.func.UnaryVoidFunction<Socket> operation) AcceptorBase
(ORB orb, int port, String name, String type) AcceptorImpl
(ORB orb, int port, String name, String type) AcceptorLazyImpl
(ORB orb, int port, String name, String type) ByteBufferPoolImpl
(ORB orb) protected
ConnectionCacheBase
(ORB orb, String cacheType, String monitoringName) ConnectionImpl
(ORB orb) protected
ConnectionImpl
(ORB orb, boolean useSelectThreadToWait, boolean useWorkerThread) ConnectionImpl
(ORB orb, Acceptor acceptor, Socket socket) private
ConnectionImpl
(ORB orb, Acceptor acceptor, Socket socket, boolean useSelectThreadToWait, boolean useWorkerThread) private
ConnectionImpl
(ORB orb, ContactInfo contactInfo, boolean useSelectThreadToWait, boolean useWorkerThread, String socketType, String hostname, int port) ConnectionImpl
(ORB orb, ContactInfo contactInfo, String socketType, String hostname, int port) protected
ContactInfoImpl
(ORB orb, ContactInfoList contactInfoList) ContactInfoImpl
(ORB orb, ContactInfoList contactInfoList, IOR effectiveTargetIOR, short addressingDisposition, String socketType, String hostname, int port) ContactInfoImpl
(ORB orb, ContactInfoList contactInfoList, String socketType, String hostname, int port) ContactInfoListImpl
(ORB orb) ContactInfoListImpl
(ORB orb, IOR targetIOR) ContactInfoListIteratorImpl
(ORB orb, ContactInfoList corbaContactInfoList, ContactInfo primaryContactInfo, 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) (package private)
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 ORBModifier and TypeMethodDescriptionstatic 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 ORBMethods in com.sun.corba.ee.spi.ior with parameters of type ORBModifier and TypeMethodDescriptionfinal E
EncapsulationFactoryBase.create
(ORB orb, InputStream in) IdentifiableFactory.create
(ORB orb, InputStream in) Construct the appropriate Identifiable object with the given id from the InputStream is.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.TaggedProfileTemplateBase.getIOPComponents
(ORB orb, int id) static IOR
Create an empty IOR for the given orb with a null typeid.static IOR
Create an empty IOR for the given orb and typeid.static IOR
IORFactories.makeIOR
(ORB orb, InputStream is) Read an IOR from an InputStream.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 ORBModifier and TypeMethodDescriptionstatic 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 -
Uses of ORB in com.sun.corba.ee.spi.oa
Fields in com.sun.corba.ee.spi.oa declared as ORBMethods in com.sun.corba.ee.spi.oa that return ORBModifier and TypeMethodDescriptionObjectAdapter.getORB()
Returns the ORB associated with this adapter.final ORB
ObjectAdapterBase.getORB()
ObjectAdapterFactory.getORB()
Methods in com.sun.corba.ee.spi.oa with parameters of type ORBModifier and TypeMethodDescriptionvoid
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 -
Uses of ORB in com.sun.corba.ee.spi.orb
Methods in com.sun.corba.ee.spi.orb with parameters of type ORB -
Uses of ORB in com.sun.corba.ee.spi.osgi
Methods in com.sun.corba.ee.spi.osgi that return ORBModifier and TypeMethodDescriptionstatic ORB
ORBFactory.create()
Create but do not initialize an ORB instance.static ORB
ORBFactory.create
(String[] args, Properties props, boolean useOSGi) Methods in com.sun.corba.ee.spi.osgi with parameters of type ORBModifier and TypeMethodDescriptionstatic void
ORBFactory.initialize
(ORB orb, String[] args, 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 ORBMethods in com.sun.corba.ee.spi.protocol that return ORBModifier and TypeMethodDescriptionabstract ORB
ClientDelegate.getBroker()
The ORB associated * with an invocation.MessageMediator.getBroker()
Methods in com.sun.corba.ee.spi.protocol with parameters of type ORBModifier and TypeMethodDescriptionvoid
ClientRequestDispatcher.endRequest
(ORB broker, Object self, CDRInputObject inputObject) After the presentation block completes a request it signals the PEPt runtime by calling this method.static ServerRequestDispatcher
RequestDispatcherDefault.makeBootstrapServerRequestDispatcher
(ORB orb) RequestDispatcherDefault.makeFullServantCacheLocalClientRequestDispatcherFactory
(ORB orb) RequestDispatcherDefault.makeInfoOnlyServantCacheLocalClientRequestDispatcherFactory
(ORB orb) static ServerRequestDispatcher
RequestDispatcherDefault.makeINSServerRequestDispatcher
(ORB orb) RequestDispatcherDefault.makeJIDLLocalClientRequestDispatcherFactory
(ORB orb) RequestDispatcherDefault.makeMinimalServantCacheLocalClientRequestDispatcherFactory
(ORB orb) RequestDispatcherDefault.makePOALocalClientRequestDispatcherFactory
(ORB orb) static ServerRequestDispatcher
RequestDispatcherDefault.makeServerRequestDispatcher
(ORB orb) Constructors in com.sun.corba.ee.spi.protocol with parameters of type ORBModifierConstructorDescriptionForwardException
(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 ORBModifier and TypeMethodDescriptionstatic Resolver
ResolverDefault.makeBootstrapResolver
(ORB orb, String host, int port) Return a resolver that uses the proprietary bootstrap protocol to implement a resolver.static Resolver
ResolverDefault.makeFileResolver
(ORB orb, 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 ORBMethods in com.sun.corba.ee.spi.servicecontext with parameters of type ORBModifier and TypeMethodDescriptionServiceContextDefaults.makeServiceContextFactoryRegistry
(ORB orb) static ServiceContexts
ServiceContextDefaults.makeServiceContexts
(ORB orb) Constructors in com.sun.corba.ee.spi.servicecontext with parameters of type ORB -
Uses of ORB in com.sun.corba.ee.spi.transport
Methods in com.sun.corba.ee.spi.transport that return ORBMethods in com.sun.corba.ee.spi.transport with parameters of type ORBModifier and TypeMethodDescriptionContactInfo.createMessageMediator
(ORB broker, ContactInfo contactInfo, Connection connection, String methodName, boolean isOneWay) Acceptor.createOutputObject
(ORB broker, MessageMediator messageMediator) static Acceptor
TransportDefault.makeAcceptOnlyCorbaAcceptor
(ORB orb, int port, String name, String type, org.glassfish.pfl.basic.func.UnaryVoidFunction<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, String name, String type) static Acceptor
TransportDefault.makeStandardCorbaAcceptor
(ORB orb, int port, String name, String type) void
This will be called after the no-arg constructor before create is called.void