Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.mobicents.slee.runtime.transaction
Interface TransactionManagerImplMBean  view TransactionManagerImplMBean download TransactionManagerImplMBean.java

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

public interface TransactionManagerImplMBean
extends SleeTransactionManager, org.jboss.system.ServiceMBean


Field Summary
 
Fields inherited from interface org.mobicents.slee.runtime.transaction.SleeTransactionManager
JNDI_NAME
 
Fields inherited from interface org.jboss.system.ServiceMBean
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, STARTED, STARTING, states, STOPPED, STOPPING, UNREGISTERED
 
Method Summary
 javax.management.ObjectName getTreeCacheName()
          Get the default TreeCache instance used by the SLEE
 void setPersistantTreeCacheName(javax.management.ObjectName newTreeCacheName)
          Set the peristant treecache instance to to be used by the SLEE
 void setProfileTreeCacheName(javax.management.ObjectName newTreeCacheName)
          Set the profile treecache instance to be used by the slee
 void setTreeCacheName(javax.management.ObjectName newTreeCacheName)
          Set the TreeCache instance to be used by the SLEE
 
Methods inherited from interface org.mobicents.slee.runtime.transaction.SleeTransactionManager
addAfterCommitAction, addAfterRollbackAction, addPrepareCommitAction, assertIsInTx, assertIsNotInTx, begin, cleanUpCache, commit, createNode, displayOngoingSleeTransactions, getChildren, getChildrenNames, getDeferredData, getNode, getObject, getPrepareActions, getRollbackOnly, getTransaction, isInTx, mandateTransaction, nodeExists, putDeferredData, putObject, removeChild, removeChildren, removeDeferredData, removeNode, removeObject, requireTransaction, rollback, setRollbackOnly
 
Methods inherited from interface org.jboss.system.ServiceMBean
getName, getState, getStateString
 
Methods inherited from interface org.jboss.system.Service
create, destroy, start, stop
 

Method Detail

setPersistantTreeCacheName

public void setPersistantTreeCacheName(javax.management.ObjectName newTreeCacheName)
Set the peristant treecache instance to to be used by the SLEE


setProfileTreeCacheName

public void setProfileTreeCacheName(javax.management.ObjectName newTreeCacheName)
Set the profile treecache instance to be used by the slee


setTreeCacheName

public void setTreeCacheName(javax.management.ObjectName newTreeCacheName)
Set the TreeCache instance to be used by the SLEE


getTreeCacheName

public javax.management.ObjectName getTreeCacheName()
Get the default TreeCache instance used by the SLEE