org.quartz.locality
Interface LocalityAware

All Known Subinterfaces:
LocalityJobDetail, LocalityTrigger
All Known Implementing Classes:
DelegatingLocalityJobDetail, DelegatingLocalityTrigger

public interface LocalityAware

LocalityAware types can provide node specifications to potentially dispatch the instance to a particular node in the cluster.

Author:
Alex Snaps

Method Summary
 NodeSpec getNodeSpec()
          Accessor to the NodeSpec instance to evaluate constraints
 

Method Detail

getNodeSpec

NodeSpec getNodeSpec()
Accessor to the NodeSpec instance to evaluate constraints

Returns:


Copyright 2001-2013, Terracotta, Inc.