Package org.jboss.as.pojo.service
Class AbstractJoinpoint
java.lang.Object
org.jboss.as.pojo.service.AbstractJoinpoint
- Direct Known Subclasses:
ConstructorJoinpoint,TargetJoinpoint
Abstract joinpoint; keep parameters.
- Author:
- Ales Justin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondispatch()Dispatch this action.protected ValueConfig[]voidsetParameters(ValueConfig[] parameters) protected Object[]
-
Constructor Details
-
AbstractJoinpoint
public AbstractJoinpoint()
-
-
Method Details
-
toObjects
-
getParameters
-
setParameters
-
dispatch
Dispatch this action.- Returns:
- dispatch result
- Throws:
Throwable- for any error
-