Brooklyn

brooklyn.policy.basic
[Java] Class AdjunctType

java.lang.Object
  brooklyn.policy.basic.AdjunctType
All Implemented Interfaces:
java.io.Serializable

public class AdjunctType

This is the actual type of a policy instance at runtime.


Constructor Summary
AdjunctType(AbstractEntityAdjunct adjunct)

protected AdjunctType(java.lang.Class clazz)

 
Method Summary
boolean equals(java.lang.Object obj)

protected static java.util.Map findConfigKeys(java.lang.Class clazz, EntityAdjunct optionalInstance)

Finds the config keys defined on the entity's class, statics and optionally any non-static (discouraged).

ConfigKey getConfigKey(java.lang.String name)

java.util.Set getConfigKeys()

java.lang.String getName()

int hashCode()

java.lang.String toString()

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Constructor Detail

AdjunctType

public AdjunctType(AbstractEntityAdjunct adjunct)


AdjunctType

protected AdjunctType(java.lang.Class clazz)


 
Method Detail

equals

@Override
public boolean equals(java.lang.Object obj)


findConfigKeys

protected static java.util.Map findConfigKeys(java.lang.Class clazz, EntityAdjunct optionalInstance)
Finds the config keys defined on the entity's class, statics and optionally any non-static (discouraged).


getConfigKey

public ConfigKey getConfigKey(java.lang.String name)


getConfigKeys

public java.util.Set getConfigKeys()


getName

public java.lang.String getName()


hashCode

@Override
public int hashCode()


toString

@Override
public java.lang.String toString()


 

Brooklyn Multi-Cloud Application Management Platform
brooklyncentral.github.com. Apache License. © 2012.