uk.org.iscream.cms.server.core
Class LoggerPOA

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by uk.org.iscream.cms.server.core.LoggerPOA
All Implemented Interfaces:
InvokeHandler, LoggerOperations
Direct Known Subclasses:
LoggerPOATie, LoggerServant

public abstract class LoggerPOA
extends Servant
implements InvokeHandler, LoggerOperations

Generated from IDL definition of interface "Logger"

Author:
JacORB IDL compiler

Field Summary
private  String[] ids
           
private static Hashtable m_opsHash
           
 
Fields inherited from interface uk.org.iscream.cms.server.core.LoggerOperations
DEBUG, ERROR, FATAL, SYSINIT, SYSMSG, WARNING
 
Constructor Summary
LoggerPOA()
           
 
Method Summary
 String[] _all_interfaces(POA poa, byte[] obj_id)
           
 OutputStream _invoke(String method, InputStream _input, ResponseHandler handler)
           
 Logger _this()
           
 Logger _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 uk.org.iscream.cms.server.core.LoggerOperations
write
 

Field Detail

m_opsHash

private static final Hashtable m_opsHash

ids

private String[] ids
Constructor Detail

LoggerPOA

public LoggerPOA()
Method Detail

_this

public Logger _this()

_this

public Logger _this(ORB orb)

_invoke

public OutputStream _invoke(String method,
                            InputStream _input,
                            ResponseHandler handler)
                     throws SystemException
Specified by:
_invoke in interface InvokeHandler
Throws:
SystemException

_all_interfaces

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


Copyright © 2000-2003 i-scream. All Rights Reserved.