|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RemoteServiceEvent | |
|---|---|
| org.rioproject.event | Provides classes and interfaces which enable support for distributed events. |
| org.rioproject.log | Provides support to enable the dynamic creation of Logger objects with associated Level and Handlers. |
| org.rioproject.monitor | Provides the capability to deploy and monitor applications. |
| org.rioproject.sla | Provides classes that allow policy handlers to react to SLA threshold conditions |
| org.rioproject.watch | Provides mechanisms to collect and analyze programmer defined metrics defined in a distributed application. |
| Uses of RemoteServiceEvent in org.rioproject.event |
|---|
| Methods in org.rioproject.event with parameters of type RemoteServiceEvent | |
|---|---|
void |
RoundRobinEventHandler.fire(RemoteServiceEvent event)
Implement the fire method from EventHandler. |
abstract void |
EventHandler.fire(RemoteServiceEvent event)
The fire method must be overridden by classes that extend this EventHandler, hence the reason the method is declared abstract. |
void |
DispatchEventHandler.fire(RemoteServiceEvent event)
Implement the fire method from EventHandler |
void |
RemoteServiceEventListener.notify(RemoteServiceEvent event)
The notify method is invoked on a RemoteServiceEventListener
for RemoteServiceEvents that the listener has registered
interest on. |
| Uses of RemoteServiceEvent in org.rioproject.log |
|---|
| Subclasses of RemoteServiceEvent in org.rioproject.log | |
|---|---|
class |
ServiceLogEvent
A remote event of a service's log record, typically indicating an exception of interest has been thrown. |
| Uses of RemoteServiceEvent in org.rioproject.monitor |
|---|
| Subclasses of RemoteServiceEvent in org.rioproject.monitor | |
|---|---|
class |
ProvisionFailureEvent
This class is used to communicate to interested registrants that a provision attempt for a particular service was unsuccessful |
class |
ProvisionMonitorEvent
This class is used to communicate state changes on OperationalString and ServiceElements contained within OperationalString objects that are being monitored by the ProvisionMonitor. |
| Uses of RemoteServiceEvent in org.rioproject.sla |
|---|
| Subclasses of RemoteServiceEvent in org.rioproject.sla | |
|---|---|
class |
SLAThresholdEvent
The SLAThresholdEvent extends ThresholdEvent and represents a threshold being crossed for a Service |
| Uses of RemoteServiceEvent in org.rioproject.watch |
|---|
| Subclasses of RemoteServiceEvent in org.rioproject.watch | |
|---|---|
class |
ThresholdEvent
The ThresholdEvent extends RemoteServiceEvent allowing for remote notification of a Threshold being crossed |
|
Copyright © Rio Project. | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||