public class RebindContextLookupContext extends java.lang.Object implements BrooklynMementoPersister.LookupContext
| Constructor and Description | 
|---|
| RebindContextLookupContext(ManagementContext managementContext,
                          RebindContext rebindContext,
                          RebindExceptionHandler exceptionHandler) | 
| RebindContextLookupContext(RebindContext rebindContext,
                          RebindExceptionHandler exceptionHandler) | 
| Modifier and Type | Method and Description | 
|---|---|
| CatalogItem<?,?> | lookupCatalogItem(java.lang.String id) | 
| Enricher | lookupEnricher(java.lang.String id) | 
| Entity | lookupEntity(java.lang.String id) | 
| Feed | lookupFeed(java.lang.String id) | 
| Location | lookupLocation(java.lang.String id) | 
| ManagementContext | lookupManagementContext() | 
| Policy | lookupPolicy(java.lang.String id) | 
public RebindContextLookupContext(RebindContext rebindContext, RebindExceptionHandler exceptionHandler)
public RebindContextLookupContext(ManagementContext managementContext, RebindContext rebindContext, RebindExceptionHandler exceptionHandler)
public ManagementContext lookupManagementContext()
lookupManagementContext in interface BrooklynMementoPersister.LookupContextpublic Entity lookupEntity(java.lang.String id)
lookupEntity in interface BrooklynMementoPersister.LookupContextpublic Location lookupLocation(java.lang.String id)
lookupLocation in interface BrooklynMementoPersister.LookupContextpublic Policy lookupPolicy(java.lang.String id)
lookupPolicy in interface BrooklynMementoPersister.LookupContextpublic Enricher lookupEnricher(java.lang.String id)
lookupEnricher in interface BrooklynMementoPersister.LookupContextpublic Feed lookupFeed(java.lang.String id)
lookupFeed in interface BrooklynMementoPersister.LookupContextpublic CatalogItem<?,?> lookupCatalogItem(java.lang.String id)
lookupCatalogItem in interface BrooklynMementoPersister.LookupContext