HooChat.IM_MODULE
Class MessageServerPOA

java.lang.Object
  |
  +--org.omg.PortableServer.Servant
        |
        +--HooChat.IM_MODULE.MessageServerPOA
All Implemented Interfaces:
InvokeHandler, MessageServerOperations
Direct Known Subclasses:
MessageServerImpl

public abstract class MessageServerPOA
extends Servant
implements MessageServerOperations, InvokeHandler

HooChat/IM_MODULE/MessageServerPOA.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


Constructor Summary
MessageServerPOA()
           
 
Method Summary
 String[] _all_interfaces(POA poa, byte[] objectId)
           
 OutputStream _invoke(String $method, InputStream in, ResponseHandler $rh)
           
 MessageServer _this()
           
 MessageServer _this(ORB orb)
           
 
Methods inherited from class org.omg.PortableServer.Servant
_default_POA, _get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface HooChat.IM_MODULE.MessageServerOperations
clientCheckIn, getClientList, getMessage, logOff, post, register
 

Constructor Detail

MessageServerPOA

public MessageServerPOA()
Method Detail

_invoke

public OutputStream _invoke(String $method,
                            InputStream in,
                            ResponseHandler $rh)
Specified by:
_invoke in interface InvokeHandler

_all_interfaces

public String[] _all_interfaces(POA poa,
                                byte[] objectId)
Specified by:
_all_interfaces in class Servant

_this

public MessageServer _this()

_this

public MessageServer _this(ORB orb)