|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
MBean interface.
Field Summary | |
static javax.management.ObjectName |
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 |
getBindJaxr()
gets the JAXR ConnectionFactory. |
String |
getDataSource()
|
String |
getRegistryOperator()
|
boolean |
getShouldBindJaxr()
gets the JAXR ConnectionFactory. |
boolean |
isCreateOnStart()
|
boolean |
isDropOnStart()
|
boolean |
isDropOnStop()
|
boolean |
isLoadNAICS()
|
boolean |
isLoadUNSPSC()
|
void |
setBindJaxr(String str)
Sets the JAXR ConnectionFactory. |
void |
setCreateOnStart(boolean createOnStart)
Sets the createOnStart. |
void |
setDataSourceUrl(String ds)
Sets the Datasource Url. |
void |
setDropOnStart(boolean dropOnStart)
Sets the dropOnStart. |
void |
setDropOnStop(boolean dropOnStop)
Sets the dropOnStop. |
void |
setLoadNAICS(boolean ln)
Sets the dropOnStart. |
void |
setLoadUNSPSC(boolean ln)
Sets the dropOnStart. |
void |
setRegistryOperator(String ro)
Sets the RegistryOperator. |
void |
setShouldBindJaxr(boolean str)
Sets the JAXR ConnectionFactory. |
Methods inherited from interface org.jboss.system.ServiceMBean |
getName, getState, getStateString, jbossInternalLifecycle |
Methods inherited from interface org.jboss.system.Service |
create, destroy, start, stop |
Field Detail |
public static final javax.management.ObjectName 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 String getDataSource()
public void setDataSourceUrl(String ds)
ds
- The datasourceurl to setpublic String getRegistryOperator()
public void setRegistryOperator(String ro)
ro
- The datasourceurl to setpublic boolean isLoadNAICS()
public void setLoadNAICS(boolean ln)
ln
- The loadNAICS to setpublic boolean isLoadUNSPSC()
public void setLoadUNSPSC(boolean ln)
ln
- The loadUNSPSC to setpublic void setBindJaxr(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 String getBindJaxr()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |