org.jboss.jaxr.juddi
Interface JUDDIServiceMBean

All Superinterfaces:
Service (src) , ServiceMBean (src)
All Known Implementing Classes:
JUDDIService (src)

public interface JUDDIServiceMBean
extends ServiceMBean (src)

MBean interface.

Since:
Nov 8, 2004

Field Summary
static ObjectName (src) OBJECT_NAME
           
 
Fields inherited from interface org.jboss.system.ServiceMBean (src)
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED
 
Method Summary
 java.lang.String getBindJaxr()
          gets the JAXR ConnectionFactory.
 java.lang.String getDataSource()
           
 boolean getDropDB()
          gets the JAXR ConnectionFactory.
 java.lang.String getRegistryOperator()
           
 boolean getShouldBindJaxr()
          gets the JAXR ConnectionFactory.
 boolean isCreateOnStart()
           
 boolean isDropOnStart()
           
 boolean isDropOnStop()
           
 void setBindJaxr(java.lang.String str)
          Sets the JAXR ConnectionFactory.
 void setCreateOnStart(boolean createOnStart)
          Sets the createOnStart.
 void setDataSourceUrl(java.lang.String ds)
          Sets the Datasource Url.
 void setDropDB(boolean b)
          Sets the JAXR ConnectionFactory.
 void setDropOnStart(boolean dropOnStart)
          Sets the dropOnStart.
 void setDropOnStop(boolean dropOnStop)
          Sets the dropOnStop.
 void setRegistryOperator(java.lang.String ro)
          Sets the RegistryOperator.
 void setShouldBindJaxr(boolean str)
          Sets the JAXR ConnectionFactory.
 
Methods inherited from interface org.jboss.system.ServiceMBean (src)
getName, getState, getStateString, jbossInternalLifecycle
 
Methods inherited from interface org.jboss.system.Service (src)
create, destroy, start, stop
 

Field Detail

OBJECT_NAME

public static final ObjectName (src)  OBJECT_NAME
Method Detail

isDropOnStart

public boolean isDropOnStart()

setDropOnStart

public void setDropOnStart(boolean dropOnStart)
Sets the dropOnStart.

Parameters:
dropOnStart - The dropOnStart to set

isDropOnStop

public boolean isDropOnStop()

setDropOnStop

public void setDropOnStop(boolean dropOnStop)
Sets the dropOnStop.

Parameters:
dropOnStop - The dropOnStop to set

isCreateOnStart

public boolean isCreateOnStart()

setCreateOnStart

public void setCreateOnStart(boolean createOnStart)
Sets the createOnStart.

Parameters:
createOnStart - The createOnStart to set

getDataSource

public java.lang.String getDataSource()

setDataSourceUrl

public void setDataSourceUrl(java.lang.String ds)
Sets the Datasource Url.

Parameters:
ds - The datasourceurl to set

getRegistryOperator

public java.lang.String getRegistryOperator()

setRegistryOperator

public void setRegistryOperator(java.lang.String ro)
Sets the RegistryOperator.

Parameters:
ro - The datasourceurl to set

getBindJaxr

public java.lang.String getBindJaxr()
gets the JAXR ConnectionFactory.


setBindJaxr

public void setBindJaxr(java.lang.String str)
Sets the JAXR ConnectionFactory.

Parameters:
str - The context to bind the Jaxr factory to set

getShouldBindJaxr

public boolean getShouldBindJaxr()
gets the JAXR ConnectionFactory.


setShouldBindJaxr

public void setShouldBindJaxr(boolean str)
Sets the JAXR ConnectionFactory.

Parameters:
str - Should a Jaxr Connection Factory bound

getDropDB

public boolean getDropDB()
gets the JAXR ConnectionFactory.


setDropDB

public void setDropDB(boolean b)
Sets the JAXR ConnectionFactory.

Parameters:
b - Should a Jaxr Connection Factory bound