net.sf.tapestry.contrib.mckoi
Interface McKoiDBMBean

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

public interface McKoiDBMBean
extends org.jboss.system.ServiceMBean

MBean interface for McKoiDB.

Since:
1.0.8
Version:
$Id: McKoiDBMBean.java,v 1.1 2003/05/05 10:36:06 toby Exp $
Author:
Howard Lewis Ship

Field Summary
 
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
 java.lang.String getConfigPath()
           
 void setConfigPath(java.lang.String path)
          Sets the config path, the path to a properties file that sets database parameters.
 
Methods inherited from interface org.jboss.system.ServiceMBean
getName, getState, getStateString, jbossInternalLifecycle
 
Methods inherited from interface org.jboss.system.Service
create, destroy, start, stop
 

Method Detail

getConfigPath

java.lang.String getConfigPath()

setConfigPath

void setConfigPath(java.lang.String path)
Sets the config path, the path to a properties file that sets database parameters.