Uses of Class
org.omg.CORBA.ORBPackage.InvalidName
Packages that use InvalidName
Package
Description
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 InvalidNameModifier and TypeMethodDescriptionvoid
ORBImpl.register_initial_reference
(String id, Object obj) void
ORBSingleton.register_initial_reference
(String id, Object obj) ORBImpl.resolve_initial_references
(String identifier) ORBSingleton.resolve_initial_references
(String identifier) -
Uses of InvalidName in com.sun.corba.ee.org.omg.CORBA
Methods in com.sun.corba.ee.org.omg.CORBA that throw InvalidNameModifier and TypeMethodDescriptionvoid
ORB.register_initial_reference
(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 -
Uses of InvalidName in org.omg.CORBA
Methods in org.omg.CORBA that throw InvalidNameModifier and TypeMethodDescriptionabstract Object
ORB.resolve_initial_references
(String object_name) Resolves a specific object reference from the set of available initial service names.