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, unregisterSelf
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getObjectName, getType
public DeployGeneratorAdmin(C deployGenerator)
protected C getDeployGenerator()
public abstract java.lang.String getName()
AbstractManagedObject
getName
in interface ManagedObjectMXBean
getName
in class AbstractManagedObject
public java.lang.String getRedeployMode()
getRedeployMode
in interface DeployMXBean
public java.lang.String getStartupMode()
getStartupMode
in interface DeployMXBean
public boolean isModified()
isModified
in interface DeployMXBean
public java.lang.String getState()
getState
in interface DeployMXBean
public void start()
start
in interface DeployMXBean
public void stop()
stop
in interface DeployMXBean
public void update()
update
in interface DeployMXBean
public java.lang.Throwable getConfigException()
getConfigException
in interface DeployMXBean