Uses of Class
com.sun.enterprise.mgmt.ClusterViewEvents
-
Packages that use ClusterViewEvents Package Description com.sun.enterprise.ee.cms.impl.base com.sun.enterprise.mgmt -
-
Uses of ClusterViewEvents in com.sun.enterprise.ee.cms.impl.base
Methods in com.sun.enterprise.ee.cms.impl.base that return ClusterViewEvents Modifier and Type Method Description ClusterViewEventsEventPacket. getClusterViewEvent()Constructors in com.sun.enterprise.ee.cms.impl.base with parameters of type ClusterViewEvents Constructor Description EventPacket(ClusterViewEvents clusterViewEvent, SystemAdvertisement systemAdvertisement, ClusterView clusterView) -
Uses of ClusterViewEvents in com.sun.enterprise.mgmt
Methods in com.sun.enterprise.mgmt that return ClusterViewEvents Modifier and Type Method Description ClusterViewEventsClusterViewEvent. getEvent()Gets the event attribute of the ClusterViewEvent objectstatic ClusterViewEventsClusterViewEvents. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ClusterViewEvents[]ClusterViewEvents. values()Returns an array containing the constants of this enum type, in the order they are declared.
-