Nuxeo Enterprise Platform 5.1

org.nuxeo.runtime.jboss.deployment
Interface NuxeoDeployerMBean

All Superinterfaces:
org.jboss.deployment.EARDeployerMBean, org.jboss.system.Service, org.jboss.system.ServiceMBean, org.jboss.deployment.SubDeployerExtMBean, org.jboss.deployment.SubDeployerMBean
All Known Implementing Classes:
NuxeoDeployer

public interface NuxeoDeployerMBean
extends org.jboss.deployment.EARDeployerMBean

Author:
Bogdan Stefanescu

Field Summary
 
Fields inherited from interface org.jboss.deployment.EARDeployerMBean
OBJECT_NAME
 
Fields inherited from interface org.jboss.system.ServiceMBean
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED
 
Method Summary
 String[] getDeployments()
           
 boolean isDebug()
           
 String listDeployments()
           
 void redeploy(String shortName)
           
 void setDebug(boolean value)
           
 
Methods inherited from interface org.jboss.deployment.EARDeployerMBean
isCallByValue, isIsolated, setCallByValue, setIsolated
 
Methods inherited from interface org.jboss.deployment.SubDeployerExtMBean
getEnhancedSuffixes, setEnhancedSuffixes
 
Methods inherited from interface org.jboss.deployment.SubDeployerMBean
accepts, create, destroy, getRelativeOrder, getServiceName, getSuffixes, init, start, stop
 
Methods inherited from interface org.jboss.system.ServiceMBean
getName, getState, getStateString, jbossInternalLifecycle
 
Methods inherited from interface org.jboss.system.Service
create, destroy, start, stop
 

Method Detail

setDebug

void setDebug(boolean value)

isDebug

boolean isDebug()

redeploy

void redeploy(String shortName)
              throws org.jboss.deployment.DeploymentException
Throws:
org.jboss.deployment.DeploymentException

listDeployments

String listDeployments()

getDeployments

String[] getDeployments()

Nuxeo Enterprise Platform 5.1

Copyright ? 2007 Nuxeo SAS. All Rights Reserved.