| Package | Description |
|---|---|
| org.jclouds.abiquo.events.handlers | |
| org.jclouds.abiquo.events.monitor |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BlockingEventHandler.doBeforeRelease(MonitorEvent<T> event)
Convenience method to bypass the Guava Issue 786 that
forces the subscriber method to be
final. |
void |
BlockingEventHandler.handle(MonitorEvent<T> event)
Handles the dispatched event in a thread safe way.
|
protected boolean |
BlockingEventHandler.handles(MonitorEvent<T> event) |
protected abstract boolean |
AbstractEventHandler.handles(MonitorEvent<T> event)
Checks if the current handler must handle the dispatched event.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompletedEvent<T>
Event dispatched when a monitoring job completes without error.
|
class |
FailedEvent<T>
Event dispatched when a monitoring job completes with errors.
|
class |
TimeoutEvent<T>
Event dispatched when a monitoring job times out.
|
Copyright © 2009-2013 jclouds. All Rights Reserved.