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
Constructors 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 ORBMethods in com.sun.corba.ee.impl.corba with parameters of type ORBModifier and TypeMethodDescriptionprotected static TypeCodeImplTypeCodeImpl.convertToNative(ORB orb, TypeCode tc) ////////////////////////////////////////////////////////////////////////static TypeCodeAnyImpl.createTypeCodeForClass(Class c, ORB tcORB) Utility method for insert_Value and Util.writeAny.static AnyAnyImpl.extractAnyFromStream(TypeCode memberType, InputStream input, ORB orb) 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.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 ORBModifier and TypeFieldDescriptionprotected ORBDynAnyImpl.orbprotected ORBDynAnyImpl.orbprotected ORBDynAnyImpl.orbprotected ORBDynAnyImpl.orbprotected ORBDynAnyImpl.orbprotected ORBDynAnyImpl.orbprotected ORBDynAnyImpl.orbprotected ORBDynAnyImpl.orbprotected ORBDynAnyImpl.orbConstructors in com.sun.corba.ee.impl.dynamicany with parameters of type ORBModifierConstructorDescriptionprotectedDynAnyBasicImpl(ORB orb, Any any, boolean copyValue) protectedDynAnyBasicImpl(ORB orb, TypeCode typeCode) DynAnyFactoryImpl(ORB orb) 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) 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 TypeFieldDescriptionprotected ORBBufferManagerWrite.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) 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) static ObjectCDRInputStream_1_0.internalIORToObject(IOR ior, PresentationManager.StubFactory stubFactory, ORB orb) static BufferManagerReadBufferManagerFactory.newBufferManagerRead(GIOPVersion version, 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) Constructors in com.sun.corba.ee.impl.encoding with parameters of type ORBModifierConstructorDescriptionCDRInputObject(ORB orb, Connection corbaConnection, ByteBuffer byteBuffer, Message header) CDROutputObject(ORB orb, GIOPVersion version, BufferManagerWrite bufferManager, byte streamFormatVersion, boolean usePooledByteBuffers) 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
Methods 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 TypeFieldDescriptionprotected ORBRequestInfoImpl.myORBThe ORB from which to get PICurrent and other infoMethods 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.PIHandlerImpl(ORB orb, String[] args) RequestInfoImpl(ORB myORB) Creates a new RequestInfoImpl object. -
Uses of ORB in com.sun.corba.ee.impl.ior
Fields in com.sun.corba.ee.impl.ior declared as 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.Constructors 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
Constructors in com.sun.corba.ee.impl.ior.iiop with parameters of type ORBModifierConstructorDescriptionCodeSetsComponentImpl(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 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
Methods 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.static booleanORBUtility.isForeignORB(ORB orb) Returns true if it was accurately determined that the remote ORB is a foreign (non-JavaSoft) 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 ORBConstructors 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 ORBMethods in com.sun.corba.ee.impl.oa.poa that return ORBMethods in com.sun.corba.ee.impl.oa.poa with parameters of type ORBConstructors in com.sun.corba.ee.impl.oa.poa with parameters of type ORB -
Uses of ORB in com.sun.corba.ee.impl.oa.rfm
Methods 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
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 TypeClassDescriptionclassThe JavaIDL ORB implementation.classThe restricted singleton ORB implementation.Methods in com.sun.corba.ee.impl.orb with parameters of type ORBModifier and TypeMethodDescriptionvoidORBConfiguratorImpl.configure(DataCollector collector, ORB orb) ParserTable.TestAcceptor1.createOutputObject(ORB broker, MessageMediator messageMediator) ParserTable.TestAcceptor2.createOutputObject(ORB broker, MessageMediator messageMediator) protected voidORBConfiguratorImpl.persistentServerInitialization(ORB theOrb) 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
Methods 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) Constructors in com.sun.corba.ee.impl.plugin.hwlb with parameters of type ORB -
Uses of ORB in com.sun.corba.ee.impl.protocol
Fields in com.sun.corba.ee.impl.protocol declared as ORBModifier and TypeFieldDescriptionprotected ORBLocalClientRequestDispatcherBase.orbprotected ORBMessageMediatorImpl.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) 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
Methods 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) 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) static MessageBaseMessageBase.parseGiopHeader(ORB orb, Connection connection, ByteBuffer buf, int startPosition) -
Uses of ORB in com.sun.corba.ee.impl.resolver
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
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 TypeFieldDescriptionprotected ORBConnectionCacheBase.orbprotected ORBContactInfoBase.orbprotected ORBContactInfoListImpl.orbprotected ORBContactInfoListIteratorImpl.orbprotected ORBEventHandlerBase.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) voidConstructors 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) 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) 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
Methods 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
Methods 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
Methods 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