All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.jaw.impl.adaptor.http.AdaptorServerImplMOStub

java.lang.Object
   |
   +----com.sun.jaw.impl.adaptor.http.AdaptorServerImplMOStub

public class AdaptorServerImplMOStub
extends Object
implements AdaptorServerImplMO, MOIf
Generated by the mogen compiler version: Generator.java 3.1 09/29/98 SMI

See Also:
MoGen

Constructor Index

 o AdaptorServerImplMOStub()
constructor with no parameter for newInstance()

Method Index

 o connect(AdaptorMO)
 o deleteCmf()
 o deleteObject()
 o disconnect()
 o getActiveClientCount()
 o getAdaptorMO()
 o getClassVersion()
 o getGroupOper()
 o getLastConnectedClient()
 o getMaxActiveClientCount()
 o getObjectName()
Returns the object name of the object
 o getPort()
 o getProtocol()
 o getServedClientCount()
 o getState()
 o getStateString()
 o getTimeout()
 o handlePropertyList(PropertyList)
Update cached attributes.
 o isActive()
 o isAuthenticationOn()
 o modifyObject(boolean)
 o performStart()
 o performStop()
 o performWaitState(int, long)
 o readAll()
 o readObject(boolean)
 o setAdaptorMO(AdaptorMO)
Setter for the AdaptorMO.
 o setGroupOper(Boolean)
 o setMaxActiveClientCount(Integer)
 o SetMaxActiveClientCount(String, Integer)
 o setObjectName(ObjectName)
Setter for the ObjectName.
 o setTimeout(int)
 o SetTimeout(String, int)

Constructors

 o AdaptorServerImplMOStub
 public AdaptorServerImplMOStub()
constructor with no parameter for newInstance()

Methods

 o getMaxActiveClientCount
 public Integer getMaxActiveClientCount() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getStateString
 public String getStateString() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getPort
 public Integer getPort() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getClassVersion
 public String getClassVersion() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getTimeout
 public int getTimeout() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o isActive
 public boolean isActive() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getActiveClientCount
 public Integer getActiveClientCount() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getProtocol
 public String getProtocol() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getServedClientCount
 public Integer getServedClientCount() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getLastConnectedClient
 public String getLastConnectedClient() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getState
 public Integer getState() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o isAuthenticationOn
 public boolean isAuthenticationOn() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o setMaxActiveClientCount
 public void setMaxActiveClientCount(Integer value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o SetMaxActiveClientCount
 public void SetMaxActiveClientCount(String oper,
                                     Integer value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o setTimeout
 public void setTimeout(int value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o SetTimeout
 public void SetTimeout(String oper,
                        int value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o performWaitState
 public boolean performWaitState(int p0,
                                 long p1) throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
 o performStart
 public void performStart() throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
 o performStop
 public void performStop() throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
 o setObjectName
 public void setObjectName(ObjectName name)
Setter for the ObjectName.

 o setAdaptorMO
 public void setAdaptorMO(AdaptorMO adp)
Setter for the AdaptorMO.

 o handlePropertyList
 public void handlePropertyList(PropertyList list)
Update cached attributes.

 o getObjectName
 public ObjectName getObjectName()
Returns the object name of the object

 o getAdaptorMO
 public AdaptorMO getAdaptorMO()
 o getGroupOper
 public Boolean getGroupOper()
 o setGroupOper
 public void setGroupOper(Boolean param)
 o readAll
 public void readAll() throws InstanceNotFoundException
 o readObject
 public void readObject(boolean perform) throws InstanceNotFoundException
 o modifyObject
 public void modifyObject(boolean perform) throws InstanceNotFoundException, IllegalAccessException, InvocationTargetException
 o deleteObject
 public void deleteObject() throws InstanceNotFoundException, InvocationTargetException
 o deleteCmf
 public void deleteCmf() throws InstanceNotFoundException, InvocationTargetException
 o disconnect
 public void disconnect()
 o connect
 public void connect(AdaptorMO anAdaptor)

All Packages  Class Hierarchy  This Package  Previous  Next  Index