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 ORBAsynchInvoke._orbprivate ORBNamedValueImpl._orbprotected ORBRequestImpl._orbprivate ORBServerRequestImpl._orb////////////////////////////////////////////////////////////////////////private ORBTypeCodeImpl._orbprotected ORBAnyImpl.orbprivate ORBNVListImpl.orbMethods in com.sun.corba.ee.impl.corba with parameters of type ORBModifier and TypeMethodDescriptionprotected static TypeCodeImplTypeCodeImpl.convertToNative(ORB orb, TypeCode tc) ////////////////////////////////////////////////////////////////////////private voidTypeCodeImpl.createAliasTypeCode(ORB orb, int creationKind, String id, String name, TypeCode original_type) private voidTypeCodeImpl.createArrayTypeCode(ORB orb, int creationKind, int bound, TypeCode element_type) private voidTypeCodeImpl.createEnumTypeCode(ORB orb, int creationKind, String id, String name, String[] members) private voidTypeCodeImpl.createFixedTypeCode(ORB orb, int creationKind, short digits, short scale) private voidTypeCodeImpl.createFromNonNativeTypeCode(ORB orb, TypeCode tc) private voidTypeCodeImpl.createObjrefTypeCode(ORB orb, int creationKind, String id, String name) private voidTypeCodeImpl.createPrimitiveTypeCode(ORB orb, int creationKind) private voidTypeCodeImpl.createRecursiveSequenceTypeCode(ORB orb, int creationKind, int bound, int offset) private voidTypeCodeImpl.createRecursiveTypeCode(ORB orb, String id) private voidTypeCodeImpl.createStringTypeCode(ORB orb, int creationKind, int bound) private voidTypeCodeImpl.createStructTypeCode(ORB orb, int creationKind, String id, String name, StructMember[] members) static TypeCodeAnyImpl.createTypeCodeForClass(Class c, ORB tcORB) Utility method for insert_Value and Util.writeAny.private voidTypeCodeImpl.createUnionTypeCode(ORB orb, int creationKind, String id, String name, TypeCode discriminator_type, UnionMember[] members) private voidTypeCodeImpl.createValueTypeCode(ORB orb, int creationKind, String id, String name, short type_modifier, TypeCode concrete_base, ValueMember[] members) static AnyAnyImpl.extractAnyFromStream(TypeCode memberType, InputStream input, ORB orb) private static TypeCodeAnyImpl.getPrimitiveTypeCodeForClass(Class c, ORB tcORB) It looks like this was copied from io.ValueUtility at some point.static CDROutputObjectTypeCodeImpl.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 DynAnyDynAnyUtil.convertToNative(DynAny dynAny, ORB orb) (package private) static Any(package private) static AnyDynAnyUtil.createDefaultAnyOfType(TypeCode typeCode, ORB orb) (package private) static DynAnyDynAnyUtil.createMostDerivedDynAny(Any any, ORB orb, boolean copyValue) (package private) static DynAnyDynAnyUtil.createMostDerivedDynAny(TypeCode typeCode, ORB orb) (package private) static AnyDynAnyUtil.extractAnyFromStream(TypeCode memberType, InputStream input, ORB orb) Constructors in com.sun.corba.ee.impl.dynamicany with parameters of type ORBModifierConstructorDescriptionprotectedDynAnyBasicImpl(ORB orb, Any any, boolean copyValue) protectedDynAnyBasicImpl(ORB orb, TypeCode typeCode) protectedDynAnyCollectionImpl(ORB orb, Any any, boolean copyValue) protectedDynAnyCollectionImpl(ORB orb, TypeCode typeCode) protectedDynAnyComplexImpl(ORB orb, Any any, boolean copyValue) protectedDynAnyComplexImpl(ORB orb, TypeCode typeCode) protectedDynAnyConstructedImpl(ORB orb, Any any, boolean copyValue) protectedDynAnyConstructedImpl(ORB orb, TypeCode typeCode) DynAnyFactoryImpl(ORB orb) protectedDynAnyImpl(ORB orb, Any any, boolean copyValue) protectedDynAnyImpl(ORB orb, TypeCode typeCode) protectedDynArrayImpl(ORB orb, Any any, boolean copyValue) protectedDynArrayImpl(ORB orb, TypeCode typeCode) protectedDynEnumImpl(ORB orb, Any anAny, boolean copyValue) protectedDynEnumImpl(ORB orb, TypeCode typeCode) protectedDynFixedImpl(ORB orb, Any any, boolean copyValue) protectedDynFixedImpl(ORB orb, TypeCode typeCode) protectedDynSequenceImpl(ORB orb, Any any, boolean copyValue) protectedDynSequenceImpl(ORB orb, TypeCode typeCode) protectedDynStructImpl(ORB orb, Any any, boolean copyValue) protectedDynStructImpl(ORB orb, TypeCode typeCode) protectedDynUnionImpl(ORB orb, Any any, boolean copyValue) protectedDynUnionImpl(ORB orb, TypeCode typeCode) protectedDynValueBoxImpl(ORB orb, Any any, boolean copyValue) protectedDynValueBoxImpl(ORB orb, TypeCode typeCode) protectedDynValueCommonImpl(ORB orb, Any any, boolean copyValue) protectedDynValueCommonImpl(ORB orb, TypeCode typeCode) protectedDynValueImpl(ORB orb, Any any, boolean copyValue) protectedDynValueImpl(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 ORBBufferManagerReadStream.orbprotected ORBBufferManagerWrite.orbprivate ORBCDRInputObject.orbprotected ORBCDRInputStream_1_0.orbprotected ORBCDROutputStream_1_0.orbMethods in com.sun.corba.ee.impl.encoding with parameters of type ORBModifier and TypeMethodDescriptionstatic voidCachedCodeBase.cleanCache(ORB orb) private static BufferManagerReadCDRInputObject.createBufferManagerRead(ORB orb, Message header) private voidCDROutputObject.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 CDRInputObjectCDROutputObject.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 ObjectCDRInputStream_1_0.internalIORToObject(IOR ior, PresentationManager.StubFactory stubFactory, ORB orb) static BufferManagerReadBufferManagerFactory.newBufferManagerRead(GIOPVersion version, byte encodingVersion, ORB orb) (package private) static BufferManagerWriteBufferManagerFactory.newBufferManagerWrite(int strategy, byte encodingVersion, ORB orb) static BufferManagerWriteBufferManagerFactory.newBufferManagerWrite(GIOPVersion version, byte encodingVersion, ORB orb) static CDROutputObjectOutputStreamFactory.newCDROutputObject(ORB orb, MessageMediator messageMediator, Message header, byte streamFormatVersion) static CDROutputObjectOutputStreamFactory.newCDROutputObject(ORB orb, MessageMediator messageMediator, Message header, byte streamFormatVersion, int strategy) static CDROutputObjectOutputStreamFactory.newCDROutputObject(ORB orb, MessageMediator mediator, GIOPVersion giopVersion, Connection connection, Message header, byte streamFormatVersion) static EncapsOutputStreamOutputStreamFactory.newEncapsOutputStream(ORB orb) static EncapsOutputStreamOutputStreamFactory.newEncapsOutputStream(ORB orb, GIOPVersion version) static TypeCodeOutputStreamOutputStreamFactory.newTypeCodeOutputStream(ORB orb) (package private) static BufferManagerWriteBufferManagerFactory.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) privateCDROutputObject(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 ORBClientGroupManager.orbprivate ORBServerGroupManager.orbMethods in com.sun.corba.ee.impl.folb with parameters of type ORBModifier and TypeMethodDescriptionvoidClientGroupManager.configure(DataCollector collector, ORB orb) /////////////////////////////////////////////////voidServerGroupManager.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 ORBPICurrent.myORBprotected ORBRequestInfoImpl.myORBThe ORB from which to get PICurrent and other infoprivate ORBInterceptorInvoker.orbprivate ORBIORInfoImpl.orbprivate ORBORBInitInfoImpl.orbprivate ORBPIHandlerImpl.orbprivate ORBSlotTable.orbRequired for instantiating Any object.private ORBSlotTableStack.orbMethods 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 ORBModifierConstructorDescriptionprotectedClientRequestInfoImpl(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 ORBIORImpl.factoryprivate ORBGenericTaggedProfile.orbprivate ORBIdentifiableFactoryFinderBase.orbprivate final ORBObjectKeyFactoryImpl.orbprivate ORBObjectKeyTemplateBase.orbprotected ORBObjectReferenceProducerBase.orbprivate ORBWireObjectKeyTemplate.orbMethods in com.sun.corba.ee.impl.ior that return ORBMethods in com.sun.corba.ee.impl.ior with parameters of type ORBModifier and TypeMethodDescriptionstatic InputStreamEncapsulationUtility.getEncapsulationStream(ORB orb, InputStream is) Helper method to read the octet array from is, deencapsulate it, and return as another InputStream.private voidConstructors in com.sun.corba.ee.impl.ior with parameters of type ORBModifierConstructorDescriptionGenericTaggedProfile(ORB orb, int id, byte[] data) protectedConstruct 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 ORBIIOPProfileImpl.orbprivate ORBIIOPProfileTemplateImpl.orbConstructors in com.sun.corba.ee.impl.ior.iiop with parameters of type ORBModifierConstructorDescriptionCodeSetsComponentImpl(ORB orb) privateIIOPProfileImpl(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 ORBDefaultSocketFactory.orbprotected ORBLegacyServerSocketManagerImpl.orbMethods 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 byteORBUtility.chooseEncodingVersion(ORB orb, IOR ior, GIOPVersion gv) static ValueHandlerORBUtility.createValueHandler(ORB orb) Creates the correct ValueHandler.static RepositoryIdStringsRepositoryIdFactory.getRepIdStringsFactory(ORB orb) Checks the version of the ORB and returns the appropriate RepositoryIdStrings instance.static RepositoryIdUtilityRepositoryIdFactory.getRepIdUtility(ORB orb) Checks the version of the ORB and returns the appropriate RepositoryIdUtility instance.private static TypeCodeORBUtility.getSystemExceptionTypeCode(ORB orb, String repID, String name) static booleanORBUtility.isForeignORB(ORB orb) Returns true if it was accurately determined that the remote ORB is a foreign (non-JavaSoft) ORB.private static booleanORBUtility.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 voidTransientNameService.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 ORBDelegateImpl.orbprivate ORBPOACurrent.orbprivate ORBPOAFactory.orbprotected ORBPOAPolicyMediatorBase.orbMethods 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 POAFactoryPOAImpl.getPOAFactory(ORB orb) void(package private) static POAImplPOAImpl.makeRootPOA(ORB orb) private static voidPOAImpl.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 TypeMethodDescriptionvoidReferenceManagerConfigurator.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 ORBTOAFactory.orbprivate ORBTransientObjectManager.orbMethods 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 TypeClassDescriptionclassThe JavaIDL ORB implementation.classThe restricted singleton ORB implementation.Fields in com.sun.corba.ee.impl.orb declared as ORBModifier and TypeFieldDescriptionprivate static ORBORBSingleton.fullORBprivate ORBORBConfiguratorImpl.ConfigParser.orbMethods in com.sun.corba.ee.impl.orb that return ORBModifier and TypeMethodDescriptionprivate ORBORBSingleton.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 TypeMethodDescriptionvoidORBConfiguratorImpl.configure(DataCollector collector, ORB orb) private voidORBConfiguratorImpl.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 voidORBConfiguratorImpl.initializeNaming(ORB orb) private voidORBConfiguratorImpl.initializeTransport(ORB orb) This is made somewhat complex because we are currently supporting the ContactInfoList/Acceptor *AND* the legacy SocketFactory transport architecture.private voidORBConfiguratorImpl.initIORFinders(ORB orb) private voidORBConfiguratorImpl.initObjectCopiers(ORB orb) private voidORBConfiguratorImpl.initRequestDispatcherRegistry(ORB orb) private voidORBConfiguratorImpl.initServiceContextRegistry(ORB orb) protected voidORBConfiguratorImpl.persistentServerInitialization(ORB theOrb) private voidORBConfiguratorImpl.registerInitialReferences(ORB orb) private voidORBConfiguratorImpl.runUserConfigurators(DataCollector collector, ORB orb) private voidORBConfiguratorImpl.setLegacySocketFactoryORB(ORB orb, ORBSocketFactory legacySocketFactory) voidvoidConstructors 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 ORBVirtualAddressAgentImpl.orbprivate ORBVirtualAddressAgentImpl.SpecialIIOPProfileTemplateImpl.orbMethods in com.sun.corba.ee.impl.plugin.hwlb with parameters of type ORBModifier and TypeMethodDescriptionvoidNoConnectionCacheImpl.configure(DataCollector dc, ORB orb) voidVirtualAddressAgentImpl.configure(DataCollector dc, ORB orb) voidNoConnectionCacheImpl.NCCClientRequestDispatcherImpl.endRequest(ORB broker, Object self, CDRInputObject inputObject) private static NoConnectionCacheImpl.NCCConnectionCacheImplNoConnectionCacheImpl.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 ORBBootstrapServerRequestDispatcher.orbprivate ORBClientDelegateImpl.orbprivate ORBINSServerRequestDispatcher.orbprotected ORBLocalClientRequestDispatcherBase.orbprotected ORBMessageMediatorImpl.orbprivate final ORBMessageParserImpl.orbprotected ORBServerRequestDispatcherImpl.orbMethods in com.sun.corba.ee.impl.protocol that return ORBModifier and TypeMethodDescriptionClientDelegateImpl.getBroker()MessageMediatorImpl.getBroker()/////////////////////////////////////////////////Methods in com.sun.corba.ee.impl.protocol with parameters of type ORBModifier and TypeMethodDescriptionprotected voidClientRequestDispatcherImpl.consumeServiceContexts(ORB orb, MessageMediator messageMediator) voidClientRequestDispatcherImpl.endRequest(ORB orb, Object self, CDRInputObject inputObject) protected ContactInfoListIteratorClientRequestDispatcherImpl.getContactInfoListIterator(ORB orb) ClientRequestDispatcherImpl.marshalingComplete1(ORB orb, MessageMediator messageMediator) protected CDRInputObjectClientRequestDispatcherImpl.processResponse(ORB orb, MessageMediator messageMediator, CDRInputObject inputObject) protected voidClientRequestDispatcherImpl.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) protectedLocalClientRequestDispatcherBase(ORB orb, int scid, IOR ior) privateMessageMediatorImpl(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) protectedServantCacheLocalCRDBase(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 ORBLocateReplyMessage_1_0.orbprivate ORBLocateReplyMessage_1_1.orbprivate ORBLocateReplyMessage_1_2.orbprivate ORBLocateRequestMessage_1_0.orbprivate ORBLocateRequestMessage_1_1.orbprivate ORBLocateRequestMessage_1_2.orbprivate ORBReplyMessage_1_0.orbprivate ORBReplyMessage_1_1.orbprivate ORBReplyMessage_1_2.orbprivate ORBRequestMessage_1_0.orbprivate ORBRequestMessage_1_1.orbprivate ORBRequestMessage_1_2.orbMethods in com.sun.corba.ee.impl.protocol.giopmsgheaders with parameters of type ORBModifier and TypeMethodDescriptionstatic LocateReplyMessageMessageBase.createLocateReply(ORB orb, GIOPVersion gv, byte encodingVersion, int request_id, int locate_status, IOR ior) static LocateRequestMessageMessageBase.createLocateRequest(ORB orb, GIOPVersion gv, byte encodingVersion, int request_id, byte[] object_key) static ReplyMessageMessageBase.createReply(ORB orb, GIOPVersion gv, byte encodingVersion, int request_id, int reply_status, ServiceContexts service_contexts, IOR ior) private static RequestMessageMessageBase.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 RequestMessageMessageBase.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 ObjectKeyCacheEntryMessageBase.extractObjectKeyCacheEntry(TargetAddress target, ORB orb) Extract the object key from TargetAddress.static MessageBaseMessageBase.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 ORBFileResolverImpl.orbprivate ORBINSURLOperationImpl.orbConstructors 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 ORBServiceContextFactoryRegistryImpl.orbprivate final ORBServiceContextsImpl.orbConstructors 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 ORBByteBufferPoolImpl.orbprotected ORBConnectionCacheBase.orbprotected ORBContactInfoBase.orbprotected ORBContactInfoListImpl.orbprotected ORBContactInfoListIteratorImpl.orbprivate ORBDefaultSocketFactoryImpl.orbprotected ORBEventHandlerBase.orbprivate ORBListenerThreadImpl.orbprivate ORBReaderThreadImpl.orbprivate final ORBResponseWaitingRoomImpl.orbprivate ORBSelectorImpl.orbprivate ORBSocketChannelReader.orbprotected ORBTransportManagerImpl.orbMethods 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) voidprivate voidConnectionImpl.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) protectedConnectionCacheBase(ORB orb, String cacheType, String monitoringName) ConnectionImpl(ORB orb) protectedConnectionImpl(ORB orb, boolean useSelectThreadToWait, boolean useWorkerThread) ConnectionImpl(ORB orb, Acceptor acceptor, Socket socket) privateConnectionImpl(ORB orb, Acceptor acceptor, Socket socket, boolean useSelectThreadToWait, boolean useWorkerThread) privateConnectionImpl(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) protectedContactInfoImpl(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.ObjectCopierFactoryCopyobjectDefaults.makeJavaStreamObjectCopierFactory(ORB orb) static org.glassfish.pfl.dynamic.copyobject.spi.ObjectCopierFactoryCopyobjectDefaults.makeOldReflectObjectCopierFactory(ORB orb) Obtain the old version of the reflective copier factory.static org.glassfish.pfl.dynamic.copyobject.spi.ObjectCopierFactoryCopyobjectDefaults.makeORBStreamObjectCopierFactory(ORB orb) Obtain the ORB stream copier factory.static org.glassfish.pfl.dynamic.copyobject.spi.ObjectCopierFactoryCopyobjectDefaults.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 EEncapsulationFactoryBase.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 IORCreate an empty IOR for the given orb with a null typeid.static IORCreate an empty IOR for the given orb and typeid.static IORIORFactories.makeIOR(ORB orb, InputStream is) Read an IOR from an InputStream.Construct an IOR containing the given ORB, typeid, and ObjectId.static ObjectKeyFactoryIORFactories.makeObjectKeyFactory(ORB orb) static ObjectReferenceFactoryIORFactories.makeObjectReferenceFactory(ORB orb, IORTemplateList iortemps) static ObjectReferenceTemplateIORFactories.makeObjectReferenceTemplate(ORB orb, IORTemplate iortemp) static voidIORFactories.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 GIOPVersionGIOPVersion.chooseRequestVersion(ORB orb, IOR ior) This chooses the appropriate GIOP version.static CodeSetsComponentIIOPFactories.makeCodeSetsComponent(ORB orb) static IIOPProfileIIOPFactories.makeIIOPProfile(ORB orb, ObjectKeyTemplate oktemp, ObjectId oid, IIOPProfileTemplate ptemp) static IIOPProfileIIOPFactories.makeIIOPProfile(ORB orb, TaggedProfile profile) static IIOPProfileTemplateIIOPFactories.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 ORBObjectAdapterBase.getORB()ObjectAdapterFactory.getORB()Methods in com.sun.corba.ee.spi.oa with parameters of type ORBModifier and TypeMethodDescriptionvoidInitialize this object adapter factory instance.static ObjectAdapterFactoryOADefault.makePOAFactory(ORB orb) static ObjectAdapterFactoryOADefault.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 ORBORBFactory.create()Create but do not initialize an ORB instance.static ORBORBFactory.create(String[] args, Properties props, boolean useOSGi) Methods in com.sun.corba.ee.spi.osgi with parameters of type ORBModifier and TypeMethodDescriptionstatic voidORBFactory.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 ORBClientDelegate.getBroker()The ORB associated * with an invocation.MessageMediator.getBroker()Methods in com.sun.corba.ee.spi.protocol with parameters of type ORBModifier and TypeMethodDescriptionvoidClientRequestDispatcher.endRequest(ORB broker, Object self, CDRInputObject inputObject) After the presentation block completes a request it signals the PEPt runtime by calling this method.static ServerRequestDispatcherRequestDispatcherDefault.makeBootstrapServerRequestDispatcher(ORB orb) RequestDispatcherDefault.makeFullServantCacheLocalClientRequestDispatcherFactory(ORB orb) RequestDispatcherDefault.makeInfoOnlyServantCacheLocalClientRequestDispatcherFactory(ORB orb) static ServerRequestDispatcherRequestDispatcherDefault.makeINSServerRequestDispatcher(ORB orb) RequestDispatcherDefault.makeJIDLLocalClientRequestDispatcherFactory(ORB orb) RequestDispatcherDefault.makeMinimalServantCacheLocalClientRequestDispatcherFactory(ORB orb) RequestDispatcherDefault.makePOALocalClientRequestDispatcherFactory(ORB orb) static ServerRequestDispatcherRequestDispatcherDefault.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 ResolverResolverDefault.makeBootstrapResolver(ORB orb, String host, int port) Return a resolver that uses the proprietary bootstrap protocol to implement a resolver.static ResolverResolverDefault.makeFileResolver(ORB orb, File file) static OperationResolverDefault.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 ServiceContextsServiceContextDefaults.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 AcceptorTransportDefault.makeAcceptOnlyCorbaAcceptor(ORB orb, int port, String name, String type, org.glassfish.pfl.basic.func.UnaryVoidFunction<Socket> operation) static ClientDelegateFactoryTransportDefault.makeClientDelegateFactory(ORB broker) static ContactInfoListFactoryTransportDefault.makeCorbaContactInfoListFactory(ORB broker) static IORTransformerTransportDefault.makeIORTransformer(ORB broker) static AcceptorTransportDefault.makeLazyCorbaAcceptor(ORB orb, int port, String name, String type) static AcceptorTransportDefault.makeStandardCorbaAcceptor(ORB orb, int port, String name, String type) voidThis will be called after the no-arg constructor before create is called.void