Package org.jgrapes.mail.events
Class MailMonitorOpened
java.lang.Object
- All Implemented Interfaces:
Future<OpenMailMonitor>
,Associator
,Eligible
Fired when the requested connection has been established.
-
Nested Class Summary
Nested classes/interfaces inherited from interface java.util.concurrent.Future
Future.State
-
Field Summary
Fields inherited from class org.jgrapes.core.internal.EventBase
completed, completionEvents, invokedFor
-
Constructor Summary
ConstructorDescriptionMailMonitorOpened
(OpenMailMonitor openEvent, Store store) Instantiates a new mail monitor opened. -
Method Summary
Modifier and TypeMethodDescriptiongetStore()
Returns the store that has been opened.Returns the event that caused this connection to be established.Methods inherited from class org.jgrapes.core.Event
addCompletionEvent, associated, cancel, channels, channels, completionEvents, currentResults, defaultCriterion, forChannels, get, get, handled, handlingError, isCancelled, isDone, isEligibleFor, isStopped, processedBy, results, results, resumeHandling, setAssociated, setChannels, setRequiresResult, setResult, stop, suspendHandling, suspendHandling, tieTo, toString
Methods inherited from class org.jgrapes.core.internal.EventBase
disableTracking, enqueued, firstResultAssigned, isTracked, onCompletion
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.jgrapes.core.Associator
associated, associated, associated, associatedGet
Methods inherited from interface java.util.concurrent.Future
exceptionNow, resultNow, state
-
Constructor Details
-
MailMonitorOpened
Instantiates a new mail monitor opened.- Parameters:
openEvent
- the open event
-
-
Method Details
-
openEvent
Returns the event that caused this connection to be established.- Returns:
- the event
-
getStore
Returns the store that has been opened.- Returns:
- the store
-