Uses of Class
org.omg.PortableServer.POAPackage.NoServant
-
Packages that use NoServant Package Description org.omg.PortableServer Provides classes and interfaces for making the server side of your applications portable across multivendor ORBs.org.omg.PortableServer.POAPackage Allows programmers to construct object implementations that are portable between different ORB products. -
-
Uses of NoServant in org.omg.PortableServer
Methods in org.omg.PortableServer that throw NoServant Modifier and Type Method Description ServantPOAOperations. get_servant()This operation returns the default servant associated with the POA. -
Uses of NoServant in org.omg.PortableServer.POAPackage
Methods in org.omg.PortableServer.POAPackage that return NoServant Modifier and Type Method Description static NoServantNoServantHelper. extract(Any a)static NoServantNoServantHelper. read(InputStream istream)Methods in org.omg.PortableServer.POAPackage with parameters of type NoServant Modifier and Type Method Description static voidNoServantHelper. insert(Any a, NoServant that)static voidNoServantHelper. write(OutputStream ostream, NoServant value)
-