public interface RebindContext
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.| Modifier and Type | Method and Description | 
|---|---|
| CatalogItem<?,?> | getCatalogItem(java.lang.String id) | 
| Enricher | getEnricher(java.lang.String id) | 
| Entity | getEntity(java.lang.String id) | 
| RebindExceptionHandler | getExceptionHandler() | 
| Feed | getFeed(java.lang.String id) | 
| Location | getLocation(java.lang.String id) | 
| Policy | getPolicy(java.lang.String id) | 
| boolean | isReadOnly(BrooklynObject item) | 
| java.lang.Class<?> | loadClass(java.lang.String typeName) | 
Entity getEntity(java.lang.String id)
Location getLocation(java.lang.String id)
Policy getPolicy(java.lang.String id)
Enricher getEnricher(java.lang.String id)
Feed getFeed(java.lang.String id)
CatalogItem<?,?> getCatalogItem(java.lang.String id)
java.lang.Class<?> loadClass(java.lang.String typeName)
                             throws java.lang.ClassNotFoundException
java.lang.ClassNotFoundExceptionRebindExceptionHandler getExceptionHandler()
boolean isReadOnly(BrooklynObject item)