org.objectweb.speedo.jmx.mbeans
Interface PMFMBean

All Known Implementing Classes:
PMF

public interface PMFMBean

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

Author:
S.Chassande-Barrioz

Method Summary
 boolean getDebug()
           
 boolean getIsOpen()
           
 java.lang.String getMappingStructure()
           
 java.util.Collection getPersistentClasseNames()
           
 int getPool_Of_PM_Current_Free_Number()
           
 int getPool_Of_PM_Current_Size()
           
 int getPool_Of_PM_Current_Used_Number()
           
 int getPool_Of_PM_MaxSize()
           
 int getPool_Of_PM_MinSize()
           
 long getPool_Of_PM_Timeout()
           
 long getPool_Of_PM_TTL()
           
 boolean getTransaction_MultiThread()
           
 boolean getTransaction_RestoreValues()
           
 boolean getTransaction_RetainValues()
           
 void setDebug(boolean d)
           
 void setPool_Of_PM_MaxSize(int arg0)
           
 void setPool_Of_PM_MinSize(int arg0)
           
 void setPool_Of_PM_Timeout(long arg0)
           
 void setPool_Of_PM_TTL(long arg0)
           
 void setTransaction_MultiThread(boolean mt)
           
 void setTransaction_RestoreValues(boolean rv)
           
 void setTransaction_RetainValues(boolean rv)
           
 

Method Detail

getPool_Of_PM_MaxSize

public int getPool_Of_PM_MaxSize()

setPool_Of_PM_MaxSize

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

getPool_Of_PM_MinSize

public int getPool_Of_PM_MinSize()

setPool_Of_PM_MinSize

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

getPool_Of_PM_Timeout

public long getPool_Of_PM_Timeout()

setPool_Of_PM_Timeout

public void setPool_Of_PM_Timeout(long arg0)

getPool_Of_PM_TTL

public long getPool_Of_PM_TTL()

setPool_Of_PM_TTL

public void setPool_Of_PM_TTL(long arg0)

getPool_Of_PM_Current_Size

public int getPool_Of_PM_Current_Size()

getPool_Of_PM_Current_Free_Number

public int getPool_Of_PM_Current_Free_Number()

getPool_Of_PM_Current_Used_Number

public int getPool_Of_PM_Current_Used_Number()

getTransaction_RetainValues

public boolean getTransaction_RetainValues()

setTransaction_RetainValues

public void setTransaction_RetainValues(boolean rv)

getTransaction_RestoreValues

public boolean getTransaction_RestoreValues()

setTransaction_RestoreValues

public void setTransaction_RestoreValues(boolean rv)

getTransaction_MultiThread

public boolean getTransaction_MultiThread()

setTransaction_MultiThread

public void setTransaction_MultiThread(boolean mt)

getIsOpen

public boolean getIsOpen()

getMappingStructure

public java.lang.String getMappingStructure()

getDebug

public boolean getDebug()

setDebug

public void setDebug(boolean d)

getPersistentClasseNames

public java.util.Collection getPersistentClasseNames()