|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The EventPropertyDescriptor is used to document and specify the filterable properties of an event. An Interface extending the base EventPropertyDescriptor interface must be defined for each type of application specific event emitted by a component. The name of the specific EventPropertyDescriptor interface should be EventTypeEventPropertyDescriptor where the EventType is the name of the <EventType> interface.
Event
Field Summary | |
static java.lang.String |
BOOLEAN
BOOLEAN type. |
static java.lang.String |
BYTE
BYTE type. |
static java.lang.String |
DOUBLE
DOUBLE type. |
static java.lang.String |
FLOAT
INT FLOAT. |
static java.lang.String |
INT
INT type. |
static java.lang.String |
LONG
LONG type. |
static java.lang.String |
OSS_APPLICATION_DN_PROP_NAME
Definition of the mandatory OSS_APPLICATION_DN_PROP_NAME Application Type property name. |
static java.lang.String |
OSS_APPLICATION_DN_PROP_TYPE
Definition of the mandatory OSS_APPLICATION_DN_PROP_TYPE Application Type property name. |
static java.lang.String |
OSS_EVENT_TYPE_PROP_NAME
Definition of the Event Type property name OSS_EVENT_TYPE_PROP_NAME. |
static java.lang.String |
OSS_EVENT_TYPE_PROP_TYPE
Definition of the Event Type property name OSS_EVENT_TYPE_PROP_TYPE. |
static java.lang.String |
SHORT
SHORT type. |
static java.lang.String |
STRING
STRING type. |
Method Summary | |
java.lang.String |
getEventType()
Get the name of the event type associated with the descriptor. |
java.lang.String[] |
getPropertyNames()
Get the names of the filterable properties associated with an Event. |
java.lang.String[] |
getPropertyTypes()
Get the types for the filterable properties associated with an Event. |
Event |
makeEvent()
Factory for Event associated with that Event Descriptor. |
Field Detail |
public static final java.lang.String INT
public static final java.lang.String BYTE
public static final java.lang.String SHORT
public static final java.lang.String BOOLEAN
public static final java.lang.String DOUBLE
public static final java.lang.String LONG
public static final java.lang.String FLOAT
public static final java.lang.String STRING
public static final java.lang.String OSS_EVENT_TYPE_PROP_NAME
public static final java.lang.String OSS_EVENT_TYPE_PROP_TYPE
public static final java.lang.String OSS_APPLICATION_DN_PROP_NAME
public static final java.lang.String OSS_APPLICATION_DN_PROP_TYPE
Method Detail |
public java.lang.String getEventType()
public java.lang.String[] getPropertyNames()
public java.lang.String[] getPropertyTypes()
public Event makeEvent()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |