public abstract class DeployGeneratorAdmin<C extends DeployGenerator> extends AbstractManagedObject implements DeployMXBean
| Constructor and Description |
|---|
DeployGeneratorAdmin(C deployGenerator) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getConfigException() |
protected C |
getDeployGenerator() |
abstract java.lang.String |
getName()
The JMX name property of the mbean.
|
java.lang.String |
getRedeployMode() |
java.lang.String |
getStartupMode() |
java.lang.String |
getState() |
boolean |
isModified() |
void |
start() |
void |
stop() |
void |
update() |
addObjectNameProperties, getObjectName, getType, registerSelf, toString, unregisterSelfclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetObjectName, getTypepublic DeployGeneratorAdmin(C deployGenerator)
protected C getDeployGenerator()
public abstract java.lang.String getName()
AbstractManagedObjectgetName in interface ManagedObjectMXBeangetName in class AbstractManagedObjectpublic java.lang.String getRedeployMode()
getRedeployMode in interface DeployMXBeanpublic java.lang.String getStartupMode()
getStartupMode in interface DeployMXBeanpublic boolean isModified()
isModified in interface DeployMXBeanpublic java.lang.String getState()
getState in interface DeployMXBeanpublic void start()
start in interface DeployMXBeanpublic void stop()
stop in interface DeployMXBeanpublic void update()
update in interface DeployMXBeanpublic java.lang.Throwable getConfigException()
getConfigException in interface DeployMXBean