public abstract class ExpandDeployGeneratorAdmin<C extends ExpandDeployGenerator> extends DeployGeneratorAdmin<C> implements ArchiveDeployMXBean
| Constructor and Description |
|---|
ExpandDeployGeneratorAdmin(C expandDeployGenerator) |
| Modifier and Type | Method and Description |
|---|---|
void |
deploy(java.lang.String name)
Deploys the resource with the given name
|
java.lang.String |
getArchiveDirectory() |
java.lang.String |
getArchivePath(java.lang.String name) |
java.lang.Throwable |
getConfigException(java.lang.String name) |
long |
getDependencyCheckInterval() |
java.lang.String |
getExpandDirectory() |
java.lang.String |
getExpandPath(java.lang.String name) |
java.lang.String |
getExpandPrefix() |
java.lang.String |
getExpandSuffix() |
java.lang.String |
getExtension() |
java.lang.String |
getName()
The JMX name property of the mbean.
|
java.lang.String[] |
getNames() |
void |
start(java.lang.String name)
Starts the resource with the given name
|
void |
stop(java.lang.String name)
Stops the resource with the given name
|
void |
undeploy(java.lang.String name)
Undeploys the resource with the given name
|
getConfigException, getDeployGenerator, getRedeployMode, getStartupMode, getState, isModified, start, stop, updateaddObjectNameProperties, getObjectName, getType, registerSelf, toString, unregisterSelfclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetConfigException, getRedeployMode, getStartupMode, getState, isModified, start, stop, updategetObjectName, getTypepublic ExpandDeployGeneratorAdmin(C expandDeployGenerator)
public java.lang.String getName()
AbstractManagedObjectgetName in interface ManagedObjectMXBeangetName in class DeployGeneratorAdmin<C extends ExpandDeployGenerator>public long getDependencyCheckInterval()
getDependencyCheckInterval in interface ArchiveDeployMXBeanpublic java.lang.String getArchiveDirectory()
getArchiveDirectory in interface ArchiveDeployMXBeanpublic java.lang.String getArchivePath(java.lang.String name)
getArchivePath in interface ArchiveDeployMXBeanpublic java.lang.String getExpandDirectory()
getExpandDirectory in interface ArchiveDeployMXBeanpublic java.lang.String getExpandPrefix()
getExpandPrefix in interface ArchiveDeployMXBeanpublic java.lang.String getExpandPath(java.lang.String name)
getExpandPath in interface ArchiveDeployMXBeanpublic java.lang.String getExpandSuffix()
getExpandSuffix in interface ArchiveDeployMXBeanpublic java.lang.String getExtension()
getExtension in interface ArchiveDeployMXBeanpublic java.lang.String[] getNames()
getNames in interface ArchiveDeployMXBeanpublic void deploy(java.lang.String name)
ArchiveDeployMXBeandeploy in interface ArchiveDeployMXBeanname - the resource's name, e.g. "/my-web-app"public void start(java.lang.String name)
ArchiveDeployMXBeanstart in interface ArchiveDeployMXBeanname - the resource's name, e.g. "/my-web-app"public void stop(java.lang.String name)
ArchiveDeployMXBeanstop in interface ArchiveDeployMXBeanname - the resource's name, e.g. "/my-web-app"public void undeploy(java.lang.String name)
ArchiveDeployMXBeanundeploy in interface ArchiveDeployMXBeanname - the resource's name, e.g. "/my-web-app"public java.lang.Throwable getConfigException(java.lang.String name)
getConfigException in interface ArchiveDeployMXBean