Uses of Interface
mud.common.idl.clients.Client

Packages that use Client
mud.common.idl.clients   
mud.common.idl.servers   
mud.server.corba   
 

Uses of Client in mud.common.idl.clients
 

Classes in mud.common.idl.clients that implement Client
 class _ClientStub
          mud/common/idl/clients/_ClientStub.java .
 

Fields in mud.common.idl.clients declared as Client
 Client ClientHolder.value
           
 

Methods in mud.common.idl.clients that return Client
 Client ClientPOA._this()
           
 Client ClientPOA._this(org.omg.CORBA.ORB orb)
           
static Client ClientHelper.extract(org.omg.CORBA.Any a)
           
static Client ClientHelper.narrow(org.omg.CORBA.Object obj)
           
static Client ClientHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static Client ClientHelper.unchecked_narrow(org.omg.CORBA.Object obj)
           
 

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

Constructors in mud.common.idl.clients with parameters of type Client
ClientHolder(Client initialValue)
           
 

Uses of Client in mud.common.idl.servers
 

Methods in mud.common.idl.servers with parameters of type Client
 int _ServerStub.login(char[] username, char[] password, Client location)
           
 int ServerOperations.login(char[] username, char[] password, Client location)
           
 

Uses of Client in mud.server.corba
 

Methods in mud.server.corba with parameters of type Client
 int ServerImpl.login(char[] uname, char[] passw, Client client)
           
 

Constructors in mud.server.corba with parameters of type Client
ClientConnection(int id, Client client)