com.sun.jaw.impl.adaptor.iiop
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.String getDomain()
           
 java.lang.Integer getMaxActiveClientCount()
           
 java.lang.Integer getPort()
           
 java.lang.String getProtocol()
           
 java.lang.Integer getServedClientCount()
           
 java.lang.String getServiceName()
           
 java.lang.Integer getState()
           
 java.lang.String getStateString()
           
 boolean isActive()
           
 void performStart()
           
 void performStop()
           
 boolean performWaitState(int p0, long p1)
           
 void setMaxActiveClientCount(java.lang.Integer value)
           
 void SetMaxActiveClientCount(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

getDomain

public java.lang.String getDomain()
                           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

getClassVersion

public java.lang.String getClassVersion()
                                 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

getServiceName

public java.lang.String getServiceName()
                                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

performStart

public void performStart()
                  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

performStop

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