brooklyn.entity.rebind
Interface RebindContext


public interface RebindContext


Method Summary
 Entity getEntity(String id)
           
 Location getLocation(String id)
           
 Policy getPolicy(String id)
           
 Class<?> loadClass(String typeName)
           
 

Method Detail

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.