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


public abstract interface AdaptorServerImplMO
extends ManagedObject

The c-bean interface of the AdaptorServerImpl m-bean.

See Also:
MoGen

Method Summary
 java.lang.Integer getActiveClientCount()
           
 java.lang.String getClassVersion()
           
 java.lang.Boolean getFlattenView()
           
 java.lang.String getLastConnectedClient()
           
 java.lang.Integer getMaxActiveClientCount()
           
 java.lang.String getPageBodyOption()
           
 java.lang.Integer getPort()
           
 java.lang.String getProtocol()
           
 java.lang.Integer getServedClientCount()
           
 java.lang.Integer getState()
           
 java.lang.String getStateString()
           
 boolean isActive()
           
 boolean isAuthenticationOn()
           
 void performStart()
           
 void performStop()
           
 boolean performWaitState(int p0, long p1)
           
 void setFlattenView(java.lang.Boolean value)
           
 void SetFlattenView(java.lang.String oper, java.lang.Boolean value)
           
 void setMaxActiveClientCount(java.lang.Integer value)
           
 void SetMaxActiveClientCount(java.lang.String oper, java.lang.Integer value)
           
 void setPageBodyOption(java.lang.String value)
           
 void SetPageBodyOption(java.lang.String oper, java.lang.String value)
           
 void setPort(java.lang.Integer value)
           
 void SetPort(java.lang.String oper, java.lang.Integer value)
           
 
Methods inherited from interface com.sun.jaw.reference.client.mo.ManagedObject
connect, deleteObject, disconnect, getAdaptorMO, getGroupOper, getObjectName, modifyObject, readAll, readObject, setGroupOper
 

Method Detail

getActiveClientCount

public java.lang.Integer getActiveClientCount()
                                       throws InstanceNotFoundException,
                                              PropertyNotFoundException,
                                              java.lang.reflect.InvocationTargetException

getMaxActiveClientCount

public java.lang.Integer getMaxActiveClientCount()
                                          throws InstanceNotFoundException,
                                                 PropertyNotFoundException,
                                                 java.lang.reflect.InvocationTargetException

getFlattenView

public java.lang.Boolean getFlattenView()
                                 throws InstanceNotFoundException,
                                        PropertyNotFoundException,
                                        java.lang.reflect.InvocationTargetException

getLastConnectedClient

public java.lang.String getLastConnectedClient()
                                        throws InstanceNotFoundException,
                                               PropertyNotFoundException,
                                               java.lang.reflect.InvocationTargetException

getStateString

public java.lang.String getStateString()
                                throws InstanceNotFoundException,
                                       PropertyNotFoundException,
                                       java.lang.reflect.InvocationTargetException

getProtocol

public java.lang.String getProtocol()
                             throws InstanceNotFoundException,
                                    PropertyNotFoundException,
                                    java.lang.reflect.InvocationTargetException

isActive

public boolean isActive()
                 throws InstanceNotFoundException,
                        PropertyNotFoundException,
                        java.lang.reflect.InvocationTargetException

isAuthenticationOn

public boolean isAuthenticationOn()
                           throws InstanceNotFoundException,
                                  PropertyNotFoundException,
                                  java.lang.reflect.InvocationTargetException

getClassVersion

public java.lang.String getClassVersion()
                                 throws InstanceNotFoundException,
                                        PropertyNotFoundException,
                                        java.lang.reflect.InvocationTargetException

getPageBodyOption

public java.lang.String getPageBodyOption()
                                   throws InstanceNotFoundException,
                                          PropertyNotFoundException,
                                          java.lang.reflect.InvocationTargetException

getPort

public java.lang.Integer getPort()
                          throws InstanceNotFoundException,
                                 PropertyNotFoundException,
                                 java.lang.reflect.InvocationTargetException

getServedClientCount

public java.lang.Integer getServedClientCount()
                                       throws InstanceNotFoundException,
                                              PropertyNotFoundException,
                                              java.lang.reflect.InvocationTargetException

