Searched refs:SEPARATOR (Results 1 - 10 of 10) sorted by relevance

/glassfish-3.1.2/admin/launcher/src/main/java/com/sun/enterprise/admin/launcher/
H A DRespawnInfo.java83 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 DPathnameConstants.java65 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 DPathnameParser.java144 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 DListPersistenceTypesCommand.java77 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 DEJBQLAST.java72 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 DRecoveryLockFile.java86 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 DDomainRoot.java88 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 DJQLAST.java75 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 Dtrees.c327 # 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 DActiveJmsResourceAdapter.java114 private static final String SEPARATOR = "#"; field in class:ActiveJmsResourceAdapter
1254 return getDomainName() + SEPARATOR + getClusterName();
2056 return getDomainName() + SEPARATOR + getClusterName() + SEPARATOR + descriptor_.getUniqueId() ;

Completed in 41 milliseconds