|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
MBean interface.
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 |
public static final ObjectName (src) OBJECT_NAME
Method Detail |
public boolean isDropOnStart()
public void setDropOnStart(boolean dropOnStart)
dropOnStart
- The dropOnStart to setpublic boolean isDropOnStop()
public void setDropOnStop(boolean dropOnStop)
dropOnStop
- The dropOnStop to setpublic boolean isCreateOnStart()
public void setCreateOnStart(boolean createOnStart)
createOnStart
- The createOnStart to setpublic java.lang.String getDataSource()
public void setDataSourceUrl(java.lang.String ds)
ds
- The datasourceurl to setpublic java.lang.String getRegistryOperator()
public void setRegistryOperator(java.lang.String ro)
ro
- The datasourceurl to setpublic java.lang.String getBindJaxr()
public void setBindJaxr(java.lang.String str)
str
- The context to bind the Jaxr factory to setpublic boolean getShouldBindJaxr()
public void setShouldBindJaxr(boolean str)
str
- Should a Jaxr Connection Factory boundpublic boolean getDropDB()
public void setDropDB(boolean b)
b
- Should a Jaxr Connection Factory bound
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |