Uses of Class
org.omg.CORBA.ORBPackage.InvalidName
Packages that use InvalidName
-
Uses of InvalidName in com.sun.corba.se.impl.orb
Methods in com.sun.corba.se.impl.orb that throw InvalidNameModifier and TypeMethodDescriptionvoidORBImpl.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.voidORBSingleton.register_initial_reference(String id, Object obj) ORBImpl.resolve_initial_references(String identifier) Resolve the stringified reference of one of the initially available CORBA services.ORBSingleton.resolve_initial_references(String identifier) -
Uses of InvalidName in com.sun.corba.se.org.omg.CORBA
Methods in com.sun.corba.se.org.omg.CORBA that throw InvalidNameModifier and TypeMethodDescriptionvoidORB.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 org.omg.CORBA
Methods in org.omg.CORBA that throw InvalidNameModifier and TypeMethodDescriptionabstract ObjectORB.resolve_initial_references(String object_name) Resolves a specific object reference from the set of available initial service names.