Package org.eclipse.emf.cdo.net4j
Interface CDOSessionRecoveryEvent
- 
- All Superinterfaces:
- CDOSessionEvent,- org.eclipse.net4j.util.event.IEvent
 
 public interface CDOSessionRecoveryEvent extends CDOSessionEvent Asession eventfired fromrecovering sessionwhen recovery has started or finished.- Since:
- 4.0
- Author:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classCDOSessionRecoveryEvent.TypeEnumerates the possible types ofsession recovery events.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAttempt()TransportExceptiongetException()CDOSessionRecoveryEvent.TypegetType()- 
Methods inherited from interface org.eclipse.emf.cdo.session.CDOSessionEventgetSource
 
- 
 
- 
- 
- 
Method Detail- 
getTypeCDOSessionRecoveryEvent.Type getType() 
 - 
getAttemptint getAttempt() - Since:
- 4.5
 
 - 
getExceptionTransportException getException() - Since:
- 4.5
 
 
- 
 
-