Brooklyn

brooklyn.policy
[Java] Interface EntityAdjunct

brooklyn.policy.EntityAdjunct
  brooklyn.entity.trait.Identifiable
All Superinterfaces:
Identifiable

public interface EntityAdjunct
extends Identifiable

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


Method Summary
java.lang.String getId()

A unique id for this adjunct

java.lang.String getName()

Get the name assigned to this adjunct

boolean isDestroyed()

Whether the adjunct is destroyed

boolean isRunning()

Whether the adjunct is available

 
Methods inherited from interface Identifiable
getId
 

Method Detail

getId

@Override
public java.lang.String getId()
A unique id for this adjunct


getName

public java.lang.String getName()
Get the name assigned to this adjunct
Returns:
the name assigned to the adjunct


isDestroyed

public boolean isDestroyed()
Whether the adjunct is destroyed


isRunning

public boolean isRunning()
Whether the adjunct is available


 

Brooklyn Multi-Cloud Application Management Platform
brooklyncentral.github.com. Apache License. © 2012.