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

/glassfish-3.1.2/web/web-embed/api/src/main/java/org/glassfish/embeddable/web/
H A DWebListener.java55 public interface WebListener { interface
58 * Sets the id for this <tt>WebListener</tt>.
60 * @param id for this <tt>WebListener</tt>
65 * Gets the id of this <tt>WebListener</tt>.
67 * @return id of this <tt>WebListener</tt>
72 * Sets the port number for this <tt>WebListener</tt>.
74 * @param port the port number for this <tt>WebListener</tt>
79 * Gets the port number of this <tt>WebListener</tt>.
81 * @return the port number of this <tt>WebListener</tt>
86 * Sets the protocol for this <tt>WebListener</t
[all...]

Completed in 11 milliseconds