|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.beans.metadata.plugins.CallbackCreatorUtil
public class CallbackCreatorUtil
CallbackItem creator util.
| Field Summary | |
|---|---|
protected static CollectionCallbackItemFactory |
factory
|
protected static org.jboss.logging.Logger |
log
|
| Constructor Summary | |
|---|---|
CallbackCreatorUtil()
|
|
| Method Summary | |
|---|---|
static org.jboss.dependency.spi.CallbackItem<Class> |
createCallback(KernelControllerContext context,
AttributeInfo ai,
org.jboss.dependency.spi.ControllerState whenRequired,
org.jboss.dependency.spi.ControllerState dependentState,
org.jboss.dependency.spi.Cardinality cardinality)
Create callback item from AttrbuteInfo. |
static org.jboss.dependency.spi.CallbackItem<Class> |
createCallback(KernelControllerContext context,
org.jboss.reflect.spi.MethodInfo mi,
org.jboss.dependency.spi.ControllerState whenRequired,
org.jboss.dependency.spi.ControllerState dependentState,
org.jboss.dependency.spi.Cardinality cardinality)
Create callback item from MethodInfo. |
static org.jboss.dependency.spi.CallbackItem<Class> |
createCallback(KernelControllerContext context,
org.jboss.beans.info.spi.PropertyInfo pi,
org.jboss.dependency.spi.ControllerState whenRequired,
org.jboss.dependency.spi.ControllerState dependentState,
org.jboss.dependency.spi.Cardinality cardinality)
Create callback item from PropertyInfo. |
static CollectionCallbackItemFactory |
getCollectionFactory()
Get the collection callback item factory. |
protected static org.jboss.logging.Logger |
getLog()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static org.jboss.logging.Logger log
protected static CollectionCallbackItemFactory factory
| Constructor Detail |
|---|
public CallbackCreatorUtil()
| Method Detail |
|---|
protected static org.jboss.logging.Logger getLog()
public static org.jboss.dependency.spi.CallbackItem<Class> createCallback(KernelControllerContext context,
AttributeInfo ai,
org.jboss.dependency.spi.ControllerState whenRequired,
org.jboss.dependency.spi.ControllerState dependentState,
org.jboss.dependency.spi.Cardinality cardinality)
context - owner contextai - attribute infowhenRequired - when required statedependentState - dependent statecardinality - cardinality
public static org.jboss.dependency.spi.CallbackItem<Class> createCallback(KernelControllerContext context,
org.jboss.beans.info.spi.PropertyInfo pi,
org.jboss.dependency.spi.ControllerState whenRequired,
org.jboss.dependency.spi.ControllerState dependentState,
org.jboss.dependency.spi.Cardinality cardinality)
context - owner contextpi - property infowhenRequired - when required statedependentState - dependent statecardinality - cardinality
public static org.jboss.dependency.spi.CallbackItem<Class> createCallback(KernelControllerContext context,
org.jboss.reflect.spi.MethodInfo mi,
org.jboss.dependency.spi.ControllerState whenRequired,
org.jboss.dependency.spi.ControllerState dependentState,
org.jboss.dependency.spi.Cardinality cardinality)
context - owner contextmi - method infowhenRequired - when required statedependentState - dependent statecardinality - cardinality
public static CollectionCallbackItemFactory getCollectionFactory()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||