Class TargetJoinpoint

java.lang.Object
org.jboss.as.pojo.service.AbstractJoinpoint
org.jboss.as.pojo.service.TargetJoinpoint
Direct Known Subclasses:
FieldJoinpoint, MethodJoinpoint, ReflectionJoinpoint

public abstract class TargetJoinpoint extends AbstractJoinpoint
Target joinpoint; keeps target.
Author:
Ales Justin
  • Constructor Details

    • TargetJoinpoint

      public TargetJoinpoint()
  • Method Details

    • getTarget

      public org.jboss.msc.value.Value<Object> getTarget()
    • setTarget

      public void setTarget(org.jboss.msc.value.Value<Object> target)
    • dispatch

      Object dispatch() throws Throwable
      Dispatch this action.
      Returns:
      dispatch result
      Throws:
      Throwable - for any error