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
-
getActiveClientCount()
-
-
getClassVersion()
-
-
getDomain()
-
-
getMaxActiveClientCount()
-
-
getPort()
-
-
getProtocol()
-
-
getServedClientCount()
-
-
getServiceName()
-
-
getState()
-
-
getStateString()
-
-
isActive()
-
-
performStart()
-
-
performStop()
-
-
performWaitState(int, long)
-
-
setMaxActiveClientCount(Integer)
-
-
SetMaxActiveClientCount(String, Integer)
-
getServiceName
public abstract String getServiceName() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getDomain
public abstract String getDomain() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getMaxActiveClientCount
public abstract Integer getMaxActiveClientCount() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getStateString
public abstract String getStateString() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getPort
public abstract Integer getPort() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getClassVersion
public abstract String getClassVersion() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
isActive
public abstract boolean isActive() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getActiveClientCount
public abstract Integer getActiveClientCount() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getProtocol
public abstract String getProtocol() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getServedClientCount
public abstract Integer getServedClientCount() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getState
public abstract Integer getState() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
setMaxActiveClientCount
public abstract void setMaxActiveClientCount(Integer value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
SetMaxActiveClientCount
public abstract void SetMaxActiveClientCount(String oper,
Integer value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
performWaitState
public abstract boolean performWaitState(int p0,
long p1) throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
performStart
public abstract void performStart() throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
performStop
public abstract void performStop() throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
All Packages Class Hierarchy This Package Previous Next Index