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

java.lang.Object
  extended byorg.omg.PortableServer.Servant
      extended byuk.org.iscream.cms.server.core.ConfigurationManagerPOA
All Implemented Interfaces:
ConfigurationManagerOperations, InvokeHandler
Direct Known Subclasses:
ConfigurationManagerPOATie, ConfigurationManagerServant

public abstract class ConfigurationManagerPOA
extends Servant
implements InvokeHandler, ConfigurationManagerOperations

Generated from IDL definition of interface "ConfigurationManager"

Author:
JacORB IDL compiler

Field Summary
private  String[] ids
           
private static Hashtable m_opsHash
           
 
Fields inherited from class org.omg.PortableServer.Servant
 
Constructor Summary
ConfigurationManagerPOA()
           
 
Method Summary
 String[] _all_interfaces(POA poa, byte[] obj_id)
           
 OutputStream _invoke(String method, InputStream _input, ResponseHandler handler)
           
 ConfigurationManager _this()
           
 ConfigurationManager _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.ConfigurationManagerOperations
getConfiguration, isModified
 

Field Detail

m_opsHash

private static final Hashtable m_opsHash

ids

private String[] ids
Constructor Detail

ConfigurationManagerPOA

public ConfigurationManagerPOA()
Method Detail

_this

public ConfigurationManager _this()

_this

public ConfigurationManager _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)


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