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 voidORBInitInfoImpl. register_initial_reference(java.lang.String id, Object obj)See orbos/99-12-02, Chapter 11, Dynamic Initial References on page 11-81.ObjectORBInitInfoImpl. 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 voidORBInitInfoOperations. register_initial_reference(java.lang.String id, Object obj)Identical toORB.register_initial_reference.ObjectORBInitInfoOperations. 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 InvalidNameInvalidNameHolder. valueMethods in org.omg.PortableInterceptor.ORBInitInfoPackage that return InvalidName Modifier and Type Method Description static InvalidNameInvalidNameHelper. extract(Any a)static InvalidNameInvalidNameHelper. read(InputStream istream)Methods in org.omg.PortableInterceptor.ORBInitInfoPackage with parameters of type InvalidName Modifier and Type Method Description static voidInvalidNameHelper. insert(Any a, InvalidName that)static voidInvalidNameHelper. write(OutputStream ostream, InvalidName value)Constructors in org.omg.PortableInterceptor.ORBInitInfoPackage with parameters of type InvalidName Constructor Description InvalidNameHolder(InvalidName initialValue)
-