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 Object
CDRInputStream_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 void
ClientGroupManager.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 IOR
RequestInfoImpl.getForwardRequestIOR()
Retrieves the IOR of the ForwardRequest exception.private IOR
ClientRequestInfoImpl.getLocatedIOR()
Methods in com.sun.corba.ee.impl.interceptors with parameters of type IORModifier and TypeMethodDescriptionprotected Object
RequestInfoImpl.iorToObject
(IOR ior) protected void
RequestInfoImpl.setForwardRequest
(IOR ior) Stores the given IOR for later forward request analysis.void
ClientRequestInfoImpl.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 byte
ORBUtility.chooseEncodingVersion
(ORB orb, IOR ior, GIOPVersion gv) static ClientDelegate
ORBUtility.makeClientDelegate
(IOR ior) static Object
ORBUtility.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 IOR
INSServerRequestDispatcher.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 MessageMediator
MessageMediatorImpl.createResponseHelper
(MessageMediator messageMediator, ReplyMessage reply, IOR ior) private void
ClientDelegateImpl.effectiveTargetIOR
(IOR ior) private IIOPAddress
ClientDelegateImpl.getPrimaryAddress
(IOR ior) private byte
MessageMediatorImpl.getStreamFormatVersionForThisRequest
(IOR ior, GIOPVersion giopVersion) private void
Constructors 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) protected
LocalClientRequestDispatcherBase
(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) protected
ServantCacheLocalCRDBase
(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 IOR
LocateReplyMessage_1_0.ior
private IOR
LocateReplyMessage_1_1.ior
private IOR
LocateReplyMessage_1_2.ior
private IOR
ReplyMessage_1_0.ior
private IOR
ReplyMessage_1_1.ior
private IOR
ReplyMessage_1_2.ior
Methods 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 LocateReplyMessage
MessageBase.createLocateReply
(ORB orb, GIOPVersion gv, byte encodingVersion, int request_id, int locate_status, IOR ior) static ReplyMessage
MessageBase.createReply
(ORB orb, GIOPVersion gv, byte encodingVersion, int request_id, int reply_status, ServiceContexts service_contexts, IOR ior) static RequestMessage
MessageBase.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) void
void
void
void
Constructors 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 IOR
ConnectionImpl.codeBaseServerIOR
protected IOR
ContactInfoBase.effectiveTargetIOR
protected IOR
ContactInfoListImpl.effectiveTargetIOR
protected IOR
ContactInfoListImpl.targetIOR
Methods in com.sun.corba.ee.impl.transport that return IORModifier and TypeMethodDescriptionfinal IOR
ConnectionImpl.getCodeBaseIOR()
ContactInfoBase.getEffectiveTargetIOR()
ContactInfoListImpl.getEffectiveTargetIOR()
ContactInfoBase.getTargetIOR()
ContactInfoListImpl.getTargetIOR()
Methods in com.sun.corba.ee.impl.transport with parameters of type IORModifier and TypeMethodDescriptionprivate void
ContactInfoListImpl.addRemoteContactInfos
(IOR effectiveTargetIOR, List<ContactInfo> effectiveTargetIORContactInfoList) private IIOPAddress
ContactInfoListImpl.getPrimaryAddress
(IOR ior) List
<? extends SocketInfo> DefaultIORToSocketInfoImpl.getSocketInfo
(IOR ior, List<? extends SocketInfo> previous) void
ContactInfoListIteratorImpl.reportRedirect
(ContactInfo contactInfo, IOR forwardedIOR) final void
ConnectionImpl.setCodeBaseIOR
(IOR ior) void
ContactInfoListImpl.setEffectiveTargetIOR
(IOR newIOR) void
ContactInfoListImpl.setTargetIOR
(IOR targetIOR) void
ContactInfoListIteratorImpl.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 IOR
Create an empty IOR for the given orb with a null typeid.static IOR
Create an empty IOR for the given orb and typeid.static IOR
IORFactories.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 TypeMethodDescriptionboolean
IOR.isEquivalent
(IOR ior) Return true if this IOR is equivalent to ior.static Object
IORFactories.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 GIOPVersion
GIOPVersion.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 IOR
ORB.getFVDCodeBaseIOR()
Returns the IOR used for the Full Value Descriptionprotected IOR
This 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 SendingContextServiceContext
ServiceContextDefaults.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.void
IORTransformer.marshal
(CDROutputObject oo, IOR ior) void
ContactInfoListIterator.reportRedirect
(ContactInfo contactInfo, IOR forwardedIOR) void
Connection.setCodeBaseIOR
(IOR ior) void
ContactInfoList.setEffectiveTargetIOR
(IOR locatedIor) void
ContactInfoList.setTargetIOR
(IOR ior)