Uses of Class
org.omg.PortableInterceptor.ORBInitInfoPackage.InvalidName
- 
Packages that use InvalidName Package Description org.omg.PortableInterceptor Provides a mechanism to register ORB hooks through which ORB services can intercept the normal flow of execution of the ORB.org.omg.PortableInterceptor.ORBInitInfoPackage This package contains the exceptions and typedefs from theORBInitInfolocal interface of thePortableInterceptormodule specified in the OMG Portable Interceptor specification, ptc/2000-08-06, section 21.7.2.
- 
- 
Uses of InvalidName in org.omg.PortableInterceptorMethods in org.omg.PortableInterceptor that throw InvalidName Modifier and Type Method Description voidORBInitInfoOperations. register_initial_reference(String id, Object obj)Identical toORB.register_initial_reference.ObjectORBInitInfoOperations. resolve_initial_references(String id)Identical toORB.resolve_initial_references.
- 
Uses of InvalidName in org.omg.PortableInterceptor.ORBInitInfoPackageMethods 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)
 
-