Uses of Class
com.sun.corba.se.spi.orb.ORB
Packages that use ORB
Package
Description
-
Uses of ORB in com.sun.corba.se.impl.activation
Methods in com.sun.corba.se.impl.activation that return ORBMethods in com.sun.corba.se.impl.activation with parameters of type ORBModifier and TypeMethodDescriptionprotected voidORBD.initializeBootNaming(ORB orb) protected voidORBD.startActivationObjects(ORB orb) Constructors in com.sun.corba.se.impl.activation with parameters of type ORB -
Uses of ORB in com.sun.corba.se.impl.copyobject
Constructors in com.sun.corba.se.impl.copyobject with parameters of type ORB -
Uses of ORB in com.sun.corba.se.impl.corba
Fields in com.sun.corba.se.impl.corba declared as ORBMethods in com.sun.corba.se.impl.corba with parameters of type ORBModifier and TypeMethodDescriptionprotected static TypeCodeImplTypeCodeImpl.convertToNative(ORB orb, TypeCode tc) AnyImpl.createTypeCodeForClass(Class c, ORB tcORB) Utility method for insert_Value and Util.writeAny.AnyImpl.extractAny(TypeCode memberType, ORB orb) static AnyAnyImpl.extractAnyFromStream(TypeCode memberType, InputStream input, ORB orb) static CDROutputStreamTypeCodeImpl.newOutputStream(ORB orb) Constructors in com.sun.corba.se.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(CorbaMessageMediator 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.se.impl.dynamicany
Fields in com.sun.corba.se.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.se.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.se.impl.encoding
Fields in com.sun.corba.se.impl.encoding declared as ORBModifier and TypeFieldDescriptionprotected ORBBufferManagerWrite.orbprotected ORBCDRInputStream_1_0.orbprotected ORBCDROutputStream_1_0.orbprotected ORBCDROutputStream.orbMethods in com.sun.corba.se.impl.encoding with parameters of type ORBModifier and TypeMethodDescriptionstatic voidCachedCodeBase.cleanCache(ORB orb) static BufferManagerReadBufferManagerFactory.defaultBufferManagerRead(ORB orb) voidByteBufferWithInfo.growBuffer(ORB orb) static ObjectCDRInputStream_1_0.internalIORToObject(IOR ior, PresentationManager.StubFactory stubFactory, ORB orb) static BufferManagerReadBufferManagerFactory.newBufferManagerRead(int strategy, byte encodingVersion, ORB orb) static BufferManagerReadBufferManagerFactory.newBufferManagerRead(GIOPVersion version, byte encodingVersion, ORB orb) static BufferManagerWriteBufferManagerFactory.newBufferManagerWrite(int strategy, byte encodingVersion, ORB orb) static BufferManagerWriteBufferManagerFactory.newBufferManagerWrite(GIOPVersion version, byte encodingVersion, ORB orb) Constructors in com.sun.corba.se.impl.encoding with parameters of type ORBModifierConstructorDescriptionCDRInputObject(ORB orb, CorbaConnection corbaConnection, ByteBuffer byteBuffer, Message header) CDROutputObject(ORB orb, MessageMediator messageMediator, Message header, byte streamFormatVersion) CDROutputObject(ORB orb, MessageMediator messageMediator, Message header, byte streamFormatVersion, int strategy) CDROutputObject(ORB orb, CorbaMessageMediator mediator, GIOPVersion giopVersion, CorbaConnection connection, Message header, byte streamFormatVersion) CDROutputStream(ORB orb, GIOPVersion version, byte encodingVersion, boolean littleEndian, BufferManagerWrite bufferManager, byte streamFormatVersion) CDROutputStream(ORB orb, GIOPVersion version, byte encodingVersion, boolean littleEndian, BufferManagerWrite bufferManager, byte streamFormatVersion, boolean usePooledByteBuffers) EncapsOutputStream(ORB orb) EncapsOutputStream(ORB orb, boolean isLittleEndian) EncapsOutputStream(ORB orb, GIOPVersion version) EncapsOutputStream(ORB orb, GIOPVersion version, boolean isLittleEndian) TypeCodeOutputStream(ORB orb) TypeCodeOutputStream(ORB orb, boolean littleEndian) -
Uses of ORB in com.sun.corba.se.impl.interceptors
Fields in com.sun.corba.se.impl.interceptors declared as ORBMethods in com.sun.corba.se.impl.interceptors that return ORBModifier and TypeMethodDescriptionORBInitInfoImpl.getORB()Return the ORB behind this ORBInitInfo.Constructors in com.sun.corba.se.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.se.impl.ior
Fields in com.sun.corba.se.impl.ior declared as ORBMethods in com.sun.corba.se.impl.ior that return ORBMethods in com.sun.corba.se.impl.ior with parameters of type ORBModifier and TypeMethodDescriptionObjectKeyImpl.getServerRequestDispatcher(ORB orb) ObjectKeyTemplateBase.getServerRequestDispatcher(ORB orb, ObjectId id) WireObjectKeyTemplate.getServerRequestDispatcher(ORB orb, ObjectId id) Constructors in com.sun.corba.se.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.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) 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.se.impl.ior.iiop
Constructors in com.sun.corba.se.impl.ior.iiop with parameters of type ORBModifierConstructorDescriptionCodeSetsComponentImpl(ORB orb) IIOPAddressImpl(ORB orb, String host, int port) 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.se.impl.legacy.connection
Fields in com.sun.corba.se.impl.legacy.connection declared as ORBMethods in com.sun.corba.se.impl.legacy.connection with parameters of type ORBConstructors in com.sun.corba.se.impl.legacy.connection with parameters of type ORBModifierConstructorDescriptionSocketFactoryAcceptorImpl(ORB orb, int port, String name, String type) SocketFactoryConnectionImpl(ORB orb, CorbaContactInfo contactInfo, boolean useSelectThreadToWait, boolean useWorkerThread) SocketFactoryContactInfoImpl(ORB orb, CorbaContactInfoList contactInfoList, IOR effectiveTargetIOR, short addressingDisposition, SocketInfo cookie) SocketFactoryContactInfoListImpl(ORB orb, IOR targetIOR) SocketFactoryContactInfoListIteratorImpl(ORB orb, CorbaContactInfoList corbaContactInfoList) -
Uses of ORB in com.sun.corba.se.impl.logging
Methods in com.sun.corba.se.impl.logging with parameters of type ORBModifier and TypeMethodDescriptionstatic ActivationSystemExceptionstatic InterceptorsSystemExceptionstatic IORSystemExceptionstatic NamingSystemExceptionstatic OMGSystemExceptionstatic ORBUtilSystemExceptionstatic POASystemExceptionstatic UtilSystemException -
Uses of ORB in com.sun.corba.se.impl.naming.cosnaming
Fields in com.sun.corba.se.impl.naming.cosnaming declared as ORBConstructors in com.sun.corba.se.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.se.impl.naming.pcosnaming
Methods in com.sun.corba.se.impl.naming.pcosnaming with parameters of type ORBConstructors in com.sun.corba.se.impl.naming.pcosnaming with parameters of type ORBModifierConstructorDescriptionNameService(ORB orb, File logDir) Create NameService which starts the Root Naming Context in Persistent CosNamingNamingContextImpl(ORB orb, String objKey, NameService theNameService, ServantManagerImpl theServantManagerImpl) Create a naming context servant. -
Uses of ORB in com.sun.corba.se.impl.oa.poa
Fields in com.sun.corba.se.impl.oa.poa declared as ORBMethods in com.sun.corba.se.impl.oa.poa that return ORBMethods in com.sun.corba.se.impl.oa.poa with parameters of type ORBConstructors in com.sun.corba.se.impl.oa.poa with parameters of type ORB -
Uses of ORB in com.sun.corba.se.impl.oa.toa
Methods in com.sun.corba.se.impl.oa.toa that return ORBMethods in com.sun.corba.se.impl.oa.toa with parameters of type ORBConstructors in com.sun.corba.se.impl.oa.toa with parameters of type ORB -
Uses of ORB in com.sun.corba.se.impl.orb
Subclasses of ORB in com.sun.corba.se.impl.orbModifier and TypeClassDescriptionclassThe JavaIDL ORB implementation.classMethods in com.sun.corba.se.impl.orb with parameters of type ORBModifier and TypeMethodDescriptionvoidORBConfiguratorImpl.configure(DataCollector collector, ORB orb) voidvoidConstructors in com.sun.corba.se.impl.orb with parameters of type ORB -
Uses of ORB in com.sun.corba.se.impl.orbutil
Methods in com.sun.corba.se.impl.orbutil with parameters of type ORBModifier and TypeMethodDescriptionstatic IORORBUtility.connectAndGetIOR(ORB orb, Object obj) Obtains an IOR for the object reference obj, first connecting it to the ORB if necessary.static byteORBUtility.getEncodingVersion(ORB orb, IOR ior) 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.se.impl.orbutil with parameters of type ORB -
Uses of ORB in com.sun.corba.se.impl.presentation.rmi
Methods in com.sun.corba.se.impl.presentation.rmi with parameters of type ORBModifier and TypeMethodDescriptionObject[]DynamicMethodMarshallerImpl.copyArguments(Object[] args, ORB orb) DynamicMethodMarshallerImpl.copyResult(Object result, ORB orb) -
Uses of ORB in com.sun.corba.se.impl.protocol
Fields in com.sun.corba.se.impl.protocol declared as ORBModifier and TypeFieldDescriptionprotected ORBCorbaMessageMediatorImpl.orbprotected ORBCorbaServerRequestDispatcherImpl.orbprotected ORBLocalClientRequestDispatcherBase.orbMethods in com.sun.corba.se.impl.protocol with parameters of type ORBModifier and TypeMethodDescriptionprotected voidCorbaClientRequestDispatcherImpl.consumeServiceContexts(ORB orb, CorbaMessageMediator messageMediator) protected CorbaContactInfoListIteratorCorbaClientRequestDispatcherImpl.getContactInfoListIterator(ORB orb) CorbaClientRequestDispatcherImpl.marshalingComplete1(ORB orb, CorbaMessageMediator messageMediator) protected InputObjectCorbaClientRequestDispatcherImpl.processResponse(ORB orb, CorbaMessageMediator messageMediator, InputObject inputObject) protected voidCorbaClientRequestDispatcherImpl.unregisterWaiter(ORB orb) Constructors in com.sun.corba.se.impl.protocol with parameters of type ORBModifierConstructorDescriptionCorbaClientDelegateImpl(ORB orb, CorbaContactInfoList contactInfoList) CorbaInvocationInfo(ORB orb) CorbaMessageMediatorImpl(ORB orb, Connection connection) CorbaMessageMediatorImpl(ORB orb, ContactInfo contactInfo, Connection connection, GIOPVersion giopVersion, IOR ior, int requestId, short addrDisposition, String operationName, boolean isOneWay) CorbaMessageMediatorImpl(ORB orb, CorbaConnection connection, Message dispatchHeader, ByteBuffer byteBuffer) 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) MinimalServantCacheLocalCRDImpl(ORB orb, int scid, IOR ior) POALocalCRDImpl(ORB orb, int scid, IOR ior) RequestDispatcherRegistryImpl(ORB orb, int defaultId) protectedServantCacheLocalCRDBase(ORB orb, int scid, IOR ior) -
Uses of ORB in com.sun.corba.se.impl.protocol.giopmsgheaders
Methods in com.sun.corba.se.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 MessageMessageBase.readGIOPBody(ORB orb, CorbaConnection connection, Message msg) static MessageBaseMessageBase.readGIOPHeader(ORB orb, CorbaConnection connection) static MessageBaseMessageBase.readGIOPMessage(ORB orb, CorbaConnection connection) -
Uses of ORB in com.sun.corba.se.impl.resolver
Constructors in com.sun.corba.se.impl.resolver with parameters of type ORBModifierConstructorDescriptionBootstrapResolverImpl(ORB orb, String host, int port) FileResolverImpl(ORB orb, File file) INSURLOperationImpl(ORB orb, Resolver rirResolver) -
Uses of ORB in com.sun.corba.se.impl.transport
Fields in com.sun.corba.se.impl.transport declared as ORBModifier and TypeFieldDescriptionprotected ORBCorbaConnectionCacheBase.orbprotected ORBCorbaContactInfoBase.orbprotected ORBCorbaContactInfoListImpl.orbprotected ORBCorbaContactInfoListIteratorImpl.orbprotected ORBCorbaTransportManagerImpl.orbprotected ORBEventHandlerBase.orbMethods in com.sun.corba.se.impl.transport that return ORBMethods in com.sun.corba.se.impl.transport with parameters of type ORBConstructors in com.sun.corba.se.impl.transport with parameters of type ORBModifierConstructorDescriptionByteBufferPoolImpl(ORB theORB) protectedCorbaConnectionCacheBase(ORB orb, String cacheType, String monitoringName) CorbaContactInfoListImpl(ORB orb, IOR targetIOR) CorbaContactInfoListIteratorImpl(ORB orb, CorbaContactInfoList corbaContactInfoList, ContactInfo primaryContactInfo, List listOfContactInfos) CorbaInboundConnectionCacheImpl(ORB orb, Acceptor acceptor) CorbaOutboundConnectionCacheImpl(ORB orb, ContactInfo contactInfo) CorbaResponseWaitingRoomImpl(ORB orb, CorbaConnection connection) ListenerThreadImpl(ORB orb, Acceptor acceptor, Selector selector) ReaderThreadImpl(ORB orb, Connection connection, Selector selector) SharedCDRContactInfoImpl(ORB orb, CorbaContactInfoList contactInfoList, IOR effectiveTargetIOR, short addressingDisposition) SocketOrChannelAcceptorImpl(ORB orb, int port) SocketOrChannelAcceptorImpl(ORB orb, int port, String name, String type) protectedprotectedSocketOrChannelConnectionImpl(ORB orb, boolean useSelectThreadToWait, boolean useWorkerThread) SocketOrChannelConnectionImpl(ORB orb, Acceptor acceptor, Socket socket) SocketOrChannelConnectionImpl(ORB orb, Acceptor acceptor, Socket socket, boolean useSelectThreadToWait, boolean useWorkerThread) SocketOrChannelConnectionImpl(ORB orb, CorbaContactInfo contactInfo, boolean useSelectThreadToWait, boolean useWorkerThread, String socketType, String hostname, int port) SocketOrChannelConnectionImpl(ORB orb, CorbaContactInfo contactInfo, String socketType, String hostname, int port) protectedSocketOrChannelContactInfoImpl(ORB orb, CorbaContactInfoList contactInfoList) SocketOrChannelContactInfoImpl(ORB orb, CorbaContactInfoList contactInfoList, IOR effectiveTargetIOR, short addressingDisposition, String socketType, String hostname, int port) SocketOrChannelContactInfoImpl(ORB orb, CorbaContactInfoList contactInfoList, String socketType, String hostname, int port) -
Uses of ORB in com.sun.corba.se.internal.corba
Subclasses of ORB in com.sun.corba.se.internal.corba -
Uses of ORB in com.sun.corba.se.internal.iiop
Subclasses of ORB in com.sun.corba.se.internal.iiop -
Uses of ORB in com.sun.corba.se.internal.Interceptors
Subclasses of ORB in com.sun.corba.se.internal.Interceptors -
Uses of ORB in com.sun.corba.se.internal.POA
Subclasses of ORB in com.sun.corba.se.internal.POA -
Uses of ORB in com.sun.corba.se.spi.copyobject
Methods in com.sun.corba.se.spi.copyobject with parameters of type ORBModifier and TypeMethodDescriptionstatic ObjectCopierFactoryCopyobjectDefaults.makeJavaStreamObjectCopierFactory(ORB orb) static ObjectCopierFactoryCopyobjectDefaults.makeORBStreamObjectCopierFactory(ORB orb) Obtain the ORB stream copier factory. -
Uses of ORB in com.sun.corba.se.spi.encoding
Constructors in com.sun.corba.se.spi.encoding with parameters of type ORBModifierConstructorDescriptionCorbaOutputObject(ORB orb, GIOPVersion version, byte encodingVersion, boolean littleEndian, BufferManagerWrite bufferManager, byte streamFormatVersion, boolean usePooledByteBuffers) -
Uses of ORB in com.sun.corba.se.spi.ior
Methods in com.sun.corba.se.spi.ior that return ORBMethods in com.sun.corba.se.spi.ior with parameters of type ORBModifier and TypeMethodDescriptionTaggedProfileTemplate.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) ObjectKey.getServerRequestDispatcher(ORB orb) ObjectKeyTemplate.getServerRequestDispatcher(ORB orb, ObjectId 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.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.se.spi.ior.iiop
Methods in com.sun.corba.se.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 IIOPAddressIIOPFactories.makeIIOPAddress(ORB orb, String host, int port) 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.se.spi.legacy.interceptor
Methods in com.sun.corba.se.spi.legacy.interceptor that return ORB -
Uses of ORB in com.sun.corba.se.spi.oa
Methods in com.sun.corba.se.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.se.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.se.spi.oa with parameters of type ORB -
Uses of ORB in com.sun.corba.se.spi.orb
Methods in com.sun.corba.se.spi.orb with parameters of type ORB -
Uses of ORB in com.sun.corba.se.spi.presentation.rmi
Methods in com.sun.corba.se.spi.presentation.rmi with parameters of type ORBModifier and TypeMethodDescriptionObject[]DynamicMethodMarshaller.copyArguments(Object[] args, ORB orb) Copy the arguments as needed for this particular method.DynamicMethodMarshaller.copyResult(Object result, ORB orb) Copy the result as needed for this particular method. -
Uses of ORB in com.sun.corba.se.spi.protocol
Methods in com.sun.corba.se.spi.protocol with parameters of type ORBModifier and TypeMethodDescriptionstatic CorbaServerRequestDispatcherRequestDispatcherDefault.makeBootstrapServerRequestDispatcher(ORB orb) RequestDispatcherDefault.makeFullServantCacheLocalClientRequestDispatcherFactory(ORB orb) RequestDispatcherDefault.makeInfoOnlyServantCacheLocalClientRequestDispatcherFactory(ORB orb) static CorbaServerRequestDispatcherRequestDispatcherDefault.makeINSServerRequestDispatcher(ORB orb) RequestDispatcherDefault.makeJIDLLocalClientRequestDispatcherFactory(ORB orb) RequestDispatcherDefault.makeMinimalServantCacheLocalClientRequestDispatcherFactory(ORB orb) RequestDispatcherDefault.makePOALocalClientRequestDispatcherFactory(ORB orb) static CorbaServerRequestDispatcherRequestDispatcherDefault.makeServerRequestDispatcher(ORB orb) Constructors in com.sun.corba.se.spi.protocol with parameters of type ORBModifierConstructorDescriptionForwardException(ORB orb, IOR ior) ForwardException(ORB orb, Object obj) -
Uses of ORB in com.sun.corba.se.spi.resolver
Methods in com.sun.corba.se.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, Resolver rirResolver) -
Uses of ORB in com.sun.corba.se.spi.servicecontext
Constructors in com.sun.corba.se.spi.servicecontext with parameters of type ORB -
Uses of ORB in com.sun.corba.se.spi.transport
Methods in com.sun.corba.se.spi.transport that return ORBMethods in com.sun.corba.se.spi.transport with parameters of type ORBModifier and TypeMethodDescriptionstatic ClientDelegateFactoryTransportDefault.makeClientDelegateFactory(ORB broker) static CorbaContactInfoListFactoryTransportDefault.makeCorbaContactInfoListFactory(ORB broker) static IORTransformerTransportDefault.makeIORTransformer(ORB broker) voidThis will be called after the no-arg constructor before create is called.void -
Uses of ORB in org.wildfly.orb.impl.transport
Constructors in org.wildfly.orb.impl.transport with parameters of type ORB -
Uses of ORB in sun.corba
Modifier and TypeMethodDescriptionstatic 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, CorbaMessageMediator mediator, GIOPVersion giopVersion, CorbaConnection connection, Message header, byte streamFormatVersion) static EncapsOutputStreamOutputStreamFactory.newEncapsOutputStream(ORB orb) static EncapsOutputStreamOutputStreamFactory.newEncapsOutputStream(ORB orb, boolean isLittleEndian) static EncapsOutputStreamOutputStreamFactory.newEncapsOutputStream(ORB orb, GIOPVersion giopVersion) static TypeCodeOutputStreamOutputStreamFactory.newTypeCodeOutputStream(ORB orb) static TypeCodeOutputStreamOutputStreamFactory.newTypeCodeOutputStream(ORB orb, boolean littleEndian)