|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sun.jdmk.remote.cascading
in
preference to classes in this package. This interface may be
removed in a future version of Java DMK.
Describes the management interface of the cascading agent MBean.
Method Summary | |
ConnectorAddress |
getAddress()
Deprecated. Getter for the ConnectorAddress to which the CascadingAgent is connected. |
String |
getClientConnectorClassName()
Deprecated. Getter for the class name of the RemoteMBeanServer of the CascadingAgent . |
Integer |
getNbOfRemoteMBeans()
Deprecated. Getter for the number of MBeans "cascaded" by the CascadingAgent . |
ObjectName |
getPattern()
Deprecated. Getter for the ObjectName pattern to apply to the MBeans of the subagent. |
QueryExp |
getQuery()
Deprecated. Getter for the QueryExp query to apply to the MBeans of the subagent. |
Set |
getRemoteMBeans()
Deprecated. Getter for the MBeans "cascaded" by the CascadingAgent . |
boolean |
isActive()
Deprecated. Tests if the CascadingAgent is active. |
void |
setAddress(ConnectorAddress adr)
Deprecated. Setter for the ConnectorAddress to which the CascadingAgent is connected. |
void |
setClientConnectorClassName(String name)
Deprecated. Setter for the class name of the RemoteMBeanServer of the CascadingAgent . |
void |
start()
Deprecated. Activates the CascadingAgent MBean. |
void |
stop()
Deprecated. Deactivates the CascadingAgent MBean. |
Method Detail |
public ConnectorAddress getAddress()
ConnectorAddress
to which the CascadingAgent
is connected.
ConnectorAddress
property.public void setAddress(ConnectorAddress adr)
ConnectorAddress
to which the CascadingAgent
is connected.
public String getClientConnectorClassName()
RemoteMBeanServer
of the CascadingAgent
.
RemoteMBeanServer
.public void setClientConnectorClassName(String name)
RemoteMBeanServer
of the CascadingAgent
.
IllegalStateException
- The cascading agent is active.public Integer getNbOfRemoteMBeans()
CascadingAgent
.
public Set getRemoteMBeans()
CascadingAgent
.
java.util.Set
containing all the "cascaded" MBeans.public ObjectName getPattern()
ObjectName
pattern to apply to the MBeans of the subagent.
public QueryExp getQuery()
QueryExp
query to apply to the MBeans of the subagent.
public void start()
CascadingAgent
MBean.
public void stop()
CascadingAgent
MBean.
public boolean isActive()
CascadingAgent
is active.
|
FCS Release jdmk-5_1-b34.1 2005.02.10_16:46:09_MET |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |