Brooklyn

brooklyn.entity.rebind
[Java] Interface RebindContext


public interface RebindContext

Gives access to things that are being currently rebinding. This is used during a rebind to wire everything back together again, e.g. to find the necessary entity instances even before they are available through managementContext.getEntityManager().getEnties(). Users are not expected to implement this class. It is for use by Rebindable instances, and will generally be created by the RebindManager.


Method Summary
Entity getEntity(java.lang.String id)

Location getLocation(java.lang.String id)

Policy getPolicy(java.lang.String id)

java.lang.Class loadClass(java.lang.String typeName)

 

Method Detail

getEntity

public Entity getEntity(java.lang.String id)


getLocation

public Location getLocation(java.lang.String id)


getPolicy

public Policy getPolicy(java.lang.String id)


loadClass

public java.lang.Class loadClass(java.lang.String typeName)


 

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