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 ORBOldReflectObjectCopierImpl. orbConstructors 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 ORBAsynchInvoke. _orbprivate ORBNamedValueImpl. _orbprotected ORBRequestImpl. _orbprivate ORBServerRequestImpl. _orbprivate ORBTypeCodeImpl. _orbprotected ORBAnyImpl. orbprivate ORBNVListImpl. orbMethods in com.sun.corba.ee.impl.corba with parameters of type ORB Modifier and Type Method Description protected static TypeCodeImplTypeCodeImpl. convertToNative(ORB orb, TypeCode tc)private voidTypeCodeImpl. createAliasTypeCode(ORB orb, int creationKind, java.lang.String id, java.lang.String name, TypeCode original_type)private voidTypeCodeImpl. createArrayTypeCode(ORB orb, int creationKind, int bound, TypeCode element_type)private voidTypeCodeImpl. createEnumTypeCode(ORB orb, int creationKind, java.lang.String id, java.lang.String name, java.lang.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, java.lang.String id, java.lang.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, java.lang.String id)private voidTypeCodeImpl. createStringTypeCode(ORB orb, int creationKind, int bound)private voidTypeCodeImpl. createStructTypeCode(ORB orb, int creationKind, java.lang.String id, java.lang.String name, StructMember[] members)static TypeCodeAnyImpl. createTypeCodeForClass(java.lang.Class c, ORB tcORB)Utility method for insert_Value and Util.writeAny.private voidTypeCodeImpl. createUnionTypeCode(ORB orb, int creationKind, java.lang.String id, java.lang.String name, TypeCode discriminator_type, UnionMember[] members)private voidTypeCodeImpl. createValueTypeCode(ORB orb, int creationKind, java.lang.String id, java.lang.String name, short type_modifier, TypeCode concrete_base, ValueMember[] members)static AnyAnyImpl. extractAnyFromStream(TypeCode memberType, InputStream input, ORB orb)private static TypeCodeAnyImpl. getPrimitiveTypeCodeForClass(java.lang.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 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 ORBDynAnyFactoryImpl. orbprotected ORBDynAnyImpl. orbMethods in com.sun.corba.ee.impl.dynamicany with parameters of type ORB Modifier and Type Method Description (package private) static DynAnyDynAnyUtil. convertToNative(DynAny dynAny, ORB orb)(package private) static AnyDynAnyUtil. copy(Any inAny, ORB orb)(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 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 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 ORB Modifier and Type Method Description static 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)CDRInputObjectCDROutputObject.CDRInputObjectFactory. createInputObject(CDROutputObject outputObject, ORB orb, java.nio.ByteBuffer byteBuffer, int size, GIOPVersion giopVersion)CDRInputObjectCDROutputObject. createInputObject(ORB orb)protected CDRInputObjectCDROutputObject. createInputObject(ORB orb, CDROutputObject.InputObjectFactory factory)CDRInputObjectCDROutputObject.InputObjectFactory. createInputObject(CDROutputObject outputObject, ORB orb, java.nio.ByteBuffer byteBuffer, int size, GIOPVersion giopVersion)CDRInputObjectEncapsOutputStream.EncapsInputStreamFactory. createInputObject(CDROutputObject outputObject, ORB orb, java.nio.ByteBuffer byteBuffer, int size, GIOPVersion giopVersion)CDRInputObjectTypeCodeOutputStream.TypeCodeInputStreamFactory. createInputObject(CDROutputObject outputObject, ORB orb, java.nio.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 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 ORBClientGroupManager. orbprivate ORBServerGroupManager. orbMethods in com.sun.corba.ee.impl.folb with parameters of type ORB Modifier and Type Method Description voidClientGroupManager. configure(DataCollector collector, ORB orb)voidServerGroupManager. 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 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 ORB Modifier and Type Method Description ORBORBInitInfoImpl. 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 ORBIORImpl. factoryprivate ORBGenericTaggedProfile. orbprivate ORBIdentifiableFactoryFinderBase. orbprivate ORBObjectKeyFactoryImpl. orbprivate ORBObjectKeyTemplateBase. orbprotected ORBObjectReferenceProducerBase. orbprivate ORBWireObjectKeyTemplate. orbMethods in com.sun.corba.ee.impl.ior that return ORB Modifier and Type Method Description ORBIORImpl. getORB()Methods in com.sun.corba.ee.impl.ior with parameters of type ORB Modifier and Type Method Description static InputStreamEncapsulationUtility. getEncapsulationStream(ORB orb, InputStream is)Helper method to read the octet array from is, deencapsulate it, and return as another InputStream.private voidWireObjectKeyTemplate. initORB(ORB orb)IORIORTemplateImpl. makeIOR(ORB orb, java.lang.String typeid, ObjectId oid)IORIORTemplateListImpl. 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 ORBIIOPProfileImpl. orbprivate ORBIIOPProfileTemplateImpl. orbConstructors 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 ORBDefaultSocketFactory. orbprotected ORBLegacyServerSocketManagerImpl. orbMethods in com.sun.corba.ee.impl.legacy.connection with parameters of type ORB Modifier and Type Method Description voidDefaultSocketFactory. 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 ORBCacheTable. orbMethods in com.sun.corba.ee.impl.misc with parameters of type ORB Modifier and Type Method Description static 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, java.lang.String repID, java.lang.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 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 ORBNamingContextImpl. orbMethods in com.sun.corba.ee.impl.naming.cosnaming with parameters of type ORB Modifier and Type Method Description private voidTransientNameService. 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 ORBDelegateImpl. orbprivate ORBPOACurrent. orbprivate ORBPOAFactory. orbprotected ORBPOAPolicyMediatorBase. orbMethods in com.sun.corba.ee.impl.oa.poa that return ORB Modifier and Type Method Description ORBPOAFactory. getORB()Methods in com.sun.corba.ee.impl.oa.poa with parameters of type ORB Modifier and Type Method Description (package private) static POAFactoryPOAImpl. getPOAFactory(ORB orb)voidPOAFactory. init(ORB orb)(package private) static POAImplPOAImpl. makeRootPOA(ORB orb)private static voidPOAImpl. 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 ORBReferenceFactoryManagerImpl. orbMethods in com.sun.corba.ee.impl.oa.rfm with parameters of type ORB Modifier and Type Method Description voidReferenceManagerConfigurator. 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 ORBTOAFactory. orbprivate ORBTransientObjectManager. orbMethods in com.sun.corba.ee.impl.oa.toa that return ORB Modifier and Type Method Description ORBTOAFactory. getORB()Methods in com.sun.corba.ee.impl.oa.toa with parameters of type ORB Modifier and Type Method Description voidTOAFactory. 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 classORBImplThe JavaIDL ORB implementation.classORBSingletonThe restricted singleton ORB implementation.Fields in com.sun.corba.ee.impl.orb declared as ORB Modifier and Type Field Description private static ORBORBSingleton. fullORBprivate ORBORBConfiguratorImpl.ConfigParser. orbMethods in com.sun.corba.ee.impl.orb that return ORB Modifier and Type Method Description private 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 ORB Modifier and Type Method Description voidORBConfiguratorImpl. configure(DataCollector collector, ORB orb)private voidORBConfiguratorImpl. createAndRegisterAcceptor(ORB orb, ORBSocketFactory legacySocketFactory, int port, java.lang.String name, java.lang.String type)CDROutputObjectParserTable.TestAcceptor1. createOutputObject(ORB broker, MessageMediator messageMediator)CDROutputObjectParserTable.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)voidParserTable.TestContactInfoListFactory. setORB(ORB orb)voidParserTable.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 ORBVirtualAddressAgentImpl. orbprivate ORBVirtualAddressAgentImpl.SpecialIIOPProfileTemplateImpl. orbMethods in com.sun.corba.ee.impl.plugin.hwlb with parameters of type ORB Modifier and Type Method Description voidNoConnectionCacheImpl. configure(DataCollector dc, ORB orb)voidVirtualAddressAgentImpl. configure(DataCollector dc, ORB orb)voidNoConnectionCacheImpl.NCCClientRequestDispatcherImpl. endRequest(ORB broker, java.lang.Object self, CDRInputObject inputObject)private static NoConnectionCacheImpl.NCCConnectionCacheImplNoConnectionCacheImpl. 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 ORBJNDIStateFactoryImpl. 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 ORBBootstrapServerRequestDispatcher. orbprivate ORBClientDelegateImpl. orbprivate ORBINSServerRequestDispatcher. orbprotected ORBLocalClientRequestDispatcherBase. orbprotected ORBMessageMediatorImpl. orbprivate ORBMessageParserImpl. orbprotected ORBServerRequestDispatcherImpl. orbMethods in com.sun.corba.ee.impl.protocol that return ORB Modifier and Type Method Description ORBClientDelegateImpl. getBroker()ORBMessageMediatorImpl. getBroker()Methods in com.sun.corba.ee.impl.protocol with parameters of type ORB Modifier and Type Method Description protected voidClientRequestDispatcherImpl. consumeServiceContexts(ORB orb, MessageMediator messageMediator)voidClientRequestDispatcherImpl. endRequest(ORB orb, java.lang.Object self, CDRInputObject inputObject)protected ContactInfoListIteratorClientRequestDispatcherImpl. getContactInfoListIterator(ORB orb)CDRInputObjectClientRequestDispatcherImpl. 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 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 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 ORB Modifier and Type Method Description static 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, java.lang.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, java.lang.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, 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 ORBFileResolverImpl. orbprivate ORBINSURLOperationImpl. orbConstructors 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 ORBServiceContextFactoryRegistryImpl. orbprivate ORBServiceContextsImpl. orbConstructors 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 ORBByteBufferPoolImpl. orbprotected ORBConnectionCacheBase. orbprotected ORBContactInfoBase. orbprotected ORBContactInfoListImpl. orbprotected ORBContactInfoListIteratorImpl. orbprivate ORBDefaultSocketFactoryImpl. orbprotected ORBEventHandlerBase. orbprivate ORBListenerThreadImpl. orbprivate ORBReaderThreadImpl. orbprivate ORBResponseWaitingRoomImpl. orbprivate ORBSelectorImpl. orbprivate ORBSocketChannelReader. orbprotected ORBTransportManagerImpl. orbMethods in com.sun.corba.ee.impl.transport that return ORB Modifier and Type Method Description ORBConnectionImpl. getBroker()ORBContactInfoBase. getBroker()Methods in com.sun.corba.ee.impl.transport with parameters of type ORB Modifier and Type Method Description MessageMediatorContactInfoBase. createMessageMediator(ORB broker, ContactInfo contactInfo, Connection connection, java.lang.String methodName, boolean isOneWay)MessageMediatorSharedCDRContactInfoImpl. createMessageMediator(ORB broker, ContactInfo contactInfo, Connection connection, java.lang.String methodName, boolean isOneWay)CDROutputObjectAcceptorBase. createOutputObject(ORB broker, MessageMediator messageMediator)voidDefaultSocketFactoryImpl. setORB(ORB orb)private voidConnectionImpl. 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.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 ORB Modifier and Type Method Description ORBIOR. getORB()Methods in com.sun.corba.ee.spi.ior with parameters of type ORB Modifier and Type Method Description EEncapsulationFactoryBase. create(ORB orb, InputStream in)EIdentifiableFactory. 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 IORIORFactories. makeIOR(ORB orb)Create an empty IOR for the given orb with a null typeid.static IORIORFactories. makeIOR(ORB orb, java.lang.String typeid)Create an empty IOR for the given orb and typeid.static IORIORFactories. makeIOR(ORB orb, InputStream is)Read an IOR from an InputStream.IORIORFactory. makeIOR(ORB orb, java.lang.String typeid, ObjectId oid)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 ORB Modifier and Type Method Description static 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 Modifier and Type Method Description ORBORBInitInfoExt. 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 ORBObjectAdapterBase. orbMethods in com.sun.corba.ee.spi.oa that return ORB Modifier and Type Method Description ORBObjectAdapter. getORB()Returns the ORB associated with this adapter.ORBObjectAdapterBase. getORB()ORBObjectAdapterFactory. getORB()Methods in com.sun.corba.ee.spi.oa with parameters of type ORB Modifier and Type Method Description voidObjectAdapterFactory. init(ORB orb)Initialize 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 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 voidORBConfigurator. 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 ORBORBFactory. create()Create but do not initialize an ORB instance.static ORBORBFactory. 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 voidORBFactory. 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 ORBForwardException. orbMethods in com.sun.corba.ee.spi.protocol that return ORB Modifier and Type Method Description abstract ORBClientDelegate. getBroker()The ORB associated * with an invocation.ORBMessageMediator. 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 ResolverResolverDefault. makeBootstrapResolver(ORB orb, java.lang.String host, int port)Return a resolver that uses the proprietary bootstrap protocol to implement a resolver.static ResolverResolverDefault. makeFileResolver(ORB orb, java.io.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 ORB Modifier and Type Field Description private ORBServiceContextsCache. orbMethods in com.sun.corba.ee.spi.servicecontext with parameters of type ORB Modifier and Type Method Description static ServiceContextFactoryRegistryServiceContextDefaults. makeServiceContextFactoryRegistry(ORB orb)static ServiceContextsServiceContextDefaults. 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 ORBConnection. getBroker()ORBContactInfo. getBroker()Methods in com.sun.corba.ee.spi.transport with parameters of type ORB Modifier and Type Method Description MessageMediatorContactInfo. createMessageMediator(ORB broker, ContactInfo contactInfo, Connection connection, java.lang.String methodName, boolean isOneWay)CDROutputObjectAcceptor. createOutputObject(ORB broker, MessageMediator messageMediator)static AcceptorTransportDefault. makeAcceptOnlyCorbaAcceptor(ORB orb, int port, java.lang.String name, java.lang.String type, org.glassfish.pfl.basic.func.UnaryVoidFunction<java.net.Socket> operation)static ClientDelegateFactoryTransportDefault. makeClientDelegateFactory(ORB broker)static ContactInfoListFactoryTransportDefault. makeCorbaContactInfoListFactory(ORB broker)static IORTransformerTransportDefault. makeIORTransformer(ORB broker)static AcceptorTransportDefault. makeLazyCorbaAcceptor(ORB orb, int port, java.lang.String name, java.lang.String type)static AcceptorTransportDefault. makeStandardCorbaAcceptor(ORB orb, int port, java.lang.String name, java.lang.String type)voidContactInfoListFactory. setORB(ORB orb)This will be called after the no-arg constructor before create is called.voidORBSocketFactory. setORB(ORB orb)
-