Uses of Interface
com.sun.corba.ee.spi.ior.IOR
Packages that use IOR
Package
Description
Provides access to the components and profiles in an IOR without the overhead
of CDR encoding.
-
Uses of IOR in com.sun.corba.ee.impl.encoding
Fields in com.sun.corba.ee.impl.encoding with type parameters of type IORMethods in com.sun.corba.ee.impl.encoding with parameters of type IORModifier and TypeMethodDescriptionstatic ObjectCDRInputStream_1_0.internalIORToObject(IOR ior, PresentationManager.StubFactory stubFactory, ORB orb) -
Uses of IOR in com.sun.corba.ee.impl.folb
Fields in com.sun.corba.ee.impl.folb declared as IORMethods in com.sun.corba.ee.impl.folb that return IORMethods in com.sun.corba.ee.impl.folb with parameters of type IORModifier and TypeMethodDescriptionExtract is called on each invocation of the IOR, so that the security code can run properly.ClientGroupManager.getSocketInfo(IOR ior, List previous) protected voidClientGroupManager.reportLocatedIOR(ClientRequestInfo ri, IOR ior) -
Uses of IOR in com.sun.corba.ee.impl.interceptors
Fields in com.sun.corba.ee.impl.interceptors declared as IORMethods in com.sun.corba.ee.impl.interceptors that return IORModifier and TypeMethodDescriptionprotected IORRequestInfoImpl.getForwardRequestIOR()Retrieves the IOR of the ForwardRequest exception.private IORClientRequestInfoImpl.getLocatedIOR()Methods in com.sun.corba.ee.impl.interceptors with parameters of type IORModifier and TypeMethodDescriptionprotected ObjectRequestInfoImpl.iorToObject(IOR ior) protected voidRequestInfoImpl.setForwardRequest(IOR ior) Stores the given IOR for later forward request analysis.voidClientRequestInfoImpl.setLocatedIOR(IOR ior) -
Uses of IOR in com.sun.corba.ee.impl.ior
Classes in com.sun.corba.ee.impl.ior that implement IORMethods in com.sun.corba.ee.impl.ior that return IORModifier and TypeMethodDescriptionMethods in com.sun.corba.ee.impl.ior with parameters of type IOR -
Uses of IOR in com.sun.corba.ee.impl.legacy.connection
Methods in com.sun.corba.ee.impl.legacy.connection with parameters of type IORModifier and TypeMethodDescriptionDefaultSocketFactory.getEndPointInfo(ORB orb, IOR ior, SocketInfo socketInfo) Constructors in com.sun.corba.ee.impl.legacy.connection with parameters of type IORModifierConstructorDescriptionSocketFactoryContactInfoImpl(ORB orb, ContactInfoList contactInfoList, IOR effectiveTargetIOR, short addressingDisposition, SocketInfo cookie) SocketFactoryContactInfoListImpl(ORB orb, IOR targetIOR) -
Uses of IOR in com.sun.corba.ee.impl.misc
Methods in com.sun.corba.ee.impl.misc with parameters of type IORModifier and TypeMethodDescriptionstatic byteORBUtility.chooseEncodingVersion(ORB orb, IOR ior, GIOPVersion gv) static ClientDelegateORBUtility.makeClientDelegate(IOR ior) static ObjectORBUtility.makeObjectReference(IOR ior) This method is used to create untyped object references. -
Uses of IOR in com.sun.corba.ee.impl.orb
Fields in com.sun.corba.ee.impl.orb declared as IORMethods in com.sun.corba.ee.impl.orb that return IORMethods in com.sun.corba.ee.impl.orb with parameters of type IORModifier and TypeMethodDescriptionParserTable.TestLegacyORBSocketFactory.getEndPointInfo(ORB orb, IOR ior, SocketInfo socketInfo) ParserTable.TestIORToSocketInfo.getSocketInfo(IOR ior, List previous) -
Uses of IOR in com.sun.corba.ee.impl.plugin.hwlb
Constructors in com.sun.corba.ee.impl.plugin.hwlb with parameters of type IORModifierConstructorDescriptionNCCContactInfoImpl(ORB orb, ContactInfoList contactInfoList, IOR effectiveTargetIOR, short addressingDisposition, String socketType, String hostname, int port) NCCContactInfoListImpl(ORB orb, IOR ior) -
Uses of IOR in com.sun.corba.ee.impl.protocol
Fields in com.sun.corba.ee.impl.protocol declared as IORMethods in com.sun.corba.ee.impl.protocol that return IORModifier and TypeMethodDescriptionMessageMediatorImpl.getForwardedIOR()private IORINSServerRequestDispatcher.getINSReference(String insKey) getINSReference if it is registered in INSObjectKeyMap.Locates the object mentioned in the locate requests, and returns object here iff the object is the initial object key.Called from ORB.locate when a LocateRequest arrives.Methods in com.sun.corba.ee.impl.protocol with parameters of type IORModifier and TypeMethodDescriptionMessageMediatorImpl.createLocationForward(MessageMediator messageMediator, IOR ior, ServiceContexts svc) protected MessageMediatorMessageMediatorImpl.createResponseHelper(MessageMediator messageMediator, ReplyMessage reply, IOR ior) private voidClientDelegateImpl.effectiveTargetIOR(IOR ior) private IIOPAddressClientDelegateImpl.getPrimaryAddress(IOR ior) private byteMessageMediatorImpl.getStreamFormatVersionForThisRequest(IOR ior, GIOPVersion giopVersion) private voidConstructors in com.sun.corba.ee.impl.protocol with parameters of type IORModifierConstructorDescriptionFullServantCacheLocalCRDImpl(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, ContactInfo contactInfo, Connection connection, GIOPVersion giopVersion, IOR ior, int requestId, short addrDisposition, String operationName, boolean isOneWay) MinimalServantCacheLocalCRDImpl(ORB orb, int scid, IOR ior) POALocalCRDImpl(ORB orb, int scid, IOR ior) protectedServantCacheLocalCRDBase(ORB orb, int scid, IOR ior) -
Uses of IOR in com.sun.corba.ee.impl.protocol.giopmsgheaders
Fields in com.sun.corba.ee.impl.protocol.giopmsgheaders declared as IORModifier and TypeFieldDescriptionprivate IORLocateReplyMessage_1_0.iorprivate IORLocateReplyMessage_1_1.iorprivate IORLocateReplyMessage_1_2.iorprivate IORReplyMessage_1_0.iorprivate IORReplyMessage_1_1.iorprivate IORReplyMessage_1_2.iorMethods in com.sun.corba.ee.impl.protocol.giopmsgheaders that return IORModifier and TypeMethodDescriptionLocateReplyMessage_1_0.getIOR()LocateReplyMessage_1_1.getIOR()LocateReplyMessage_1_2.getIOR()LocateReplyOrReplyMessage.getIOR()ReplyMessage_1_0.getIOR()ReplyMessage_1_1.getIOR()ReplyMessage_1_2.getIOR()Methods in com.sun.corba.ee.impl.protocol.giopmsgheaders with parameters of type IORModifier and TypeMethodDescriptionstatic LocateReplyMessageMessageBase.createLocateReply(ORB orb, GIOPVersion gv, byte encodingVersion, int request_id, int locate_status, IOR ior) 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) voidvoidvoidvoidConstructors in com.sun.corba.ee.impl.protocol.giopmsgheaders with parameters of type IORModifierConstructorDescription(package private)LocateReplyMessage_1_0(ORB orb, int _request_id, int _locate_status, IOR _ior) (package private)LocateReplyMessage_1_1(ORB orb, int _request_id, int _reply_status, IOR _ior) (package private)LocateReplyMessage_1_2(ORB orb, int _request_id, int _reply_status, IOR _ior) (package private)ReplyMessage_1_0(ORB orb, ServiceContexts _service_contexts, int _request_id, int _reply_status, IOR _ior) (package private)ReplyMessage_1_1(ORB orb, ServiceContexts _service_contexts, int _request_id, int _reply_status, IOR _ior) (package private)ReplyMessage_1_2(ORB orb, int _request_id, int _reply_status, ServiceContexts _service_contexts, IOR _ior) -
Uses of IOR in com.sun.corba.ee.impl.servicecontext
Fields in com.sun.corba.ee.impl.servicecontext declared as IORMethods in com.sun.corba.ee.impl.servicecontext that return IORConstructors in com.sun.corba.ee.impl.servicecontext with parameters of type IOR -
Uses of IOR in com.sun.corba.ee.impl.transport
Fields in com.sun.corba.ee.impl.transport declared as IORModifier and TypeFieldDescriptionprotected IORConnectionImpl.codeBaseServerIORprotected IORContactInfoBase.effectiveTargetIORprotected IORContactInfoListImpl.effectiveTargetIORprotected IORContactInfoListImpl.targetIORMethods in com.sun.corba.ee.impl.transport that return IORModifier and TypeMethodDescriptionfinal IORConnectionImpl.getCodeBaseIOR()ContactInfoBase.getEffectiveTargetIOR()ContactInfoListImpl.getEffectiveTargetIOR()ContactInfoBase.getTargetIOR()ContactInfoListImpl.getTargetIOR()Methods in com.sun.corba.ee.impl.transport with parameters of type IORModifier and TypeMethodDescriptionprivate voidContactInfoListImpl.addRemoteContactInfos(IOR effectiveTargetIOR, List<ContactInfo> effectiveTargetIORContactInfoList) private IIOPAddressContactInfoListImpl.getPrimaryAddress(IOR ior) List<? extends SocketInfo> DefaultIORToSocketInfoImpl.getSocketInfo(IOR ior, List<? extends SocketInfo> previous) voidContactInfoListIteratorImpl.reportRedirect(ContactInfo contactInfo, IOR forwardedIOR) final voidConnectionImpl.setCodeBaseIOR(IOR ior) voidContactInfoListImpl.setEffectiveTargetIOR(IOR newIOR) voidContactInfoListImpl.setTargetIOR(IOR targetIOR) /////////////////////////////////////////////////voidContactInfoListIteratorImpl.updateEffectiveTargetIOR(IOR newIOR) /////////////////////////////////////////////////Constructors in com.sun.corba.ee.impl.transport with parameters of type IORModifierConstructorDescriptionContactInfoImpl(ORB orb, ContactInfoList contactInfoList, IOR effectiveTargetIOR, short addressingDisposition, String socketType, String hostname, int port) ContactInfoListImpl(ORB orb, IOR targetIOR) SharedCDRContactInfoImpl(ORB orb, ContactInfoList contactInfoList, IOR effectiveTargetIOR, short addressingDisposition) -
Uses of IOR in com.sun.corba.ee.spi.ior
Methods in com.sun.corba.ee.spi.ior that return IORModifier and TypeMethodDescriptionstatic 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.Methods in com.sun.corba.ee.spi.ior with parameters of type IORModifier and TypeMethodDescriptionbooleanIOR.isEquivalent(IOR ior) Return true if this IOR is equivalent to ior.static ObjectIORFactories.makeObjectReference(IOR ior) -
Uses of IOR in com.sun.corba.ee.spi.ior.iiop
Methods in com.sun.corba.ee.spi.ior.iiop with parameters of type IORModifier and TypeMethodDescriptionstatic GIOPVersionGIOPVersion.chooseRequestVersion(ORB orb, IOR ior) This chooses the appropriate GIOP version. -
Uses of IOR in com.sun.corba.ee.spi.legacy.connection
Methods in com.sun.corba.ee.spi.legacy.connection with parameters of type IORModifier and TypeMethodDescriptionORBSocketFactory.getEndPointInfo(ORB orb, IOR ior, SocketInfo socketInfo) Deprecated. -
Uses of IOR in com.sun.corba.ee.spi.orb
Methods in com.sun.corba.ee.spi.orb that return IORModifier and TypeMethodDescriptionabstract IORORB.getFVDCodeBaseIOR()Returns the IOR used for the Full Value Descriptionprotected IORThis method obtains an IOR from a CORBA object reference.Get the IOR for the CORBA object. -
Uses of IOR in com.sun.corba.ee.spi.protocol
Fields in com.sun.corba.ee.spi.protocol declared as IORMethods in com.sun.corba.ee.spi.protocol that return IORModifier and TypeMethodDescriptionMessageMediator.getForwardedIOR()ForwardException.getIOR()Handle a locate request.Methods in com.sun.corba.ee.spi.protocol with parameters of type IORModifier and TypeMethodDescriptionProtocolHandler.createLocationForward(MessageMediator messageMediator, IOR ior, ServiceContexts svc) Constructors in com.sun.corba.ee.spi.protocol with parameters of type IOR -
Uses of IOR in com.sun.corba.ee.spi.servicecontext
Methods in com.sun.corba.ee.spi.servicecontext that return IORMethods in com.sun.corba.ee.spi.servicecontext with parameters of type IORModifier and TypeMethodDescriptionstatic SendingContextServiceContextServiceContextDefaults.makeSendingContextServiceContext(IOR ior) -
Uses of IOR in com.sun.corba.ee.spi.transport
Methods in com.sun.corba.ee.spi.transport that return IORModifier and TypeMethodDescriptionConnection.getCodeBaseIOR()ContactInfo.getEffectiveTargetIOR()ContactInfoList.getEffectiveTargetIOR()ContactInfo.getTargetIOR()ContactInfoList.getTargetIOR()IORTransformer.unmarshal(CDRInputObject io) Methods in com.sun.corba.ee.spi.transport with parameters of type IORModifier and TypeMethodDescriptionList<? extends SocketInfo> IORToSocketInfo.getSocketInfo(IOR ior, List<? extends SocketInfo> previous) Used to extract socket address information from an IOR.voidIORTransformer.marshal(CDROutputObject oo, IOR ior) voidContactInfoListIterator.reportRedirect(ContactInfo contactInfo, IOR forwardedIOR) voidConnection.setCodeBaseIOR(IOR ior) voidContactInfoList.setEffectiveTargetIOR(IOR locatedIor) voidContactInfoList.setTargetIOR(IOR ior)