/glassfish-3.1.2/admin/launcher/src/main/java/com/sun/enterprise/admin/launcher/ |
H A D | RespawnInfo.java | 83 argLine.append(SEPARATOR); 85 if(arg.indexOf(SEPARATOR) >= 0) { 88 throw new GFLauncherException("respawninfo.illegalToken", arg, SEPARATOR); 105 private static final String SEPARATOR = ",,,"; field in class:RespawnInfo
|
/glassfish-3.1.2/common/amx-core/src/main/java/org/glassfish/admin/amx/core/ |
H A D | PathnameConstants.java | 65 public static final char SEPARATOR = '/'; field in class:PathnameConstants 98 the {@link #SEPARATOR} character. However, it may not include the right square brace, because
|
H A D | PathnameParser.java | 144 this(path, SEPARATOR, SUBSCRIPT_LEFT, SUBSCRIPT_RIGHT); 217 buf.append(SEPARATOR); 391 String path = (parentPath == null || parentPath.equals(DomainRoot.PATH)) ? DomainRoot.PATH : parentPath + SEPARATOR;
|
/glassfish-3.1.2/cluster/admin/src/main/java/com/sun/enterprise/v3/admin/cluster/ |
H A D | ListPersistenceTypesCommand.java | 77 private static final String SEPARATOR=EOL; field in class:ListPersistenceTypesCommand 100 sb.append(type).append(SEPARATOR);
|
/glassfish-3.1.2/persistence/cmp/support-ejb/src/main/java/com/sun/jdo/spi/persistence/support/ejb/ejbqlc/ |
H A D | EJBQLAST.java | 72 private static char SEPARATOR = '\n'; field in class:EJBQLAST 209 repr.append(SEPARATOR);
|
/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/enterprise/transaction/jts/recovery/ |
H A D | RecoveryLockFile.java | 86 private final static String SEPARATOR = " "; field in class:RecoveryLockFile 241 String[] parts = line.split(SEPARATOR); 313 String[] parts = line.split(SEPARATOR); 402 StringBuffer b = (new StringBuffer()).append(prefix).append(SEPARATOR).append(instance). 403 append(SEPARATOR).append(System.currentTimeMillis()).append(END_LINE);
|
/glassfish-3.1.2/common/amx-core/src/main/java/org/glassfish/admin/amx/base/ |
H A D | DomainRoot.java | 88 public static final String PATH = PARENT_PATH + PathnameConstants.SEPARATOR;
|
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/query/jqlc/ |
H A D | JQLAST.java | 75 private static char SEPARATOR = '\n'; field in class:JQLAST 259 repr.append(SEPARATOR);
|
/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/ |
H A D | trees.c | 327 # define SEPARATOR(i, last, width) \ macro 343 static_ltree[i].Len, SEPARATOR(i, L_CODES+1, 5)); 349 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5)); 355 SEPARATOR(i, DIST_CODE_LEN-1, 20)); 361 SEPARATOR(i, MAX_MATCH-MIN_MATCH, 20)); 367 SEPARATOR(i, LENGTH_CODES-1, 20)); 373 SEPARATOR(i, D_CODES-1, 10));
|
/glassfish-3.1.2/jms/jms-core/src/main/java/com/sun/enterprise/connectors/jms/system/ |
H A D | ActiveJmsResourceAdapter.java | 114 private static final String SEPARATOR = "#"; field in class:ActiveJmsResourceAdapter 1254 return getDomainName() + SEPARATOR + getClusterName(); 2056 return getDomainName() + SEPARATOR + getClusterName() + SEPARATOR + descriptor_.getUniqueId() ;
|