Uses of Interface
org.omg.CORBA.DomainManager
Packages that use DomainManager
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).
Provides a portability layer, that is, a set of ORB APIs
that makes it possible for code generated
by one vendor to run on another vendor's ORB.
-
Uses of DomainManager in com.sun.corba.ee.spi.presentation.rmi
Methods in com.sun.corba.ee.spi.presentation.rmi that return DomainManager -
Uses of DomainManager in org.omg.CORBA
Methods in org.omg.CORBA that return DomainManagerModifier and TypeMethodDescriptionLocalObject._get_domain_managers()
Throws anorg.omg.CORBA.NO_IMPLEMENT
exception with the message "This is a locally constrained object." This method does not apply to local objects and is therefore not implemented.Object._get_domain_managers()
Retrieves theDomainManagers
of this object. -
Uses of DomainManager in org.omg.CORBA.portable
Methods in org.omg.CORBA.portable that return DomainManagerModifier and TypeMethodDescriptionObjectImpl._get_domain_managers()
Retrieves a list of the domain managers for thisObjectImpl
object.Delegate.get_domain_managers
(Object self) Retrieves theDomainManagers
of this object.