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

/glassfish-3.1.2/connectors/javax.resource/src/main/java/javax/resource/spi/
H A DConnectionEvent.java122 * @param eid type of the Connection event
124 public ConnectionEvent(ManagedConnection source, int eid) { argument
126 this.id = eid;
135 * @param eid type of the Connection event
137 public ConnectionEvent(ManagedConnection source, int eid, argument
141 this.id = eid;

Completed in 12 milliseconds