Uses of Class
org.omg.CORBA.ORBPackage.InvalidName
- 
Packages that use InvalidName Package Description org.omg.CORBA Provides the mapping of the OMG CORBA APIs to the Java™ programming language, including the classORB, which is implemented so that a programmer can use it as a fully-functional Object Request Broker (ORB).org.omg.CORBA.ORBPackage Provides the exceptionInvalidName, which is thrown by the methodORB.resolve_initial_referencesand the exceptionInconsistentTypeCode, which is thrown by the Dynamic Any creation methods in the ORB class.
- 
- 
Uses of InvalidName in org.omg.CORBAMethods in org.omg.CORBA that throw InvalidName Modifier and Type Method Description abstract ObjectORB. resolve_initial_references(String object_name)Resolves a specific object reference from the set of available initial service names.
- 
Uses of InvalidName in org.omg.CORBA.ORBPackageMethods in org.omg.CORBA.ORBPackage that return InvalidName Modifier and Type Method Description static InvalidNameInvalidNameHelper. extract(Any a)static InvalidNameInvalidNameHelper. read(InputStream istream)Methods in org.omg.CORBA.ORBPackage with parameters of type InvalidName Modifier and Type Method Description static voidInvalidNameHelper. insert(Any a, InvalidName that)static voidInvalidNameHelper. write(OutputStream ostream, InvalidName value)
 
-