FileDocCategorySizeDatePackage
AvailabilityServiceEvent.javaAPI DocGlassfish v2 API3110Fri May 04 22:33:36 BST 2007com.sun.enterprise.admin.event.availability

AvailabilityServiceEvent

public class AvailabilityServiceEvent extends com.sun.enterprise.admin.event.ElementChangeEvent
When any of the following attributes of availability-service
element is changed,
AvailabilityServiceEvent is sent.
auto-manage-ha-store, ha-agent-hosts, ha-agent-port,
ha-store-healthcheck-enabled,
ha-store-healthcheck-interval-in-seconds, ha-store-name,
and store-pool-name.
author:
Larry White

Fields Summary
public static final String
eventType
Event type
Constructors Summary
public AvailabilityServiceEvent(String instance, int action)
Create a new AvailabilityServiceEvent.

param
instance name of the instance to which the event applies
param
action type of action - one of ElementChangeEvent.ACTION_ELEMENT_*
throws
IllegalArgumentException if specified action is not valid


                                         
         
        super(instance, AvailabilityServiceEvent.eventType, action, null);
    
Methods Summary