Package org.apache.storm.jms.trident
Class JmsState
java.lang.Object
org.apache.storm.jms.trident.JmsState
- All Implemented Interfaces:
- State
- 
Nested Class SummaryNested Classes
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidbeginCommit(Long someLong) voidprotected voidprepare()voidupdateState(List<TridentTuple> tuples, TridentCollector collector) 
- 
Constructor Details- 
JmsState
 
- 
- 
Method Details- 
prepareprotected void prepare()
- 
beginCommit- Specified by:
- beginCommitin interface- State
 
- 
commit
- 
updateStatepublic void updateState(List<TridentTuple> tuples, TridentCollector collector) throws javax.jms.JMSException - Throws:
- javax.jms.JMSException
 
 
-