org.objectweb.speedo.jmx.mbeans
Interface ConnectionMBean

All Known Implementing Classes:
Connection

public interface ConnectionMBean

Defines the MBean view aggregating attributes about the connection to the data support

Author:
S.Chassande-Barrioz

Method Summary
 java.lang.String getConnectionFactoryName()
           
 java.lang.String getJDBC_Connection_DriverClass()
           
 java.lang.String getJDBC_Connection_MapperName()
           
 java.lang.String getJDBC_Connection_URL()
           
 java.lang.String getJDBC_Connection_User()
           
 int getPool_Of_Connection_Current_Free_Number()
           
 int getPool_Of_Connection_Current_Size()
           
 int getPool_Of_Connection_Current_Used_Number()
           
 int getPool_Of_Connection_MaxSize()
           
 int getPool_Of_Connection_MinSize()
           
 long getPool_Of_Connection_Timeout()
           
 long getPool_Of_Connection_TTL()
           
 java.util.Collection getPool_Of_Connection_User()
           
 void setPool_Of_Connection_MaxSize(int arg0)
           
 void setPool_Of_Connection_MinSize(int arg0)
           
 void setPool_Of_Connection_Timeout(long arg0)
           
 void setPool_Of_Connection_TTL(long arg0)
           
 

Method Detail

getConnectionFactoryName

public java.lang.String getConnectionFactoryName()

getJDBC_Connection_DriverClass

public java.lang.String getJDBC_Connection_DriverClass()

getJDBC_Connection_URL

public java.lang.String getJDBC_Connection_URL()

getJDBC_Connection_User

public java.lang.String getJDBC_Connection_User()

getJDBC_Connection_MapperName

public java.lang.String getJDBC_Connection_MapperName()

getPool_Of_Connection_MaxSize

public int getPool_Of_Connection_MaxSize()

setPool_Of_Connection_MaxSize

public void setPool_Of_Connection_MaxSize(int arg0)
                                   throws java.lang.Exception
Throws:
java.lang.Exception

getPool_Of_Connection_MinSize

public int getPool_Of_Connection_MinSize()

setPool_Of_Connection_MinSize

public void setPool_Of_Connection_MinSize(int arg0)
                                   throws java.lang.Exception
Throws:
java.lang.Exception

getPool_Of_Connection_Timeout

public long getPool_Of_Connection_Timeout()

setPool_Of_Connection_Timeout

public void setPool_Of_Connection_Timeout(long arg0)

getPool_Of_Connection_TTL

public long getPool_Of_Connection_TTL()

setPool_Of_Connection_TTL

public void setPool_Of_Connection_TTL(long arg0)

getPool_Of_Connection_Current_Free_Number

public int getPool_Of_Connection_Current_Free_Number()

getPool_Of_Connection_Current_Used_Number

public int getPool_Of_Connection_Current_Used_Number()

getPool_Of_Connection_Current_Size

public int getPool_Of_Connection_Current_Size()

getPool_Of_Connection_User

public java.util.Collection getPool_Of_Connection_User()