org.tubo.configuration.def.baseimpl
Class BaseConnectionDefImpl

java.lang.Object
  extended by org.tubo.configuration.def.baseimpl.BaseDefinitionImpl
      extended by org.tubo.configuration.def.baseimpl.BaseConfigurableItemDefImpl
          extended by org.tubo.configuration.def.baseimpl.BaseReferenceableItemDefImpl
              extended by org.tubo.configuration.def.baseimpl.BaseConnectionDefImpl
All Implemented Interfaces:
ConfigurableItemDef, ConnectionDef, Definition, ReferenceableItemDef

public class BaseConnectionDefImpl
extends BaseReferenceableItemDefImpl
implements ConnectionDef

Created: Jun 27, 2005 5:49:14 PM
Last Modification Date: $Date: 2006-11-08 11:52:38 -0300 (Wed, 08 Nov 2006) $

Version:
$Revision: 58 $
Author:
maldito_orco (maldito_orco@users.sourceforge.net)

Field Summary
static java.lang.String RCS_ID
           
 
Constructor Summary
BaseConnectionDefImpl()
           
 
Method Summary
 java.lang.String getFactoryClassname()
           
 int getMaxCapacity()
           
 int getMinCapacity()
           
 java.lang.String getStrategy()
           
 java.lang.String getType()
           
 void setFactoryClassname(java.lang.String factoryClassname)
           
 void setMaxCapacity(int maxCapacity)
           
 void setMinCapacity(int minCapacity)
           
 void setStrategy(java.lang.String strategy)
           
 void setType(java.lang.String type)
           
 
Methods inherited from class org.tubo.configuration.def.baseimpl.BaseReferenceableItemDefImpl
getId, setId
 
Methods inherited from class org.tubo.configuration.def.baseimpl.BaseConfigurableItemDefImpl
getProperties, getProperty, setProperties, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.tubo.configuration.def.ReferenceableItemDef
getId
 
Methods inherited from interface org.tubo.configuration.def.ConfigurableItemDef
getProperties, getProperty
 

Field Detail

RCS_ID

public static final java.lang.String RCS_ID
See Also:
Constant Field Values
Constructor Detail

BaseConnectionDefImpl

public BaseConnectionDefImpl()
Method Detail

getType

public java.lang.String getType()
Specified by:
getType in interface ConnectionDef

setType

public void setType(java.lang.String type)

getStrategy

public java.lang.String getStrategy()
Specified by:
getStrategy in interface ConnectionDef

setStrategy

public void setStrategy(java.lang.String strategy)

getFactoryClassname

public java.lang.String getFactoryClassname()
Specified by:
getFactoryClassname in interface ConnectionDef

setFactoryClassname

public void setFactoryClassname(java.lang.String factoryClassname)

getMinCapacity

public int getMinCapacity()
Specified by:
getMinCapacity in interface ConnectionDef

setMinCapacity

public void setMinCapacity(int minCapacity)

getMaxCapacity

public int getMaxCapacity()
Specified by:
getMaxCapacity in interface ConnectionDef

setMaxCapacity

public void setMaxCapacity(int maxCapacity)


Copyright © 2004-2007 Tubo. All Rights Reserved.