getState

public java.lang.Integer getState()
                           throws InstanceNotFoundException,
                                  PropertyNotFoundException,
                                  java.lang.reflect.InvocationTargetException

setMaxActiveClientCount

public void setMaxActiveClientCount(java.lang.Integer value)
                             throws InstanceNotFoundException,
                                    java.lang.IllegalAccessException,
                                    PropertyNotFoundException,
                                    InvalidPropertyValueException,
                                    java.lang.ClassNotFoundException,
                                    java.lang.InstantiationException,
                                    java.lang.reflect.InvocationTargetException

SetMaxActiveClientCount

public void SetMaxActiveClientCount(java.lang.String oper,
                                    java.lang.Integer value)
                             throws InstanceNotFoundException,
                                    java.lang.IllegalAccessException,
                                    PropertyNotFoundException,
                                    InvalidPropertyValueException,
                                    java.lang.ClassNotFoundException,
                                    java.lang.InstantiationException,
                                    java.lang.reflect.InvocationTargetException

setFlattenView

public void setFlattenView(java.lang.Boolean value)
                    throws InstanceNotFoundException,
                           java.lang.IllegalAccessException,
                           PropertyNotFoundException,
                           InvalidPropertyValueException,
                           java.lang.ClassNotFoundException,
                           java.lang.InstantiationException,
                           java.lang.reflect.InvocationTargetException

SetFlattenView

public void SetFlattenView(java.lang.String oper,
                           java.lang.Boolean value)
                    throws InstanceNotFoundException,
                           java.lang.IllegalAccessException,
                           PropertyNotFoundException,
                           InvalidPropertyValueException,
                           java.lang.ClassNotFoundException,
                           java.lang.InstantiationException,
                           java.lang.reflect.InvocationTargetException

setPageBodyOption

public void setPageBodyOption(java.lang.String value)
                       throws InstanceNotFoundException,
                              java.lang.IllegalAccessException,
                              PropertyNotFoundException,
                              InvalidPropertyValueException,
                              java.lang.ClassNotFoundException,
                              java.lang.InstantiationException,
                              java.lang.reflect.InvocationTargetException

SetPageBodyOption

public void SetPageBodyOption(java.lang.String oper,
                              java.lang.String value)
                       throws InstanceNotFoundException,
                              java.lang.IllegalAccessException,
                              PropertyNotFoundException,
                              InvalidPropertyValueException,
                              java.lang.ClassNotFoundException,
                              java.lang.InstantiationException,
                              java.lang.reflect.InvocationTargetException

setPort

public void setPort(java.lang.Integer value)
             throws InstanceNotFoundException,
                    java.lang.IllegalAccessException,
                    PropertyNotFoundException,
                    InvalidPropertyValueException,
                    java.lang.ClassNotFoundException,
                    java.lang.InstantiationException,
                    java.lang.reflect.InvocationTargetException

SetPort

public void SetPort(java.lang.String oper,
                    java.lang.Integer value)
             throws InstanceNotFoundException,
                    java.lang.IllegalAccessException,
                    PropertyNotFoundException,
                    InvalidPropertyValueException,
                    java.lang.ClassNotFoundException,
                    java.lang.InstantiationException,
                    java.lang.reflect.InvocationTargetException

performStart

public void performStart()
                  throws InstanceNotFoundException,
                         java.lang.NoSuchMethodException,
                         java.lang.reflect.InvocationTargetException,
                         java.lang.IllegalAccessException

performStop

public void performStop()
                 throws InstanceNotFoundException,
                        java.lang.NoSuchMethodException,
                        java.lang.reflect.InvocationTargetException,
                        java.lang.IllegalAccessException

performWaitState

public boolean performWaitState(int p0,
                                long p1)
                         throws InstanceNotFoundException,
                                java.lang.NoSuchMethodException,
                                java.lang.reflect.InvocationTargetException,
                                java.lang.IllegalAccessException