Searched defs:TimerPrimaryKey (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DTimerPrimaryKey.java45 public class TimerPrimaryKey implements Serializable class in inherits:Serializable
49 public TimerPrimaryKey() {} method in class:TimerPrimaryKey
51 public TimerPrimaryKey(String pk) method in class:TimerPrimaryKey
62 if ( other instanceof TimerPrimaryKey ) {
63 TimerPrimaryKey tpk = (TimerPrimaryKey) other;

Completed in 11 milliseconds