org.apache.felix.ipojo.whiteboard
Annotation Type Wbp


@Target(value={TYPE,ANNOTATION_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.

Author:
Felix Project Team

Required Element Summary
 java.lang.String filter
          Sets the whiteboard pattern filter.
 java.lang.String onArrival
          Sets the on service arrival callback.
 java.lang.String onDeparture
          Sets the on service departure callback.
 
Optional Element Summary
 java.lang.String onModification
          Sets the on service modification callback.
 

Element Detail

filter

public abstract java.lang.String filter
Sets the whiteboard pattern filter.


onArrival

public abstract java.lang.String onArrival
Sets the on service arrival callback.


onDeparture

public abstract java.lang.String onDeparture
Sets the on service departure callback.

onModification

public abstract java.lang.String onModification
Sets the on service modification callback. Default : no callback.

Default:
""


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.