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

Method Index

 o getAdpName()
 o getClassVersion()
 o getConnected()
 o getHost()
 o getNbOfRemoteObjects()
 o getPort()
 o getProtocol()
 o getServerAdpName()
 o isActive()
 o performSetup(Object)
 o performStart()
 o performStop()
 o setServerAdpName(String)
 o SetServerAdpName(String, String)

Methods

 o getHost
 public abstract String getHost() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getAdpName
 public abstract String getAdpName() 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 getServerAdpName
 public abstract String getServerAdpName() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o isActive
 public abstract boolean isActive() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getConnected
 public abstract Boolean getConnected() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getProtocol
 public abstract String getProtocol() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o getNbOfRemoteObjects
 public abstract Integer getNbOfRemoteObjects() throws InstanceNotFoundException, PropertyNotFoundException, InvocationTargetException
 o setServerAdpName
 public abstract void setServerAdpName(String value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o SetServerAdpName
 public abstract void SetServerAdpName(String oper,
                                       String value) throws InstanceNotFoundException, IllegalAccessException, PropertyNotFoundException, InvalidPropertyValueException, ClassNotFoundException, InstantiationException, InvocationTargetException
 o performStart
 public abstract void performStart() throws InstanceNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
 o performSetup
 public abstract void performSetup(Object p0) 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