|
||||||||||
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 CallbackItem<Class<?>> |
createCallback(KernelControllerContext context,
AttributeInfo ai,
ControllerState whenRequired,
ControllerState dependentState,
Cardinality cardinality)
Create callback item from AttrbuteInfo. |
static CallbackItem<Class<?>> |
createCallback(KernelControllerContext context,
org.jboss.reflect.spi.MethodInfo mi,
ControllerState whenRequired,
ControllerState dependentState,
Cardinality cardinality)
Create callback item from MethodInfo. |
static CallbackItem<Class<?>> |
createCallback(KernelControllerContext context,
org.jboss.beans.info.spi.PropertyInfo pi,
ControllerState whenRequired,
ControllerState dependentState,
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 CallbackItem<Class<?>> createCallback(KernelControllerContext context, AttributeInfo ai, ControllerState whenRequired, ControllerState dependentState, Cardinality cardinality)
context
- owner contextai
- attribute infowhenRequired
- when required statedependentState
- dependent statecardinality
- cardinality
public static CallbackItem<Class<?>> createCallback(KernelControllerContext context, org.jboss.beans.info.spi.PropertyInfo pi, ControllerState whenRequired, ControllerState dependentState, Cardinality cardinality)
context
- owner contextpi
- property infowhenRequired
- when required statedependentState
- dependent statecardinality
- cardinality
public static CallbackItem<Class<?>> createCallback(KernelControllerContext context, org.jboss.reflect.spi.MethodInfo mi, ControllerState whenRequired, ControllerState dependentState, 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 |