Uses of Class
org.omg.CORBA.ORBPackage.InvalidName
-
Packages that use InvalidName Package Description com.sun.corba.ee.impl.orb com.sun.corba.ee.org.omg.CORBA com.sun.corba.ee.spi.logging org.omg.CORBA Provides the mapping of the OMG CORBA APIs to the JavaTM programming language, including the class ORB, which is implemented so that a programmer can use it as a fully-functional Object Request Broker (ORB). -
-
Uses of InvalidName in com.sun.corba.ee.impl.orb
Methods in com.sun.corba.ee.impl.orb that throw InvalidName Modifier and Type Method Description void
ORBImpl. register_initial_reference(java.lang.String id, Object obj)
void
ORBSingleton. register_initial_reference(java.lang.String id, Object obj)
Object
ORBImpl. resolve_initial_references(java.lang.String identifier)
Object
ORBSingleton. resolve_initial_references(java.lang.String identifier)
-
Uses of InvalidName in com.sun.corba.ee.org.omg.CORBA
Methods in com.sun.corba.ee.org.omg.CORBA that throw InvalidName Modifier and Type Method Description void
ORB. register_initial_reference(java.lang.String id, Object obj)
If this operation is called with an id,"Y"
, and an object,YY
, then a subsequent call toORB.resolve_initial_references( "Y" )
will return objectYY
. -
Uses of InvalidName in com.sun.corba.ee.spi.logging
Methods in com.sun.corba.ee.spi.logging with parameters of type InvalidName Modifier and Type Method Description UNKNOWN
ORBUtilSystemException. noCSIV2Handler(InvalidName e)
-
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(java.lang.String object_name)
Resolves a specific object reference from the set of available initial service names.
-