Uses of Class
org.omg.PortableServer.POAPackage.NoServant
-
Packages that use NoServant Package Description com.sun.corba.ee.impl.oa.poa org.omg.PortableServer org.omg.PortableServer.POAPackage -
-
Uses of NoServant in com.sun.corba.ee.impl.oa.poa
Methods in com.sun.corba.ee.impl.oa.poa that throw NoServant Modifier and Type Method Description Servant
POAImpl. get_servant()
get_servant
Section 3.3.8.12Servant
POAPolicyMediator. getDefaultServant()
Return the default servant.Servant
POAPolicyMediatorImpl_NR_UDS. getDefaultServant()
Servant
POAPolicyMediatorImpl_NR_USM. getDefaultServant()
Servant
POAPolicyMediatorImpl_R_AOM. getDefaultServant()
Servant
POAPolicyMediatorImpl_R_UDS. getDefaultServant()
Servant
POAPolicyMediatorImpl_R_USM. getDefaultServant()
-
Uses of NoServant in org.omg.PortableServer
Methods in org.omg.PortableServer that throw NoServant Modifier and Type Method Description Servant
POAOperations. get_servant()
This operation returns the default servant associated with the POA. -
Uses of NoServant in org.omg.PortableServer.POAPackage
Fields in org.omg.PortableServer.POAPackage declared as NoServant Modifier and Type Field Description NoServant
NoServantHolder. value
Methods in org.omg.PortableServer.POAPackage that return NoServant Modifier and Type Method Description static NoServant
NoServantHelper. extract(Any a)
static NoServant
NoServantHelper. read(InputStream istream)
Methods in org.omg.PortableServer.POAPackage with parameters of type NoServant Modifier and Type Method Description static void
NoServantHelper. insert(Any a, NoServant that)
static void
NoServantHelper. write(OutputStream ostream, NoServant value)
Constructors in org.omg.PortableServer.POAPackage with parameters of type NoServant Constructor Description NoServantHolder(NoServant initialValue)
-