|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.bigbross.bossa.notify.NotificationQueue
com.bigbross.bossa.resource.ResourceEvents
This class holds as static constants all ids of resource events. It also provides methods used by the resource classes to create and notify these events.
| Field Summary | |
static String |
ATTRIB_HOST_RESOURCE_ID
Constant to indicate the host resource id attribute. |
static String |
ATTRIB_RESOURCE_ID
Constant to indicate the resource id attribute. |
static String |
ID_CREATE_RESOURCE
Constant to indicate the event of a resource creation in the resource manager. |
static String |
ID_EXCLUDE_IN_RESOURCE
Constant to indicate the event of a resource being added to the exclude list of another resource. |
static String |
ID_INCLUDE_IN_RESOURCE
Constant to indicate the event of a resource being added to the include list of another resource. |
static String |
ID_REMOVE_FROM_RESOURCE
Constant to indicate the event of a resource being removed from the lists of another resource. |
static String |
ID_REMOVE_RESOURCE
Constant to indicate the event of a resource removal from the resource manager. |
| Constructor Summary | |
ResourceEvents()
|
|
| Methods inherited from class com.bigbross.bossa.notify.NotificationQueue |
notifyAll |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final String ID_CREATE_RESOURCE
This event contains the following attributes: ATTRIB_RESOURCE_ID
ATTRIB_RESOURCE_ID,
Constant Field Valuespublic static final String ID_REMOVE_RESOURCE
This event contains the following attributes: ATTRIB_RESOURCE_ID
ATTRIB_RESOURCE_ID,
Constant Field Valuespublic static final String ID_INCLUDE_IN_RESOURCE
This event contains the following attributes: ATTRIB_RESOURCE_ID and ATTRIB_HOST_RESOURCE_ID
ATTRIB_RESOURCE_ID,
ATTRIB_HOST_RESOURCE_ID,
Constant Field Valuespublic static final String ID_EXCLUDE_IN_RESOURCE
This event contains the following attributes: ATTRIB_RESOURCE_ID and ATTRIB_HOST_RESOURCE_ID
ATTRIB_RESOURCE_ID,
ATTRIB_HOST_RESOURCE_ID,
Constant Field Valuespublic static final String ID_REMOVE_FROM_RESOURCE
This event contains the following attributes: ATTRIB_RESOURCE_ID and ATTRIB_HOST_RESOURCE_ID
ATTRIB_RESOURCE_ID,
ATTRIB_HOST_RESOURCE_ID,
Constant Field Valuespublic static final String ATTRIB_RESOURCE_ID
public static final String ATTRIB_HOST_RESOURCE_ID
| Constructor Detail |
public ResourceEvents()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||