Searched refs:IOR (Results 1 - 25 of 104) sorted by relevance

12345

/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/protocol/
H A DLocalClientRequestDispatcherFactory.java28 import com.sun.corba.se.spi.ior.IOR ;
31 public LocalClientRequestDispatcher create( int id, IOR ior ) ;
H A DCorbaServerRequestDispatcher.java33 import com.sun.corba.se.spi.ior.IOR ;
49 public IOR locate(ObjectKey key);
H A DForwardException.java32 import com.sun.corba.se.spi.ior.IOR ;
42 private IOR ior ;
44 public ForwardException( ORB orb, IOR ior ) {
76 public synchronized IOR getIOR()
H A DRequestDispatcherDefault.java36 import com.sun.corba.se.spi.ior.IOR ;
74 public LocalClientRequestDispatcher create( int id, IOR ior ) {
83 public LocalClientRequestDispatcher create( int id, IOR ior ) {
92 public LocalClientRequestDispatcher create( int id, IOR ior ) {
101 public LocalClientRequestDispatcher create( int id, IOR ior ) {
110 public LocalClientRequestDispatcher create( int id, IOR ior ) {
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DIOR.java62 * IOR - Bitwise OR int
67 public class IOR extends ArithmeticInstruction { class in inherits:ArithmeticInstruction
68 public IOR() { method in class:IOR
69 super(com.sun.org.apache.bcel.internal.Constants.IOR);
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/transport/
H A DCorbaContactInfoList.java28 import com.sun.corba.se.spi.ior.IOR ;
41 public void setTargetIOR(IOR ior);
42 public IOR getTargetIOR();
44 public void setEffectiveTargetIOR(IOR locatedIor);
45 public IOR getEffectiveTargetIOR();
H A DCorbaContactInfo.java28 import com.sun.corba.se.spi.ior.IOR ;
40 public IOR getTargetIOR();
41 public IOR getEffectiveTargetIOR();
H A DIORTransformer.java28 import com.sun.corba.se.spi.ior.IOR ;
32 /** Interface that provides operations to transorm an IOR
37 IOR unmarshal( CorbaInputObject io ) ;
39 void marshal( CorbaOutputObject oo, IOR ior ) ;
H A DIORToSocketInfo.java30 import com.sun.corba.se.spi.ior.IOR;
35 * Used to extract socket address information from an IOR.
42 public List getSocketInfo(IOR ior);
H A DCorbaContactInfoListFactory.java30 import com.sun.corba.se.spi.ior.IOR ;
33 /** Interface used to create a ContactInfoList from an IOR, as required
35 * natural correspondence since an IOR contains the information for
40 * IOR in the case of GIOP with Location Forward messages.
49 public CorbaContactInfoList create( IOR ior ) ;
H A DCorbaContactInfoListIterator.java30 import com.sun.corba.se.spi.ior.IOR;
40 IOR forwardedIOR);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/
H A DIORAddressingInfo.java39 public org.omg.IOP.IOR ior = null;
45 public IORAddressingInfo (int _selected_profile_index, org.omg.IOP.IOR _ior)
H A DLocateReplyOrReplyMessage.java29 import com.sun.corba.se.spi.ior.IOR;
36 IOR getIOR();
H A DReplyMessage.java30 import com.sun.corba.se.spi.ior.IOR;
51 void setIOR( IOR newIOR );
H A DLocateReplyMessage.java29 import com.sun.corba.se.spi.ior.IOR;
H A DReplyMessage_1_0.java32 import com.sun.corba.se.spi.ior.IOR;
40 import com.sun.corba.se.spi.ior.IOR;
62 private IOR ior = null;
76 int _request_id, int _reply_status, IOR _ior) {
114 public IOR getIOR() {
118 public void setIOR( IOR ior ) {
165 // IOR may be written afterwards into the reply mesg body.
H A DReplyMessage_1_1.java32 import com.sun.corba.se.spi.ior.IOR;
40 import com.sun.corba.se.spi.ior.IOR;
62 private IOR ior = null;
76 int _request_id, int _reply_status, IOR _ior) {
115 public IOR getIOR() {
119 public void setIOR( IOR ior ) {
165 // IOR may be written afterwards into the reply mesg body.
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/ior/
H A DIOR.java38 /** An IOR is represented as a list of profiles.
41 public interface IOR extends List, Writeable, MakeImmutable interface in inherits:List,Writeable,MakeImmutable
45 /** Return the type id string from the IOR.
55 /** Return a representation of this IOR in the standard GIOP stringified
56 * format that begins with "IOR:".
60 /** Return a representation of this IOR in the standard GIOP marshalled
63 org.omg.IOP.IOR getIOPIOR() ;
65 /** Return true if this IOR has no profiles.
69 /** Return true if this IOR is equivalent to ior. Here equivalent means
73 boolean isEquivalent(IOR io
[all...]
H A DIORFactory.java35 /** Construct an IOR containing the given ORB, typeid, and ObjectId.
39 IOR makeIOR( ORB orb, String typeid, ObjectId oid ) ;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/legacy/connection/
H A DSocketFactoryContactInfoListImpl.java30 import com.sun.corba.se.spi.ior.IOR;
48 public SocketFactoryContactInfoListImpl(ORB orb, IOR targetIOR)
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/legacy/connection/
H A DORBSocketFactory.java32 import com.sun.corba.se.spi.ior.IOR;
185 * (i.e., an SSL port) to an IOR (i.e., an object reference) one needs
186 * to intercept IOR creation using
293 * IOR ior,
301 * an <code>org.omg.IOP.IOR</code>, or ...). <p>
331 IOR ior,
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/servicecontext/
H A DSendingContextServiceContext.java31 import com.sun.corba.se.spi.ior.IOR ;
38 public SendingContextServiceContext( IOR ior )
58 public IOR getIOR()
63 private IOR ior = null ;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/transport/
H A DCorbaContactInfoListImpl.java34 import com.sun.corba.se.spi.ior.IOR ;
56 protected IOR targetIOR;
57 protected IOR effectiveTargetIOR;
67 public CorbaContactInfoListImpl(ORB orb, IOR targetIOR)
91 public synchronized void setTargetIOR(IOR targetIOR)
97 public synchronized IOR getTargetIOR()
102 public synchronized void setEffectiveTargetIOR(IOR effectiveTargetIOR)
116 public synchronized IOR getEffectiveTargetIOR()
171 // the IOR - so if we added other addresses then
184 IOR effectiveTargetIO
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/GiopIDL/
H A Dmessages.idl41 IOP::IOR ior;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/
H A DINSServerRequestDispatcher.java36 import com.sun.corba.se.spi.ior.IOR;
50 * finds the target IOR and does location forward.
68 public IOR locate(ObjectKey okey) {
69 // send a locate forward with the right IOR. If the insKey is not
78 // send a locate forward with the right IOR. If the insKey is not
89 private IOR getINSReference( String insKey ) {
90 IOR entry = ORBUtility.getIOR( orb.getLocalResolver().resolve( insKey ) ) ;
93 // so send a location forward with the right IOR.

Completed in 201 milliseconds

12345