|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectflex.management.BaseControl
flex.management.runtime.messaging.DestinationControl
public abstract class DestinationControl
The DestinationControl class is the MBean implementation for
monitoring and managing a Destination at runtime.
| Field Summary |
|---|
| Fields inherited from class flex.management.BaseControl |
|---|
DOMAIN_PREFIX |
| Constructor Summary | |
|---|---|
DestinationControl(Destination destination,
BaseControl parent)
Constructs a new DestinationControl instance. |
|
| Method Summary | |
|---|---|
ObjectName |
getAdapter()
Returns the ObjectName for the adapter associated with this
managed destination. |
String |
getId()
Returns the id for this MBean. |
Date |
getStartTimestamp()
Returns the start timestamp for the Destination. |
Boolean |
isRunning()
Returns true if the Destination is running. |
void |
preDeregister()
Implements javax.management.MBeanRegistration.preDeregister. |
void |
setAdapter(ObjectName value)
Sets the ObjectName for the adapter associated with the managed destination. |
| Methods inherited from class flex.management.BaseControl |
|---|
getApplicationId, getMBeanServer, getObjectName, getParent, getParentControl, getRegistrar, getType, postDeregister, postRegister, preRegister, register, setStartTimestamp, unregister |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface flex.management.BaseControlMBean |
|---|
getParent, getType |
| Constructor Detail |
|---|
public DestinationControl(Destination destination,
BaseControl parent)
DestinationControl instance.
destination - The Destination managed by this MBean.parent - The parent MBean in the management hierarchy.| Method Detail |
|---|
public String getId()
BaseControlMBeanid key in the ObjectName for this MBean.
getId in interface BaseControlMBeangetId in class BaseControlpublic ObjectName getAdapter()
DestinationControlMBeanObjectName for the adapter associated with this
managed destination.
getAdapter in interface DestinationControlMBeanObjectName for the adapter.public void setAdapter(ObjectName value)
ObjectName for the adapter associated with the managed destination.
value - The ObjectName for the adapter.public Boolean isRunning()
DestinationControlMBeantrue if the Destination is running.
isRunning in interface DestinationControlMBeantrue if the Destination is running.public Date getStartTimestamp()
DestinationControlMBeanDestination.
getStartTimestamp in interface DestinationControlMBeanDestination.
public void preDeregister()
throws Exception
BaseControljavax.management.MBeanRegistration.preDeregister.
Allows the MBean to perform any operations needed after having been
unregistered in the MBean server. This base implementation is a no-op
that may be overridden.
preDeregister in interface MBeanRegistrationpreDeregister in class BaseControlException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/blazeds/1/javadoc/flex/management/runtime/messaging/DestinationControl.html