bitronix.tm.resource.jms
Interface PoolingConnectionFactoryMBean

All Known Implementing Classes:
PoolingConnectionFactory

public interface PoolingConnectionFactoryMBean

Author:
lorban

Method Summary
 long getInPoolSize()
           
 int getMaxPoolSize()
           
 int getMinPoolSize()
           
 long getTotalPoolSize()
           
 boolean isDisabled()
           
 boolean isFailed()
           
 void reset()
           
 void setDisabled(boolean disabled)
           
 

Method Detail

getMinPoolSize

int getMinPoolSize()

getMaxPoolSize

int getMaxPoolSize()

getInPoolSize

long getInPoolSize()

getTotalPoolSize

long getTotalPoolSize()

isFailed

boolean isFailed()

reset

void reset()
           throws Exception
Throws:
Exception

isDisabled

boolean isDisabled()

setDisabled

void setDisabled(boolean disabled)


Copyright © 2006-2013 Bitronix Software. All Rights Reserved.