Uses of Interface
mud.common.idl.servers.Server

Packages that use Server
mud.common.idl.servers   
 

Uses of Server in mud.common.idl.servers
 

Classes in mud.common.idl.servers that implement Server
 class _ServerStub
          mud/common/idl/servers/_ServerStub.java .
 

Fields in mud.common.idl.servers declared as Server
 Server ServerHolder.value
           
 

Methods in mud.common.idl.servers that return Server
 Server ServerPOA._this()
           
 Server ServerPOA._this(org.omg.CORBA.ORB orb)
           
static Server ServerHelper.extract(org.omg.CORBA.Any a)
           
static Server ServerHelper.narrow(org.omg.CORBA.Object obj)
           
static Server ServerHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static Server ServerHelper.unchecked_narrow(org.omg.CORBA.Object obj)
           
 

Methods in mud.common.idl.servers with parameters of type Server
static void ServerHelper.insert(org.omg.CORBA.Any a, Server that)
           
static void ServerHelper.write(org.omg.CORBA.portable.OutputStream ostream, Server value)
           
 

Constructors in mud.common.idl.servers with parameters of type Server
ServerHolder(Server initialValue)