com.bigbross.bossa.resource
Class ResourceEvents

java.lang.Object
  extended bycom.bigbross.bossa.notify.NotificationQueue
      extended bycom.bigbross.bossa.resource.ResourceEvents
All Implemented Interfaces:
Serializable

public class ResourceEvents
extends NotificationQueue

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.

Author:
BigBross Team
See Also:
Serialized Form

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

ID_CREATE_RESOURCE

public static final String ID_CREATE_RESOURCE
Constant to indicate the event of a resource creation in the resource manager.

This event contains the following attributes: ATTRIB_RESOURCE_ID

See Also:
ATTRIB_RESOURCE_ID, Constant Field Values

ID_REMOVE_RESOURCE

public static final String ID_REMOVE_RESOURCE
Constant to indicate the event of a resource removal from the resource manager.

This event contains the following attributes: ATTRIB_RESOURCE_ID

See Also:
ATTRIB_RESOURCE_ID, Constant Field Values

ID_INCLUDE_IN_RESOURCE

public static final String ID_INCLUDE_IN_RESOURCE
Constant to indicate the event of a resource being added to the include list of another resource.

This event contains the following attributes: ATTRIB_RESOURCE_ID and ATTRIB_HOST_RESOURCE_ID

See Also:
ATTRIB_RESOURCE_ID, ATTRIB_HOST_RESOURCE_ID, Constant Field Values

ID_EXCLUDE_IN_RESOURCE

public static final String ID_EXCLUDE_IN_RESOURCE
Constant to indicate the event of a resource being added to the exclude list of another resource.

This event contains the following attributes: ATTRIB_RESOURCE_ID and ATTRIB_HOST_RESOURCE_ID

See Also:
ATTRIB_RESOURCE_ID, ATTRIB_HOST_RESOURCE_ID, Constant Field Values

ID_REMOVE_FROM_RESOURCE

public static final String ID_REMOVE_FROM_RESOURCE
Constant to indicate the event of a resource being removed from the lists of another resource.

This event contains the following attributes: ATTRIB_RESOURCE_ID and ATTRIB_HOST_RESOURCE_ID

See Also:
ATTRIB_RESOURCE_ID, ATTRIB_HOST_RESOURCE_ID, Constant Field Values

ATTRIB_RESOURCE_ID

public static final String ATTRIB_RESOURCE_ID
Constant to indicate the resource id attribute.

See Also:
Constant Field Values

ATTRIB_HOST_RESOURCE_ID

public static final String ATTRIB_HOST_RESOURCE_ID
Constant to indicate the host resource id attribute.

See Also:
Constant Field Values
Constructor Detail

ResourceEvents

public ResourceEvents()


Copyright © 2003,2004 OpenBR Sistemas S/C Ltda.