org.smartcomps.twister.engine.priv.core.definition
Interface CorrelationSet

All Known Implementing Classes:
CorrelationSetImpl

public interface CorrelationSet

A correlation set is a set of named properties used to add contextual information to a message. The goal of a correlation set is to give a stateful meaning to message exchange (for example customer ids, order number...).


Method Summary
 java.lang.String getName()
           
 java.util.Collection getProperties()
           
 

Method Detail

getName

public java.lang.String getName()

getProperties

public java.util.Collection getProperties()


Copyright © 2003 SmartComps. All Rights Reserved.