brooklyn.entity.rebind
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.
getEntity
Entity getEntity(String id)
getLocation
Location getLocation(String id)
getPolicy
Policy getPolicy(String id)
loadClass
Class<?> loadClass(String typeName)
throws ClassNotFoundException
- Throws:
ClassNotFoundException
Copyright © 2013. All Rights Reserved.