All Packages Class Hierarchy This Package Previous Next Index
Interface com.sun.jaw.impl.adaptor.udp.AdaptorServerImplMO
- public interface AdaptorServerImplMO
- extends ManagedObject
Generated by the mogen compiler version:
Generator.java 3.1 09/29/98 SMI
- See Also:
- MoGen
-
getActiveClientCount()
-
-
getBufferSize()
-
-
getClassVersion()
-
-
getLastConnectedClient()
-
-
getMaxActiveClientCount()
-
-
getPort()
-
-
getProtocol()
-
-
getServedClientCount()
-
-
getState()
-
-
getStateString()
-
-
isActive()
-
-
isAuthenticationOn()
-
-
performStart()
-
-
performStop()
-
-
performWaitState(int, long)
-
-
setBufferSize(Integer)
-
-
SetBufferSize(String, Integer)
-
-
setMaxActiveClientCount(Integer)
-
-
SetMaxActiveClientCount(String, Integer)
-
getMaxActiveClientCount
public abstract Integer getMaxActiveClientCount() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getStateString
public abstract String getStateString() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getBufferSize
public abstract Integer getBufferSize() 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
getLastConnectedClient
public abstract String getLastConnectedClient() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getState
public abstract Integer getState() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
isAuthenticationOn
public abstract boolean isAuthenticationOn() 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
setBufferSize
public abstract void setBufferSize(Integer value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
SetBufferSize
public abstract void SetBufferSize(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