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

/glassfish-3.1.2/web/admin/src/main/java/org/glassfish/web/admin/monitor/
H A DVirtualServerInfoStatsProvider.java66 "The mode of the virtual server";
79 private StringStatisticImpl mode = new StringStatisticImpl( field in class:VirtualServerInfoStatsProvider
107 @ManagedAttribute(id="mode")
110 mode.setCurrent(host.getState().equals("on") ? "active" : "unknown");
111 return mode;
/glassfish-3.1.2/admin/util/src/main/java/com/sun/enterprise/admin/util/
H A DAsadminTrustManager.java98 * Set the interactive mode for the trust manager. If false, it will
102 public void setInteractive(boolean mode) { argument
103 interactive = mode;
H A DHttpConnectorAddress.java239 * Set the interactive mode for the connection.
241 public void setInteractive(boolean mode) { argument
242 interactive = mode;
/glassfish-3.1.2/appclient/client/acc/src/main/java/org/glassfish/appclient/client/acc/
H A DCommandLaunchInfo.java68 private static final String MODE_AGENT_ARG = "mode";
77 private String mode = null; field in class:CommandLaunchInfo
167 private void processMode(final String mode) { argument
168 this.mode = mode;
/glassfish-3.1.2/cluster/admin/src/main/java/com/sun/enterprise/v3/admin/cluster/
H A DStopInstanceCommand.java347 private String pollForRealDeath(String mode){ argument
353 if (mode.equals("local")){
357 }else if (mode.equals("SSH")){
360 }else if (mode.equals("DCOM")){
/glassfish-3.1.2/common/common-util/src/main/java/org/glassfish/common/util/admin/
H A DManagedFile.java212 private synchronized FileLock access(boolean shared, String mode, int timeOut) throws IOException, TimeoutException { argument
213 raf = new RandomAccessFile(file, mode);
/glassfish-3.1.2/web/web-ajp/src/main/java/org/apache/jk/common/
H A DJkMX.java152 public void setAuthMode(String mode) { argument
153 authmode=mode;
/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dinfcodes.c33 /* mode */
34 inflate_codes_mode mode; /* current inflate_codes mode */ member in struct:inflate_codes_state
36 /* mode dependent information */
50 /* mode independent information */
70 c->mode = START;
102 while (1) switch (c->mode)
113 c->mode = r == Z_STREAM_END ? WASH : BADCODE;
120 c->mode = LEN;
133 c->mode
[all...]
H A Dinflate.c32 /* mode */
33 inflate_mode mode; /* current inflate mode */ member in struct:internal_state
35 /* mode dependent information */
45 /* mode independent information */
61 z->state->mode = z->state->nowrap ? BLOCKS : METHOD;
162 while (1) switch (z->state->mode)
168 z->state->mode = BAD;
175 z->state->mode = BAD;
180 z->state->mode
[all...]
H A Dinfutil.h31 /* mode */
32 inflate_block_mode mode; /* current inflate_block mode */ member in struct:inflate_blocks_state
34 /* mode dependent information */
51 /* mode independent information */
H A Dgzio.c50 char mode; /* 'w' or 'r' */ member in struct:gz_stream
55 local gzFile gz_open OF((const char *path, const char *mode, int fd));
64 Opens a gzip (.gz) file for reading or writing. The mode parameter
72 local gzFile gz_open (path, mode, fd)
74 const char *mode;
80 char *p = (char*)mode;
82 char fmode[80]; /* copy of mode, without the compression level */
85 if (!path || !mode) return Z_NULL;
109 s->mode = '\0';
111 if (*p == 'r') s->mode
[all...]
/glassfish-3.1.2/webservices/jsr109-impl/src/main/java/org/glassfish/webservices/
H A DJAXWSServiceDelegate.java133 public <T> Dispatch<T> createDispatch(QName qName, Class<T> aClass, Service.Mode mode) { argument
139 public Dispatch<Object> createDispatch(QName qName, JAXBContext jaxbContext, Service.Mode mode) { argument
/glassfish-3.1.2/admin/launcher/src/main/java/com/sun/enterprise/admin/launcher/
H A DGFLauncher.java219 * in verbose mode and waited for the process to exit in the wait() method.
399 void setMode(LaunchType mode) { argument
400 this.mode = mode;
404 return mode;
408 return mode == LaunchType.fake;
959 private LaunchType mode = LaunchType.normal; field in class:GFLauncher
/glassfish-3.1.2/installer/src/cpp/share/launcher/
H A Dzip_util.c496 * Opens a zip file with the specified mode. Returns the jzfile object
502 zipOpenGeneric(const char *name, int *zerror, int mode, jlong lastModified) argument
532 zip->fd = open(name, mode);
581 int mode = O_RDONLY | O_BINARY; local
583 int mode = O_RDONLY;
585 return zipOpenGeneric(name, zerror, mode, 0);
H A Djava_md.winnt.c948 /* Default to GUI mode */
958 SetPrintToConsole(jboolean mode) argument
960 printToConsole = mode;
1701 /* used to invoke the upgrade tool in console mode*/
H A Djava_md.unix.c387 * switch to console mode.
396 /* Switch to console mode before Xlib invokes exit() */
435 int mode = RTLD_NOW + RTLD_GLOBAL; local
454 && (libgui = dlopen(GUILIBDIR FILE_SEPARATOR GUI4DLL, mode)) == NULL
455 && (libgui = dlopen(GUI4DLL, mode)) == NULL
456 && (libgui = dlopen(GUILIBDIR FILE_SEPARATOR GUI3DLL, mode)) == NULL
457 && (libgui = dlopen(GUI3DLL, mode)) == NULL
458 && (libgui = dlopen(GUILIBDIR FILE_SEPARATOR GUI2DLL, mode)) == NULL
459 && (libgui = dlopen(GUI2DLL, mode)) == NULL
460 && (libgui = dlopen(GUILIBDIR FILE_SEPARATOR GUI1DLL, mode))
1221 SetPrintToConsole(jboolean mode) argument
[all...]
/glassfish-3.1.2/tests/jbi/lib/
H A Dreporter.jar ... lang.String) throws javax.ejb.CreateException String mode Exception ex String mode Exception ex Exception ex javax. ...

Completed in 436 milliseconds