brooklyn.policy
Interface EntityAdjunct

All Known Subinterfaces:
Enricher, Policy

public interface EntityAdjunct

EntityAdjuncts are supplementary logic that can be attached to Entities, providing sensor enrichment or enabling policy


Method Summary
 String getId()
          A unique id for this adjunct
 String getName()
          Get the name assigned to this adjunct
 boolean isDestroyed()
          Whether the adjunct is destroyed
 boolean isRunning()
          Whether the adjunct is available
 

Method Detail

getId

String getId()
A unique id for this adjunct


getName

String getName()
Get the name assigned to this adjunct

Returns:
the name assigned to the adjunct

isDestroyed

boolean isDestroyed()
Whether the adjunct is destroyed


isRunning

boolean isRunning()
Whether the adjunct is available



Copyright © 2013. All Rights Reserved.