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 |
---|---|
java.util.Map<java.lang.String,BrooklynObject> |
getAllBrooklynObjects()
Returns an unmodifiable view of all objects by ID
|
RebindExceptionHandler |
getExceptionHandler() |
boolean |
isReadOnly(BrooklynObject item) |
java.lang.Class<?> |
loadClass(java.lang.String typeName) |
BrooklynMementoPersister.LookupContext |
lookup() |
java.util.Map<java.lang.String,BrooklynObject> getAllBrooklynObjects()
java.lang.Class<?> loadClass(java.lang.String typeName) throws java.lang.ClassNotFoundException
java.lang.ClassNotFoundException
RebindExceptionHandler getExceptionHandler()
boolean isReadOnly(BrooklynObject item)
BrooklynMementoPersister.LookupContext lookup()