org.tubo.configuration.def
Interface ConsumerDef

All Superinterfaces:
ConfigurableItemDef, Definition, ReferenceableItemDef
All Known Implementing Classes:
BaseConsumerDefImpl

public interface ConsumerDef
extends ReferenceableItemDef

Created: Jun 26, 2005 9:12:53 PM Last Modification Date: $Date: 2006-10-22 04:15:24 -0300 (Sun, 22 Oct 2006) $

Version:
$Revision: 23 $
Author:
jvlio (jvlio@users.sourceforge.net)

Field Summary
static java.lang.String RCS_ID
           
 
Method Summary
 java.lang.String getConsumerClassname()
           
 int getMaxCapacity()
           
 int getMinCapacity()
           
 java.lang.String getType()
           
 
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

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

getConsumerClassname

java.lang.String getConsumerClassname()

getType

java.lang.String getType()

getMinCapacity

int getMinCapacity()

getMaxCapacity

int getMaxCapacity()


Copyright © 2004-2007 Tubo. All Rights Reserved.