org.persvr.remote
Class ClientConnection.PrioritizedObject

java.lang.Object
  extended by org.persvr.remote.ClientConnection.PrioritizedObject
All Implemented Interfaces:
java.lang.Comparable<java.lang.Object>
Enclosing class:
ClientConnection

public static class ClientConnection.PrioritizedObject
extends java.lang.Object
implements java.lang.Comparable<java.lang.Object>


Constructor Summary
ClientConnection.PrioritizedObject()
           
 
Method Summary
 int compareTo(java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientConnection.PrioritizedObject

public ClientConnection.PrioritizedObject()
Method Detail

compareTo

public int compareTo(java.lang.Object o)
Specified by:
compareTo in interface java.lang.Comparable<java.lang.Object>