Uses of Class
org.eclipse.emf.cdo.net4j.CDOSessionRecoveryEvent.Type
- 
Packages that use CDOSessionRecoveryEvent.Type Package Description org.eclipse.emf.cdo.net4j Client concepts for dealing with Net4j-based sessions to remote repositories.
- 
- 
Uses of CDOSessionRecoveryEvent.Type in org.eclipse.emf.cdo.net4jMethods in org.eclipse.emf.cdo.net4j that return CDOSessionRecoveryEvent.Type Modifier and Type Method Description CDOSessionRecoveryEvent.TypeCDOSessionRecoveryEvent. getType()static CDOSessionRecoveryEvent.TypeCDOSessionRecoveryEvent.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CDOSessionRecoveryEvent.Type[]CDOSessionRecoveryEvent.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
 
-