Uses of Interface
org.omg.Messaging.RebindPolicy
-
Packages that use RebindPolicy Package Description org.omg.Messaging -
-
Uses of RebindPolicy in org.omg.Messaging
Classes in org.omg.Messaging that implement RebindPolicy Modifier and Type Class Description class
_RebindPolicyStub
org/omg/Messaging/_RebindPolicyStub.java .Fields in org.omg.Messaging declared as RebindPolicy Modifier and Type Field Description RebindPolicy
RebindPolicyHolder. value
Methods in org.omg.Messaging that return RebindPolicy Modifier and Type Method Description RebindPolicy
RebindPolicyPOA. _this()
RebindPolicy
RebindPolicyPOA. _this(ORB orb)
static RebindPolicy
RebindPolicyHelper. extract(Any a)
static RebindPolicy
RebindPolicyHelper. narrow(Object obj)
static RebindPolicy
RebindPolicyHelper. read(InputStream istream)
static RebindPolicy
RebindPolicyHelper. unchecked_narrow(Object obj)
Methods in org.omg.Messaging with parameters of type RebindPolicy Modifier and Type Method Description static void
RebindPolicyHelper. insert(Any a, RebindPolicy that)
static void
RebindPolicyHelper. write(OutputStream ostream, RebindPolicy value)
Constructors in org.omg.Messaging with parameters of type RebindPolicy Constructor Description RebindPolicyHolder(RebindPolicy initialValue)
-