All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.sun.jaw.impl.adaptor.rmi.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 getDomain()
 o getMaxActiveClientCount()
 o getPort()
 o getProtocol()
 o getServedClientCount()
 o getServiceName()
 o getState()
 o getStateString()
 o isActive()
 o performStart()
 o performStop()
 o performWaitState(int, long)
 o setMaxActiveClientCount(Integer)
 o SetMaxActiveClientCount(String, Integer)

Methods

 o getServiceName
 public abstract String getServiceName() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getDomain
 public abstract String getDomain() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 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 getState
 public abstract Integer getState() 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 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