Package com.sun.enterprise.mgmt
Class ClusterViewEvent
- java.lang.Object
-
- com.sun.enterprise.mgmt.ClusterViewEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class ClusterViewEvent extends java.lang.Object implements java.io.SerializableDenotes a Cluster View Change Event. Provides the event and the system advertisement in question.- Version:
- $Revision$
- Author:
- Shreedhar Ganapathy Date: Jun 29, 2006
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SystemAdvertisementgetAdvertisement()Gets the advertisement attribute of the ClusterViewEvent objectClusterViewEventsgetEvent()Gets the event attribute of the ClusterViewEvent object
-
-
-
Method Detail
-
getEvent
public ClusterViewEvents getEvent()
Gets the event attribute of the ClusterViewEvent object- Returns:
- The event value
-
getAdvertisement
public SystemAdvertisement getAdvertisement()
Gets the advertisement attribute of the ClusterViewEvent object- Returns:
- The advertisement value
-
-