All Packages Class Hierarchy This Package Previous Next Index
Interface com.sun.jaw.impl.agent.services.cascading.RemoteAgentMO
- public interface RemoteAgentMO
- extends ManagedObject
Generated by the mogen compiler version:
Generator.java 3.1 09/29/98 SMI
- See Also:
- MoGen
-
getAdpName()
-
-
getClassVersion()
-
-
getConnected()
-
-
getHost()
-
-
getNbOfRemoteObjects()
-
-
getPort()
-
-
getProtocol()
-
-
getServerAdpName()
-
-
isActive()
-
-
performSetup(Object)
-
-
performStart()
-
-
performStop()
-
-
setServerAdpName(String)
-
-
SetServerAdpName(String, String)
-
getHost
public abstract String getHost() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getAdpName
public abstract String getAdpName() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getPort
public abstract Integer getPort() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getClassVersion
public abstract String getClassVersion() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getServerAdpName
public abstract String getServerAdpName() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
isActive
public abstract boolean isActive() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getConnected
public abstract Boolean getConnected() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getProtocol
public abstract String getProtocol() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
getNbOfRemoteObjects
public abstract Integer getNbOfRemoteObjects() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
setServerAdpName
public abstract void setServerAdpName(String value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
SetServerAdpName
public abstract void SetServerAdpName(String oper,
String value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
performStart
public abstract void performStart() throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
performSetup
public abstract void performSetup(Object p0) throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
performStop
public abstract void performStop() throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
All Packages Class Hierarchy This Package Previous Next Index