Uses of Interface
com.sun.corba.ee.spi.ior.IOR
-
Packages that use IOR Package Description com.sun.corba.ee.impl.encoding com.sun.corba.ee.impl.folb com.sun.corba.ee.impl.interceptors com.sun.corba.ee.impl.ior com.sun.corba.ee.impl.legacy.connection com.sun.corba.ee.impl.misc com.sun.corba.ee.impl.orb com.sun.corba.ee.impl.plugin.hwlb com.sun.corba.ee.impl.protocol com.sun.corba.ee.impl.protocol.giopmsgheaders com.sun.corba.ee.impl.servicecontext com.sun.corba.ee.impl.transport com.sun.corba.ee.spi.ior Provides access to the components and profiles in an IOR without the overhead of CDR encoding.com.sun.corba.ee.spi.ior.iiop com.sun.corba.ee.spi.legacy.connection com.sun.corba.ee.spi.orb com.sun.corba.ee.spi.protocol com.sun.corba.ee.spi.servicecontext com.sun.corba.ee.spi.transport -
-
Uses of IOR in com.sun.corba.ee.impl.encoding
Fields in com.sun.corba.ee.impl.encoding with type parameters of type IOR Modifier and Type Field Description private static java.util.Hashtable<IOR,CodeBase>
CachedCodeBase. iorMap
Methods in com.sun.corba.ee.impl.encoding with parameters of type IOR Modifier and Type Method Description static 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 IOR Modifier and Type Field Description private IOR
ClientGroupManager. lastIOR
Methods in com.sun.corba.ee.impl.folb that return IOR Modifier and Type Method Description protected IOR
ClientGroupManager. extractIOR(byte[] data)
Methods in com.sun.corba.ee.impl.folb with parameters of type IOR Modifier and Type Method Description java.util.List<SocketInfo>
CSIv2SSLTaggedComponentHandler. extract(IOR ior)
Extract is called on each invocation of the IOR, so that the security code can run properly.java.util.List
ClientGroupManager. getSocketInfo(IOR ior, java.util.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 IOR Modifier and Type Field Description private IOR
RequestInfoImpl. forwardRequestIOR
Methods in com.sun.corba.ee.impl.interceptors that return IOR Modifier and Type Method Description protected 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 IOR Modifier and Type Method Description protected 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 IOR Modifier and Type Class Description class
IORImpl
An IOR is represented as a list of profiles.Methods in com.sun.corba.ee.impl.ior that return IOR Modifier and Type Method Description IOR
IORTemplateImpl. makeIOR(ORB orb, java.lang.String typeid, ObjectId oid)
IOR
IORTemplateListImpl. makeIOR(ORB orb, java.lang.String typeid, ObjectId oid)
Methods in com.sun.corba.ee.impl.ior with parameters of type IOR Modifier and Type Method Description boolean
IORImpl. isEquivalent(IOR 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 IOR Modifier and Type Method Description SocketInfo
DefaultSocketFactory. getEndPointInfo(ORB orb, IOR ior, SocketInfo socketInfo)
Constructors in com.sun.corba.ee.impl.legacy.connection with parameters of type IOR Constructor Description SocketFactoryContactInfoImpl(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 IOR Modifier and Type Method Description static 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 IOR Modifier and Type Field Description private IOR
ORBImpl. codeBaseIOR
Methods in com.sun.corba.ee.impl.orb that return IOR Modifier and Type Method Description IOR
ORBImpl. getFVDCodeBaseIOR()
IOR
ORBSingleton. getFVDCodeBaseIOR()
IOR
ORBImpl. getIOR(Object obj, boolean connectIfNecessary)
Methods in com.sun.corba.ee.impl.orb with parameters of type IOR Modifier and Type Method Description ContactInfoList
ParserTable.TestContactInfoListFactory. create(IOR ior)
SocketInfo
ParserTable.TestLegacyORBSocketFactory. getEndPointInfo(ORB orb, IOR ior, SocketInfo socketInfo)
java.util.List
ParserTable.TestIORToSocketInfo. getSocketInfo(IOR ior, java.util.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 IOR Constructor Description NCCContactInfoImpl(ORB orb, ContactInfoList contactInfoList, IOR effectiveTargetIOR, short addressingDisposition, java.lang.String socketType, java.lang.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 IOR Modifier and Type Field Description protected IOR
MessageMediatorImpl. replyIOR
Methods in com.sun.corba.ee.impl.protocol that return IOR Modifier and Type Method Description IOR
MessageMediatorImpl. getForwardedIOR()
private IOR
INSServerRequestDispatcher. getINSReference(java.lang.String insKey)
getINSReference if it is registered in INSObjectKeyMap.IOR
BootstrapServerRequestDispatcher. locate(ObjectKey objectKey)
Locates the object mentioned in the locate requests, and returns object here iff the object is the initial object key.IOR
INSServerRequestDispatcher. locate(ObjectKey okey)
IOR
ServerRequestDispatcherImpl. locate(ObjectKey okey)
Called from ORB.locate when a LocateRequest arrives.Methods in com.sun.corba.ee.impl.protocol with parameters of type IOR Modifier and Type Method Description MessageMediator
MessageMediatorImpl. 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
ClientDelegateImpl. targetIOR(IOR ior)
Constructors in com.sun.corba.ee.impl.protocol with parameters of type IOR Constructor Description FullServantCacheLocalCRDImpl(ORB orb, int scid, IOR ior)
InfoOnlyServantCacheLocalCRDImpl(ORB orb, int scid, IOR ior)
JIDLLocalCRDImpl(ORB orb, int scid, IOR ior)
LocalClientRequestDispatcherBase(ORB orb, int scid, IOR ior)
MessageMediatorImpl(ORB orb, ContactInfo contactInfo, Connection connection, GIOPVersion giopVersion, IOR ior, int requestId, short addrDisposition, java.lang.String operationName, boolean isOneWay)
MinimalServantCacheLocalCRDImpl(ORB orb, int scid, IOR ior)
POALocalCRDImpl(ORB orb, int scid, IOR ior)
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 IOR Modifier and Type Field Description private 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 IOR Modifier and Type Method Description IOR
LocateReplyMessage_1_0. getIOR()
IOR
LocateReplyMessage_1_1. getIOR()
IOR
LocateReplyMessage_1_2. getIOR()
IOR
LocateReplyOrReplyMessage. getIOR()
IOR
ReplyMessage_1_0. getIOR()
IOR
ReplyMessage_1_1. getIOR()
IOR
ReplyMessage_1_2. getIOR()
Methods in com.sun.corba.ee.impl.protocol.giopmsgheaders with parameters of type IOR Modifier and Type Method Description static 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, java.lang.String operation, ServiceContexts service_contexts, Principal requesting_principal)
void
ReplyMessage_1_0. setIOR(IOR ior)
void
ReplyMessage_1_1. setIOR(IOR ior)
void
ReplyMessage_1_2. setIOR(IOR ior)
void
ReplyMessage. setIOR(IOR newIOR)
Constructors in com.sun.corba.ee.impl.protocol.giopmsgheaders with parameters of type IOR Constructor Description LocateReplyMessage_1_0(ORB orb, int _request_id, int _locate_status, IOR _ior)
LocateReplyMessage_1_1(ORB orb, int _request_id, int _reply_status, IOR _ior)
LocateReplyMessage_1_2(ORB orb, int _request_id, int _reply_status, IOR _ior)
ReplyMessage_1_0(ORB orb, ServiceContexts _service_contexts, int _request_id, int _reply_status, IOR _ior)
ReplyMessage_1_1(ORB orb, ServiceContexts _service_contexts, int _request_id, int _reply_status, IOR _ior)
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 IOR Modifier and Type Field Description private IOR
SendingContextServiceContextImpl. ior
Methods in com.sun.corba.ee.impl.servicecontext that return IOR Modifier and Type Method Description IOR
SendingContextServiceContextImpl. getIOR()
Constructors in com.sun.corba.ee.impl.servicecontext with parameters of type IOR Constructor Description SendingContextServiceContextImpl(IOR ior)
-
Uses of IOR in com.sun.corba.ee.impl.transport
Fields in com.sun.corba.ee.impl.transport declared as IOR Modifier and Type Field Description protected 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 IOR Modifier and Type Method Description IOR
ConnectionImpl. getCodeBaseIOR()
IOR
ContactInfoBase. getEffectiveTargetIOR()
IOR
ContactInfoListImpl. getEffectiveTargetIOR()
IOR
ContactInfoBase. getTargetIOR()
IOR
ContactInfoListImpl. getTargetIOR()
Methods in com.sun.corba.ee.impl.transport with parameters of type IOR Modifier and Type Method Description private void
ContactInfoListImpl. addRemoteContactInfos(IOR effectiveTargetIOR, java.util.List<ContactInfo> effectiveTargetIORContactInfoList)
private IIOPAddress
ContactInfoListImpl. getPrimaryAddress(IOR ior)
java.util.List<? extends SocketInfo>
DefaultIORToSocketInfoImpl. getSocketInfo(IOR ior, java.util.List<? extends SocketInfo> previous)
void
ContactInfoListIteratorImpl. reportRedirect(ContactInfo contactInfo, IOR forwardedIOR)
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 IOR Constructor Description ContactInfoImpl(ORB orb, ContactInfoList contactInfoList, IOR effectiveTargetIOR, short addressingDisposition, java.lang.String socketType, java.lang.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 IOR Modifier and Type Method Description static IOR
IORFactories. makeIOR(ORB orb)
Create an empty IOR for the given orb with a null typeid.static IOR
IORFactories. makeIOR(ORB orb, java.lang.String typeid)
Create an empty IOR for the given orb and typeid.static IOR
IORFactories. makeIOR(ORB orb, InputStream is)
Read an IOR from an InputStream.IOR
IORFactory. makeIOR(ORB orb, java.lang.String typeid, ObjectId oid)
Construct an IOR containing the given ORB, typeid, and ObjectId.Methods in com.sun.corba.ee.spi.ior with parameters of type IOR Modifier and Type Method Description boolean
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 IOR Modifier and Type Method Description static 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 IOR Modifier and Type Method Description SocketInfo
ORBSocketFactory. 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 IOR Modifier and Type Method Description abstract IOR
ORB. getFVDCodeBaseIOR()
Returns the IOR used for the Full Value Descriptionprotected IOR
ORB. getIOR(Object obj)
This method obtains an IOR from a CORBA object reference.IOR
ORB. getIOR(Object obj, boolean connectIfNecessary)
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 IOR Modifier and Type Field Description private IOR
ForwardException. ior
Methods in com.sun.corba.ee.spi.protocol that return IOR Modifier and Type Method Description IOR
MessageMediator. getForwardedIOR()
IOR
ForwardException. getIOR()
IOR
ServerRequestDispatcher. locate(ObjectKey key)
Handle a locate request.Methods in com.sun.corba.ee.spi.protocol with parameters of type IOR Modifier and Type Method Description LocalClientRequestDispatcher
LocalClientRequestDispatcherFactory. create(int id, IOR ior)
MessageMediator
ProtocolHandler. createLocationForward(MessageMediator messageMediator, IOR ior, ServiceContexts svc)
Constructors in com.sun.corba.ee.spi.protocol with parameters of type IOR Constructor Description ForwardException(ORB orb, IOR ior)
-
Uses of IOR in com.sun.corba.ee.spi.servicecontext
Methods in com.sun.corba.ee.spi.servicecontext that return IOR Modifier and Type Method Description IOR
SendingContextServiceContext. getIOR()
Methods in com.sun.corba.ee.spi.servicecontext with parameters of type IOR Modifier and Type Method Description static 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 IOR Modifier and Type Method Description IOR
Connection. getCodeBaseIOR()
IOR
ContactInfo. getEffectiveTargetIOR()
IOR
ContactInfoList. getEffectiveTargetIOR()
IOR
ContactInfo. getTargetIOR()
IOR
ContactInfoList. getTargetIOR()
IOR
IORTransformer. unmarshal(CDRInputObject io)
Methods in com.sun.corba.ee.spi.transport with parameters of type IOR Modifier and Type Method Description ContactInfoList
ContactInfoListFactory. create(IOR ior)
java.util.List<? extends SocketInfo>
IORToSocketInfo. getSocketInfo(IOR ior, java.util.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)
-