Uses of Class
org.eclipse.emf.cdo.session.remote.CDORemoteSessionMessage.Priority

Packages that use CDORemoteSessionMessage.Priority
org.eclipse.emf.cdo.session.remote Client concepts for the communication and collaboration with other sessions. 
 

Uses of CDORemoteSessionMessage.Priority in org.eclipse.emf.cdo.session.remote
 

Methods in org.eclipse.emf.cdo.session.remote that return CDORemoteSessionMessage.Priority
 CDORemoteSessionMessage.Priority CDORemoteSessionMessage.getPriority()
          Returns the priority of this message.
static CDORemoteSessionMessage.Priority CDORemoteSessionMessage.Priority.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CDORemoteSessionMessage.Priority[] CDORemoteSessionMessage.Priority.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.eclipse.emf.cdo.session.remote with parameters of type CDORemoteSessionMessage.Priority
CDORemoteSessionMessage(String type, CDORemoteSessionMessage.Priority priority)
           
CDORemoteSessionMessage(String type, CDORemoteSessionMessage.Priority priority, byte[] data)
           
 



Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.