站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 messaging API Documentation 英文版文档

PersistenceManagerMBean (JBoss Messaging API) - JBoss 3.2.7 messaging API Documentation 英文版文档


org.jboss.mq.pm.jdbc3
Interface PersistenceManagerMBean

All Superinterfaces:
CacheStoreMBean, PersistenceManagerMBean, org.jboss.system.Service, org.jboss.system.ServiceMBean
All Known Implementing Classes:
PersistenceManager

public interface PersistenceManagerMBean
extends org.jboss.system.ServiceMBean, PersistenceManagerMBean, CacheStoreMBean

MBean interface.


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
 
Fields inherited from interface org.jboss.mq.pm.PersistenceManagerMBean
OBJECT_NAME
 
Method Summary
 javax.management.ObjectName getConnectionManager()
          Retrieve the connection manager object name
 int getConnectionRetryAttempts()
          Gets the ConnectionRetryAttempts.
 int getGCPeriodSecs()
          Set the garbage collection period
 String getSqlProperties()
          Gets the sqlProperties.
 void setConnectionManager(javax.management.ObjectName connectionManagerName)
          Set the connection manager object name
 void setConnectionRetryAttempts(int value)
          Sets the ConnectionRetryAttempts.
 void setGCPeriodSecs(int gcPeriodSecs)
          Set the garbage collection period in seconds
 void setSqlProperties(String value)
          Sets the sqlProperties.
 
Methods inherited from interface org.jboss.system.ServiceMBean
getName, getState, getStateString, jbossInternalLifecycle
 
Methods inherited from interface org.jboss.system.Service
create, destroy, start, stop
 
Methods inherited from interface org.jboss.mq.pm.PersistenceManagerMBean
getInstance, getMessageCache, setMessageCache
 
Methods inherited from interface org.jboss.mq.pm.CacheStoreMBean
getInstance
 

Method Detail

getConnectionManager

public javax.management.ObjectName getConnectionManager()
Retrieve the connection manager object name


setConnectionManager

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


getGCPeriodSecs

public int getGCPeriodSecs()
Set the garbage collection period


setGCPeriodSecs

public void setGCPeriodSecs(int gcPeriodSecs)
Set the garbage collection period in seconds


getConnectionRetryAttempts

public int getConnectionRetryAttempts()
Gets the ConnectionRetryAttempts.

Returns:
the number of retry events

setConnectionRetryAttempts

public void setConnectionRetryAttempts(int value)
Sets the ConnectionRetryAttempts.

Parameters:
value - the number of retry attempts

getSqlProperties

public String getSqlProperties()
Gets the sqlProperties.

Returns:
Returns the Properties

setSqlProperties

public void setSqlProperties(String value)
Sets the sqlProperties.



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