com.sun.jaw.impl.agent.services.cascading
Interface RemoteAgentMO


public abstract interface RemoteAgentMO
extends ManagedObject

The c-bean interface of the RemoteAgent m-bean.

See Also:
MoGen

Method Summary
 java.lang.String getAdpName()
           
 java.lang.String getClassVersion()
           
 java.lang.Boolean getConnected()
           
 java.lang.String getHost()
           
 java.lang.Integer getNbOfRemoteObjects()
           
 java.lang.Integer getPort()
           
 java.lang.String getProtocol()
           
 java.lang.String getServerAdpName()
           
 boolean isActive()
           
 void performSetup(java.lang.Object p0)
           
 void performStart()
           
 void performStop()
           
 void setServerAdpName(java.lang.String value)
           
 void SetServerAdpName(java.lang.String oper, java.lang.String value)
           
 
Methods inherited from interface com.sun.jaw.reference.client.mo.ManagedObject
connect, deleteObject, disconnect, getAdaptorMO, getGroupOper, getObjectName, modifyObject, readAll, readObject, setGroupOper
 

Method Detail

getNbOfRemoteObjects

public java.lang.Integer getNbOfRemoteObjects()
                                       throws InstanceNotFoundException,
                                              PropertyNotFoundException,
                                              java.lang.reflect.InvocationTargetException

getHost

public java.lang.String getHost()
                         throws InstanceNotFoundException,
                                PropertyNotFoundException,
                                java.lang.reflect.InvocationTargetException

getAdpName

public java.lang.String getAdpName()
                            throws InstanceNotFoundException,
                                   PropertyNotFoundException,
                                   java.lang.reflect.InvocationTargetException

getConnected

public java.lang.Boolean getConnected()
                               throws InstanceNotFoundException,
                                      PropertyNotFoundException,
                                      java.lang.reflect.InvocationTargetException

getProtocol

public java.lang.String getProtocol()
                             throws InstanceNotFoundException,
                                    PropertyNotFoundException,
                                    java.lang.reflect.InvocationTargetException

getServerAdpName

public java.lang.String getServerAdpName()
                                  throws InstanceNotFoundException,
                                         PropertyNotFoundException,
                                         java.lang.reflect.InvocationTargetException

isActive

public boolean isActive()
                 throws InstanceNotFoundException,
                        PropertyNotFoundException,
                        java.lang.reflect.InvocationTargetException

getClassVersion

public java.lang.String getClassVersion()
                                 throws InstanceNotFoundException,
                                        PropertyNotFoundException,
                                        java.lang.reflect.InvocationTargetException

getPort

public java.lang.Integer getPort()
                          throws InstanceNotFoundException,
                                 PropertyNotFoundException,
                                 java.lang.reflect.InvocationTargetException

setServerAdpName

public void setServerAdpName(java.lang.String value)
                      throws InstanceNotFoundException,
                             java.lang.IllegalAccessException,
                             PropertyNotFoundException,
                             InvalidPropertyValueException,
                             java.lang.ClassNotFoundException,
                             java.lang.InstantiationException,
                             java.lang.reflect.InvocationTargetException

SetServerAdpName

public void SetServerAdpName(java.lang.String oper,
                             java.lang.String value)
                      throws InstanceNotFoundException,
                             java.lang.IllegalAccessException,
                             PropertyNotFoundException,
                             InvalidPropertyValueException,
                             java.lang.ClassNotFoundException,
                             java.lang.InstantiationException,
                             java.lang.reflect.InvocationTargetException

performStart

public void performStart()
                  throws InstanceNotFoundException,
                         java.lang.NoSuchMethodException,
                         java.lang.reflect.InvocationTargetException,
                         java.lang.IllegalAccessException

performSetup

public void performSetup(java.lang.Object p0)
                  throws InstanceNotFoundException,
                         java.lang.NoSuchMethodException,
                         java.lang.reflect.InvocationTargetException,
                         java.lang.IllegalAccessException

performStop

public void performStop()
                 throws InstanceNotFoundException,
                        java.lang.NoSuchMethodException,
                        java.lang.reflect.InvocationTargetException,
                        java.lang.IllegalAccessException