Uses of Class
org.omg.PortableInterceptor.ORBInitInfoPackage.InvalidName
-
Packages that use InvalidName Package Description com.sun.corba.ee.impl.interceptors org.omg.PortableInterceptor org.omg.PortableInterceptor.ORBInitInfoPackage -
-
Uses of InvalidName in com.sun.corba.ee.impl.interceptors
Methods in com.sun.corba.ee.impl.interceptors that throw InvalidName Modifier and Type Method Description void
ORBInitInfoImpl. register_initial_reference(java.lang.String id, Object obj)
See orbos/99-12-02, Chapter 11, Dynamic Initial References on page 11-81.Object
ORBInitInfoImpl. resolve_initial_references(java.lang.String id)
This operation is only valid during post_init. -
Uses of InvalidName in org.omg.PortableInterceptor
Methods in org.omg.PortableInterceptor that throw InvalidName Modifier and Type Method Description void
ORBInitInfoOperations. register_initial_reference(java.lang.String id, Object obj)
Identical toORB.register_initial_reference
.Object
ORBInitInfoOperations. resolve_initial_references(java.lang.String id)
Identical toORB.resolve_initial_references
. -
Uses of InvalidName in org.omg.PortableInterceptor.ORBInitInfoPackage
Fields in org.omg.PortableInterceptor.ORBInitInfoPackage declared as InvalidName Modifier and Type Field Description InvalidName
InvalidNameHolder. value
Methods in org.omg.PortableInterceptor.ORBInitInfoPackage that return InvalidName Modifier and Type Method Description static InvalidName
InvalidNameHelper. extract(Any a)
static InvalidName
InvalidNameHelper. read(InputStream istream)
Methods in org.omg.PortableInterceptor.ORBInitInfoPackage with parameters of type InvalidName Modifier and Type Method Description static void
InvalidNameHelper. insert(Any a, InvalidName that)
static void
InvalidNameHelper. write(OutputStream ostream, InvalidName value)
Constructors in org.omg.PortableInterceptor.ORBInitInfoPackage with parameters of type InvalidName Constructor Description InvalidNameHolder(InvalidName initialValue)
-