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

/glassfish-3.1.2/tests/embedded/maven-plugin/websockets/src/main/java/com/sun/grizzly/samples/websockets/
H A DChatApplication.java63 public void onMessage(WebSocket socket, DataFrame frame) throws IOException { argument
64 final String data = frame.getTextPayload();
66 login((ChatWebSocket) socket, frame);
86 private void login(ChatWebSocket socket, DataFrame frame) throws IOException { argument
89 socket.setUser(frame.getTextPayload().split(":")[1].trim());
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/util/
H A DPrint.java74 ** printing the stack frame to avoid creating a print line which is excessively long)
98 ** To turn have 'printXXX' methods print the stack frame location, include system property:
143 /* Set the state to force prepending the stack frame to 'print' statements
151 /* return the current state of including the stack frame in 'print' statements
162 /* Set the state to include the module source file rather than the normal stack frame
174 ** @return the @see java.lang.StackTraceElement for the specified stack frame
175 ** @param the specified stack frame to retrieve.
185 ** @return the @see java.lang.String version of the specified stack frame
186 ** @param the specified stack frame to retrieve.
194 ** @return the @see java.lang.String version of the specified stack frame
449 _printStackTrace(PrintStream out, int frame, String title, String msg, Throwable excp) argument
501 printStackTrace(PrintStream out, int frame, String title, String msg, Throwable excp) argument
532 dprintStackTrace(PrintStream out, int frame, String title, String msg, Throwable excp) argument
618 printStackTrace(int frame, String msg) argument
629 dprintStackTrace(int frame, String msg) argument
[all...]
/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/
H A DGUILoginDialog.java127 private JFrame frame; field in class:PassphraseDialog
151 * Create a dialog box with a frame and title.
153 * @param frame The parent frame.
156 protected PassphraseDialog (JFrame frame, String title) { argument
157 super(frame, title, true);
158 this.frame = frame;
164 * Create a dialog box with a frame and title.
166 * @param frame Th
169 PassphraseDialog(JFrame frame, String title, Callback[] callbacks) argument
415 private JFrame frame; field in class:CertificateDialog
429 CertificateDialog(JFrame frame, String title) argument
[all...]

Completed in 52 milliseconds