com.arjuna.mw.wscf.common
Interface Qualifier


public interface Qualifier

A qualifier for the core coordination engine to use. Qualifiers can be used to augment the protocol. For example, when enlisting a participant with a transaction, it is possible to specify a caveat on the enroll via a suitable qualifier, such that the coordinator knows (in this example) that the participant will cancel if it does not hear from the coordinator within 24 hours.

Since:
1.0.
Version:
$Id: Qualifier.java,v 1.1 2002/11/25 10:56:31 nmcl Exp $
Author:
Mark Little (mark.little@arjuna.com)

Method Summary
 String content()
           
 String qualifierName()
           
 

Method Detail

qualifierName

String qualifierName()
Returns:
the unique name for this qualifier.

content

String content()
Returns:
the context of this qualifier.


Copyright © 2012. All Rights Reserved.