Uses of Interface
org.tubo.item.Item

Packages that use Item
org.tubo.item   
org.tubo.resource   
org.tubo.resource.consumer   
org.tubo.resource.consumer.serversocketlinereader   
org.tubo.resource.flow   
org.tubo.resource.springimpl   
 

Uses of Item in org.tubo.item
 

Classes in org.tubo.item that implement Item
 class BaseItemImpl
          Created: Jun 18, 2005 7:29:29 AM Last Modification Date: $Date: 2006-10-26 01:11:36 -0300 (Thu, 26 Oct 2006) $
 

Uses of Item in org.tubo.resource
 

Methods in org.tubo.resource that return Item
 Item ResourceManager.getNewItem()
          Create a new Item instance
 

Uses of Item in org.tubo.resource.consumer
 

Methods in org.tubo.resource.consumer that return Item
protected  Item BaseConsumerImpl.createItem()
          Create a new Item instance using ResourceManager
 

Methods in org.tubo.resource.consumer with parameters of type Item
protected  FlowContext BaseConsumerImpl.dispatchOriginFlowEvent(Event event, Item item)
           
protected  void BaseConsumerImpl.initializeItem(Item item)
          LifeCycle Hook used by subclasses to make a custom Event setup
 

Uses of Item in org.tubo.resource.consumer.serversocketlinereader
 

Methods in org.tubo.resource.consumer.serversocketlinereader that return Item
protected  Item ServerSocketLineReaderConsumer.createItem()
          Override this method to create only one item.
 

Uses of Item in org.tubo.resource.flow
 

Methods in org.tubo.resource.flow that return Item
 Item BaseFlowContextImpl.getItem()
           
 Item FlowContext.getItem()
           
 

Methods in org.tubo.resource.flow with parameters of type Item
 void BaseFlowContextImpl.setItem(Item item)
           
 void FlowContext.setItem(Item item)
           
 

Uses of Item in org.tubo.resource.springimpl
 

Methods in org.tubo.resource.springimpl that return Item
 Item SpringResourceManagerImpl.getNewItem()
           Create a new Item instance
 



Copyright © 2004-2007 Tubo. All Rights Reserved.