Searched refs:alternate (Results 1 - 8 of 8) sorted by relevance

/glassfish-3.1.2/security/ejb.security/src/main/java/com/sun/enterprise/iiop/security/
H A DIORToSocketInfoImpl.java77 // Maps primary address to list of alternate addresses.
82 // Maps primary to randomized list of alternate addresses.
181 // List alternate addresses.
189 AlternateIIOPAddressComponent alternate =
192 host = alternate.getAddress().getHost().toLowerCase();
193 port = alternate.getAddress().getPort();
/glassfish-3.1.2/installer/src/GlassFishV3Preview/resources/wrappers/
H A Dproduct-installer.vbs179 WScript.Echo ALTROOT+" is not a valid alternate root"
H A Dengine-wrapper118 Operation with respect to an alternate root
289 ${PRINTF} "`${GETTEXT} '%s is not a valid alternate root'`\n" "${ALTROOT}"
/glassfish-3.1.2/installer/src/GlassFishV3WebProfilePreview/resources/wrappers/
H A Dproduct-installer.vbs179 WScript.Echo ALTROOT+" is not a valid alternate root"
H A Dengine-wrapper118 Operation with respect to an alternate root
289 ${PRINTF} "`${GETTEXT} '%s is not a valid alternate root'`\n" "${ALTROOT}"
/glassfish-3.1.2/installer/src/main/resources/wrappers/
H A Dproduct-installer.vbs179 WScript.Echo ALTROOT+" is not a valid alternate root"
H A Dengine-wrapper117 Operation with respect to an alternate root
299 ${PRINTF} "`${GETTEXT} '%s is not a valid alternate root'`\n" "${ALTROOT}"
/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/CosTransactions/
H A DLogHandle.java800 // to determine which is the alternate restart record
803 int alternate = alternateRestart(activeRestartVersion);
804 int restartOffset = restartPosition(alternate);
834 // alternate has now become the active
840 activeRestartVersion = alternate;
1999 /**Returns the alternate restart number.

Completed in 143 milliseconds