|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) public @interface Wbp
Whiteboard pattern Handler annotation. Allows configuring a whiteboard pattern. Be aware that despite is it provided in the annotations jar, it refers to an external handler.
Required Element Summary | |
---|---|
String |
filter
Sets the whiteboard pattern filter. |
String |
onArrival
Sets the on service arrival callback. |
String |
onDeparture
Sets the on service departure callback. |
Optional Element Summary | |
---|---|
String |
onModification
Sets the on service modification callback. |
Element Detail |
---|
public abstract String filter
public abstract String onArrival
public abstract String onDeparture
public abstract String onModification
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |