public interface Joinpoint extends Cloneable
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Make a copy of the joinpoint
|
Object |
dispatch()
Invoke on the actual joinpoint
|
String |
toHumanReadableString()
A human readable version of the join point
|
Object dispatch() throws Throwable
Throwable - for any errorObject clone()
String toHumanReadableString()
Copyright © 2016 JBoss by Red Hat. All rights reserved.