All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.sun.jaw.impl.adaptor.html.AdaptorServerImplMO

public interface AdaptorServerImplMO
extends ManagedObject
Generated by the mogen compiler version: Generator.java 3.1 09/29/98 SMI

See Also:
MoGen

Method Index

 o getActiveClientCount()
 o getClassVersion()
 o getFlattenView()
 o getLastConnectedClient()
 o getMaxActiveClientCount()
 o getPageBodyOption()
 o getPort()
 o getProtocol()
 o getServedClientCount()
 o getSortMbeanProperties()
 o getState()
 o getStateString()
 o isActive()
 o isAuthenticationOn()
 o performStart()
 o performStop()
 o performWaitState(int, long)
 o setFlattenView(Boolean)
 o SetFlattenView(String, Boolean)
 o setMaxActiveClientCount(Integer)
 o SetMaxActiveClientCount(String, Integer)
 o setPageBodyOption(String)
 o SetPageBodyOption(String, String)
 o setPort(Integer)
 o SetPort(String, Integer)
 o setSortMbeanProperties(Boolean)
 o SetSortMbeanProperties(String, Boolean)

Methods

 o getMaxActiveClientCount
 public abstract Integer getMaxActiveClientCount() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getStateString
 public abstract String getStateString() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getPort
 public abstract Integer getPort() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getClassVersion
 public abstract String getClassVersion() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o isActive
 public abstract boolean isActive() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getActiveClientCount
 public abstract Integer getActiveClientCount() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getProtocol
 public abstract String getProtocol() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getServedClientCount
 public abstract Integer getServedClientCount() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getSortMbeanProperties
 public abstract Boolean getSortMbeanProperties() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getPageBodyOption
 public abstract String getPageBodyOption() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getFlattenView
 public abstract Boolean getFlattenView() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getLastConnectedClient
 public abstract String getLastConnectedClient() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getState
 public abstract Integer getState() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o isAuthenticationOn
 public abstract boolean isAuthenticationOn() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o setMaxActiveClientCount
 public abstract void setMaxActiveClientCount(Integer value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o SetMaxActiveClientCount
 public abstract void SetMaxActiveClientCount(String oper,
                                              Integer value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o setPort
 public abstract void setPort(Integer value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o SetPort
 public abstract void SetPort(String oper,
                              Integer value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o setSortMbeanProperties
 public abstract void setSortMbeanProperties(Boolean value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o SetSortMbeanProperties
 public abstract void SetSortMbeanProperties(String oper,
                                             Boolean value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o setPageBodyOption
 public abstract void setPageBodyOption(String value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o SetPageBodyOption
 public abstract void SetPageBodyOption(String oper,
                                        String value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o setFlattenView
 public abstract void setFlattenView(Boolean value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o SetFlattenView
 public abstract void SetFlattenView(String oper,
                                     Boolean value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o performWaitState
 public abstract boolean performWaitState(int p0,
                                          long p1) throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
 o performStart
 public abstract void performStart() throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
 o performStop
 public abstract void performStop() throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException

All Packages  Class Hierarchy  This Package  Previous  Next  Index