HooChat.IM_MODULE
Class _MessageServerStub

java.lang.Object
  |
  +--org.omg.CORBA.portable.ObjectImpl
        |
        +--HooChat.IM_MODULE._MessageServerStub
All Implemented Interfaces:
IDLEntity, MessageServer, MessageServerOperations, Object, Serializable

public class _MessageServerStub
extends ObjectImpl
implements MessageServer

HooChat/IM_MODULE/_MessageServerStub.java . Generated by the IDL-to-Java compiler (portable), version "3.1" from HooChat/IMSystemObjects.idl Saturday, April 26, 2003 6:03:19 PM EDT

See Also:
Serialized Form

Constructor Summary
_MessageServerStub()
           
 
Method Summary
 String[] _ids()
           
 void clientCheckIn(String username)
           
 String getClientList()
           
 String getMessage(String username)
           
 void logOff(String username)
           
 void post(String username, String msg)
           
 boolean register(String username, String password)
           
 
Methods inherited from class org.omg.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Constructor Detail

_MessageServerStub

public _MessageServerStub()
Method Detail

clientCheckIn

public void clientCheckIn(String username)
Specified by:
clientCheckIn in interface MessageServerOperations

getClientList

public String getClientList()
Specified by:
getClientList in interface MessageServerOperations

logOff

public void logOff(String username)
Specified by:
logOff in interface MessageServerOperations

getMessage

public String getMessage(String username)
Specified by:
getMessage in interface MessageServerOperations

post

public void post(String username,
                 String msg)
Specified by:
post in interface MessageServerOperations

register

public boolean register(String username,
                        String password)
Specified by:
register in interface MessageServerOperations

_ids

public String[] _ids()
Specified by:
_ids in class ObjectImpl