org.objectweb.cjdbc.common.jmx.mbeans
Interface RequestManagerMBean

All Known Implementing Classes:
RequestManager

public interface RequestManagerMBean

This class defines a RequestManagerMBean

Version:
1.0
Author:
Nicolas Modrzyk

Method Summary
 long getBeginTimeout()
          Returns the beginTimeout value.
 int getCacheParsingranularity()
          Returns the cacheParsingranularity value.
 long getCommitTimeout()
          Returns the commitTimeout value.
 int getLoadBalancerParsingranularity()
          Returns the loadBalancerParsingranularity value.
 int getRequiredParsingGranularity()
          Returns the requiredParsingGranularity value.
 long getRollbackTimeout()
          Returns the rollbackTimeout value.
 int getSchedulerParsingranularity()
          Returns the schedulerParsingranularity value.
 boolean isCaseSensitiveParsing()
          Returns the isCaseSensitiveParsing value.
 boolean isSchemaIsStatic()
          Returns the schemaIsStatic value.
 void setBeginTimeout(long beginTimeout)
          Sets the beginTimeout value.
 void setCacheParsingranularity(int cacheParsingranularity)
          Sets the cacheParsingranularity value.
 void setCaseSensitiveParsing(boolean isCaseSensitiveParsing)
          Sets the parsing case sensitivity.
 void setCommitTimeout(long commitTimeout)
          Sets the commitTimeout value.
 void setLoadBalancerParsingranularity(int loadBalancerParsingranularity)
          Sets the loadBalancerParsingranularity value.
 void setRequiredParsingGranularity(int requiredGranularity)
          Sets the requiredParsingGranularity value.
 void setRollbackTimeout(long rollbackTimeout)
          Sets the rollbackTimeout value.
 void setSchedulerParsingranularity(int schedulerParsingranularity)
          Sets the schedulerParsingranularity value.
 void setSchemaIsStatic(boolean schemaIsStatic)
          Sets the schemaIsStatic value.
 

Method Detail

setCaseSensitiveParsing

public void setCaseSensitiveParsing(boolean isCaseSensitiveParsing)
Sets the parsing case sensitivity. If true the request are parsed in a case sensitive way (table/column name must match exactly the case of the names fetched from the database or enforced by a static schema).

Parameters:
isCaseSensitiveParsing - true if parsing is case sensitive

getBeginTimeout

public long getBeginTimeout()
Returns the beginTimeout value.

Returns:
Returns the beginTimeout.

setBeginTimeout

public void setBeginTimeout(long beginTimeout)
Sets the beginTimeout value.

Parameters:
beginTimeout - The beginTimeout to set.

getCacheParsingranularity

public int getCacheParsingranularity()
Returns the cacheParsingranularity value.

Returns:
Returns the cacheParsingranularity.

setCacheParsingranularity

public void setCacheParsingranularity(int cacheParsingranularity)
Sets the cacheParsingranularity value.

Parameters:
cacheParsingranularity - The cacheParsingranularity to set.

getCommitTimeout

public long getCommitTimeout()
Returns the commitTimeout value.

Returns:
Returns the commitTimeout.

setCommitTimeout

public void setCommitTimeout(long commitTimeout)
Sets the commitTimeout value.

Parameters:
commitTimeout - The commitTimeout to set.

getLoadBalancerParsingranularity

public int getLoadBalancerParsingranularity()
Returns the loadBalancerParsingranularity value.

Returns:
Returns the loadBalancerParsingranularity.

setLoadBalancerParsingranularity

public void setLoadBalancerParsingranularity(int loadBalancerParsingranularity)
Sets the loadBalancerParsingranularity value.

Parameters:
loadBalancerParsingranularity - The loadBalancerParsingranularity to set.

getRequiredParsingGranularity

public int getRequiredParsingGranularity()
Returns the requiredParsingGranularity value.

Returns:
Returns the requiredParsingGranularity.

setRequiredParsingGranularity

public void setRequiredParsingGranularity(int requiredGranularity)
Sets the requiredParsingGranularity value.

Parameters:
requiredGranularity - The required ParsingGranularity to set.

getRollbackTimeout

public long getRollbackTimeout()
Returns the rollbackTimeout value.

Returns:
Returns the rollbackTimeout.

setRollbackTimeout

public void setRollbackTimeout(long rollbackTimeout)
Sets the rollbackTimeout value.

Parameters:
rollbackTimeout - The rollbackTimeout to set.

getSchedulerParsingranularity

public int getSchedulerParsingranularity()
Returns the schedulerParsingranularity value.

Returns:
Returns the schedulerParsingranularity.

setSchedulerParsingranularity

public void setSchedulerParsingranularity(int schedulerParsingranularity)
Sets the schedulerParsingranularity value.

Parameters:
schedulerParsingranularity - The schedulerParsingranularity to set.

isSchemaIsStatic

public boolean isSchemaIsStatic()
Returns the schemaIsStatic value.

Returns:
Returns the schemaIsStatic.

setSchemaIsStatic

public void setSchemaIsStatic(boolean schemaIsStatic)
Sets the schemaIsStatic value.

Parameters:
schemaIsStatic - The schemaIsStatic to set.

isCaseSensitiveParsing

public boolean isCaseSensitiveParsing()
Returns the isCaseSensitiveParsing value.

Returns:
Returns the isCaseSensitiveParsing.


Copyright © 2002, 2005 - ObjectWeb Consortium - All Rights Reserved.