org.jboss.ejb
Interface AutoDeployerMBean

All Superinterfaces:
Service, ServiceMBean
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.3 $
Author:
Rickard Öberg (rickard.oberg@telkel.com)
See Also:
AutoDeployer

Field Summary
static java.lang.String OBJECT_NAME
           
 
Method Summary
 java.lang.String getDeployer()
           
 java.lang.String getURLs()
           
 void setDeployer(java.lang.String deployer)
           
 void setURLs(java.lang.String urlList)
           
 
Methods inherited from interface org.jboss.util.ServiceMBean
getName, getState, getStateString
 
Methods inherited from interface org.jboss.util.Service
destroy, init, start, stop
 

Field Detail

OBJECT_NAME

public static final java.lang.String OBJECT_NAME
Method Detail

setURLs

public void setURLs(java.lang.String urlList)

getURLs

public java.lang.String getURLs()

setDeployer

public void setDeployer(java.lang.String deployer)

getDeployer

public java.lang.String getDeployer()


Copyright © 2000 The JBoss Organization. All Rights Reserved.