org.jboss.mq.sm.jdbc
Interface JDBCStateManagerMBean

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

public interface JDBCStateManagerMBean
extends AbstractStateManagerMBean

MBean interface.

Version:
$Revision: 1.1.6.4 $
Author:
Adrian Brock (Adrian@jboss.org)

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
 javax.management.ObjectName getConnectionManager()
          Get the connection manager name
 String getSqlProperties()
          Gets the sqlProperties.
 boolean hasSecurityManager()
          Whether we have a security manager
 void setConnectionManager(javax.management.ObjectName connectionManagerName)
          Set the connection manager name
 void setHasSecurityManager(boolean hasSecurityManager)
          Set whether we have a security manager
 void setSqlProperties(String value)
          Sets the sqlProperties.
 
Methods inherited from interface org.jboss.mq.sm.AbstractStateManagerMBean
getInstance
 
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

getConnectionManager

javax.management.ObjectName getConnectionManager()
Get the connection manager name

Returns:
the connection manager

setConnectionManager

void setConnectionManager(javax.management.ObjectName connectionManagerName)
Set the connection manager name

Parameters:
connectionManagerName - the name

hasSecurityManager

boolean hasSecurityManager()
Whether we have a security manager

Returns:
true when using a security manager

setHasSecurityManager

void setHasSecurityManager(boolean hasSecurityManager)
Set whether we have a security manager

Parameters:
hasSecurityManager - true when there is a security manager

getSqlProperties

String getSqlProperties()
Gets the sqlProperties.

Returns:
the Properties

setSqlProperties

void setSqlProperties(String value)
Sets the sqlProperties.

Parameters:
sqlProperties - sqlProperties to set


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