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_references
and the exceptionInconsistentTypeCode
, which is thrown by the Dynamic Any creation methods in the ORB class. -
-
Uses of InvalidName in org.omg.CORBA
Methods in org.omg.CORBA that throw InvalidName Modifier and Type Method Description abstract Object
ORB. 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.ORBPackage
Methods in org.omg.CORBA.ORBPackage that return InvalidName Modifier and Type Method Description static InvalidName
InvalidNameHelper. extract(Any a)
static InvalidName
InvalidNameHelper. read(InputStream istream)
Methods in org.omg.CORBA.ORBPackage 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)
-