org.jboss.deployment
Interface AutoDeployerMBean
- All Superinterfaces:
- Service, ServiceMBean
- All Known Subinterfaces:
- AutoDeployerMBean
- All Known Implementing Classes:
- AutoDeployer
- public interface AutoDeployerMBean
- extends ServiceMBean
This is the interface of the AutoDeployer that is exposed for
administration
- Version:
- $Revision: 1.2.2.1 $
- Author:
- Rickard Öberg (rickard.oberg@telkel.com), Toby Allsopp (toby.allsopp@peace.com)
- See Also:
AutoDeployer
OBJECT_NAME
public static final java.lang.String OBJECT_NAME
setURLs
public void setURLs(java.lang.String urlList)
getURLs
public java.lang.String getURLs()
getTimeout
public int getTimeout()
setTimeout
public void setTimeout(int timeoutMS)
setDeployers
public void setDeployers(java.lang.String deployers)
getDeployers
public java.lang.String getDeployers()
Copyright © 2000 The JBoss Organization. All Rights Reserved.