org.jboss.jaxr.juddi
Interface JUDDIServiceMBean

All Superinterfaces:
org.jboss.system.Service, org.jboss.system.ServiceMBean
All Known Implementing Classes:
JUDDIService

public interface JUDDIServiceMBean
extends org.jboss.system.ServiceMBean

MBean interface.

Since:
Nov 8, 2004

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()
           
 boolean getDropDB()
          gets the JAXR ConnectionFactory.
 String getRegistryOperator()
           
 boolean getShouldBindJaxr()
          gets the JAXR ConnectionFactory.
 boolean isCreateOnStart()
           
 boolean isDropOnStart()
           
 boolean isDropOnStop()
           
 void setBindJaxr(String str)
          Sets the JAXR ConnectionFactory.
 void setCreateOnStart(boolean createOnStart)
          Sets the createOnStart.
 void setDataSourceUrl(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(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

OBJECT_NAME

static final javax.management.ObjectName OBJECT_NAME
Method Detail

isDropOnStart

boolean isDropOnStart()

setDropOnStart

void setDropOnStart(boolean dropOnStart)
Sets the dropOnStart.

Parameters:
dropOnStart - The dropOnStart to set

isDropOnStop

boolean isDropOnStop()

setDropOnStop

void setDropOnStop(boolean dropOnStop)
Sets the dropOnStop.

Parameters:
dropOnStop - The dropOnStop to set

isCreateOnStart

boolean isCreateOnStart()

setCreateOnStart

void setCreateOnStart(boolean createOnStart)
Sets the createOnStart.

Parameters:
createOnStart - The createOnStart to set

getDataSource

String getDataSource()

setDataSourceUrl

void setDataSourceUrl(String ds)
Sets the Datasource Url.

Parameters:
ds - The datasourceurl to set

getRegistryOperator

String getRegistryOperator()

setRegistryOperator

void setRegistryOperator(String ro)
Sets the RegistryOperator.

Parameters:
ro - The datasourceurl to set

getBindJaxr

String getBindJaxr()
gets the JAXR ConnectionFactory.


setBindJaxr

void setBindJaxr(String str)
Sets the JAXR ConnectionFactory.

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

getShouldBindJaxr

boolean getShouldBindJaxr()
gets the JAXR ConnectionFactory.


setShouldBindJaxr

void setShouldBindJaxr(boolean str)
Sets the JAXR ConnectionFactory.

Parameters:
str - Should a Jaxr Connection Factory bound

getDropDB

boolean getDropDB()
gets the JAXR ConnectionFactory.


setDropDB

void setDropDB(boolean b)
Sets the JAXR ConnectionFactory.

Parameters:
b - Should a Jaxr Connection Factory bound


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.