/glassfish-3.1.2/common/container-common/src/main/java/org/glassfish/ha/common/ |
H A D | NoopHAReplicaPredictor.java | 29 * If you wish your version of this file to be governed by only the CDDL or 33 * recipient has the option to distribute your version of this file under 54 public HACookieInfo makeCookie(String groupName, Object key, String version) { argument
|
/glassfish-3.1.2/verifier/verifier-impl/src/main/java/com/sun/enterprise/tools/verifier/ |
H A D | Version.java | 29 * If you wish your version of this file to be governed by only the CDDL or 33 * recipient has the option to distribute your version of this file under 45 * Serves as a place holder for knowing the version of app 49 public static final String version = "1.3.1"; // NOI18N field in class:Version
|
H A D | TagLibDescriptor.java | 29 * If you wish your version of this file to be governed by only the CDDL or 33 * recipient has the option to distribute your version of this file under 64 private String version = null; field in class:TagLibDescriptor 67 public TagLibDescriptor(Document doc, String version, String uri) { argument 69 this.version = version; 73 * @return spec version of tld file 76 return this.version;
|
/glassfish-3.1.2/core/bootstrap/src/main/java/com/sun/enterprise/glassfish/bootstrap/ |
H A D | SingleHK2Factory.java | 29 * If you wish your version of this file to be governed by only the CDDL or 33 * recipient has the option to distribute your version of this file under 83 public ModuleId createModuleId(String name, String version) { argument
|
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/admin/ |
H A D | VersionCommand.java | 29 * If you wish your version of this file to be governed by only the CDDL or 33 * recipient has the option to distribute your version of this file under 58 * Return the version and build number 62 @Service(name="version") 65 @I18n("version.command") 72 Version version; field in class:VersionCommand 79 vers = strings.getLocalString("version.verbose", 80 "{0}, JRE version {1}", 81 version.getFullVersion(), System.getProperty("java.version")); [all...] |
/glassfish-3.1.2/web/web-ha/src/main/java/org/glassfish/web/ha/session/management/ |
H A D | SimpleMetadataFactory.java | 29 * If you wish your version of this file to be governed by only the CDDL or 33 * recipient has the option to distribute your version of this file under 54 public static SimpleMetadata createSimpleMetadata(long version, long lastAccessTime, argument 56 return new SimpleMetadata(version, lastAccessTime, maxInactiveInterval, state); 61 public static SimpleMetadata createSimpleMetadata(long version, long lastAccessTime) { argument 62 return new SimpleMetadata(version, lastAccessTime, 0, null);
|
H A D | ReplicationManager.java | 29 * If you wish your version of this file to be governed by only the CDDL or 33 * recipient has the option to distribute your version of this file under 78 // public <V> V __load(String id, String version, JxtaBackingStoreImpl jxtaBackingStore) 81 public <V> V __load(String id, String version, BackingStore backingStore) argument
|
H A D | ReplicationManagerBase.java | 29 * If you wish your version of this file to be governed by only the CDDL or 33 * recipient has the option to distribute your version of this file under 106 public Session findSession(String id, String version) throws IOException { argument 108 logger.fine("in findSession: version=" + version); 110 if(!this.isSessionIdValid(id) || version == null) { 117 requiredVersion = (Long.valueOf(version)).longValue(); 119 logger.fine("Required version " + requiredVersion); 122 logger.log(Level.INFO,"required version nfe ", ex); 135 //if version matc [all...] |
H A D | ReplicationStore.java | 29 * If you wish your version of this file to be governed by only the CDDL or 33 * recipient has the option to distribute your version of this file under 163 _logger.fine("ReplicationStore>>doValveSave version:" + session.getVersion()); 166 SimpleMetadataFactory.createSimpleMetadata(session.getVersion(), //version 262 SimpleMetadataFactory.createSimpleMetadata(session.getVersion(), //version 394 public Session load(String id, String version) throws ClassNotFoundException, IOException { argument 396 return loadFromBackingStore(id, version); 405 public Session loadFromBackingStore(String id, String version) argument 407 SimpleMetadata metaData = (SimpleMetadata) getBackingStore().load(id, version); 499 public Session getSession(byte[] state, long version) throw argument [all...] |
/glassfish-3.1.2/admingui/plugin-service/src/main/java/org/glassfish/admingui/plugin/ |
H A D | Index.java | 29 * If you wish your version of this file to be governed by only the CDDL or 33 * recipient has the option to distribute your version of this file under 77 return this.version; 84 void setVersion(String version) { argument 85 this.version = version; 89 private String version; field in class:Index
|
H A D | TOC.java | 29 * If you wish your version of this file to be governed by only the CDDL or 33 * recipient has the option to distribute your version of this file under 77 return this.version; 84 void setVersion(String version) { argument 85 this.version = version; 89 private String version; field in class:TOC
|
/glassfish-3.1.2/build/maven-glassfishbuild-plugin/src/main/java/com/sun/enterprise/build/ |
H A D | ArtifactInfo.java | 29 * If you wish your version of this file to be governed by only the CDDL or 33 * recipient has the option to distribute your version of this file under 58 private String version; field in class:ArtifactInfo 77 return version; 80 public void setVersion(String version) { argument 81 this.version = version; 85 return factory.createArtifact(groupId,artifactId,version,null,"pom");
|
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/tomcat/util/digester/ |
H A D | XercesParser.java | 29 * If you wish your version of this file to be governed by only the CDDL or 33 * recipient has the option to distribute your version of this file under 74 * Create a <code>SAXParser</code> based on the underlying Xerces version. 120 * A <code>float</code> representing the underlying Xerces version 122 protected static float version; field in class:XercesParser 126 * The current Xerces version. 132 * Return the current Xerces version. 133 * @return the current Xerces version. 136 // If for some reason we can't get the version, set it to 1.0. 145 String version [all...] |
/glassfish-3.1.2/registration/glassfish-registration/src/main/java/com/sun/enterprise/registration/glassfish/ |
H A D | PingService.java | 29 * If you wish your version of this file to be governed by only the CDDL or 33 * recipient has the option to distribute your version of this file under 69 Version version; field in class:PingService 118 map.put("product", version.getProductName().replace(";", ":")); 119 map.put("version", getVersionNumber()); 133 logger.fine("X-JPkg-Metadata: version: " + 134 map.get("version")); 204 * Construct a cononical version number. 209 if (version.getMajorVersion() != null) 210 versionNumber.append(version [all...] |
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/server/ |
H A D | AppServerStartup.java | 29 * If you wish your version of this file to be governed by only the CDDL or 33 * recipient has the option to distribute your version of this file under 113 Version version; field in class:AppServerStartup 283 version.getVersion(), version.getBuildVersion(), platform,
|
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/ |
H A D | JaxrpcMappingDescriptor.java | 29 * If you wish your version of this file to be governed by only the CDDL or 33 * recipient has the option to distribute your version of this file under 62 public void setSpecVersion(String version) { argument
|
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/ |
H A D | EJBLocalObjectInvocationHandlerDelegate.java | 29 * If you wish your version of this file to be governed by only the CDDL or 33 * recipient has the option to distribute your version of this file under 143 private long version = 0L; //Used only for SFSBs field in class:EJBLocalObjectInvocationHandlerDelegate.SerializableLocalObjectDelegate 146 String intfClassName, Object primaryKey, boolean isOptionalLocalBusView, long version) { 151 this.version = version; 161 ejbLocalBusinessObjectImpl.setSfsbClientVersion(version); 145 SerializableLocalObjectDelegate(long containerId, String intfClassName, Object primaryKey, boolean isOptionalLocalBusView, long version) argument
|
H A D | EJBLocalObjectImpl.java | 29 * If you wish your version of this file to be governed by only the CDDL or 33 * recipient has the option to distribute your version of this file under 249 private long version; //Used only for SFSBs field in class:EJBLocalObjectImpl.SerializableLocalObject 259 Object primaryKey, long version) { 264 this.version = version; 268 return version; 279 ejbLocalObjectImpl.setSfsbClientVersion(version); 286 ejbLocalBusinessObjectImpl.setSfsbClientVersion(version); 256 SerializableLocalObject(long containerId, boolean localHomeView, boolean optionalLocalBusinessView, Object primaryKey, long version) argument
|
/glassfish-3.1.2/web/web-ha/src/main/java/org/glassfish/web/ha/authenticator/ |
H A D | HASingleSignOnEntry.java | 29 * If you wish your version of this file to be governed by only the CDDL or 33 * recipient has the option to distribute your version of this file under 60 protected long version; field in class:HASingleSignOnEntry 123 long lastAccessTime, long maxIdleTime, long version, 129 this.version = version; 135 lastAccessTime, maxIdleTime, version); 147 return version; 121 HASingleSignOnEntry(String id, Principal principal, String authType, String username, String realmName, long lastAccessTime, long maxIdleTime, long version, JavaEEIOUtils ioUtils) argument
|
H A D | HASingleSignOnEntryMetadata.java | 29 * If you wish your version of this file to be governed by only the CDDL or 33 * recipient has the option to distribute your version of this file under 67 protected long version; field in class:HASingleSignOnEntryMetadata 75 long lastAccessTime, long maxIdleTime, long version) { 84 this.version = version; 120 return version; 145 ", version=" + version + 73 HASingleSignOnEntryMetadata(String id, byte[] principalBytes, String authType, String userName, String realmName, long lastAccessTime, long maxIdleTime, long version) argument
|
/glassfish-3.1.2/admingui/core/src/main/java/org/glassfish/admingui/theme/ |
H A D | AdminguiThemeContext.java | 29 * If you wish your version of this file to be governed by only the CDDL or 33 * recipient has the option to distribute your version of this file under 70 * <p> This constructor takes in the theme name and version to use by 74 * @param themeVersion The version number (i.e. 4.2). 121 * version.</p> 123 public static Map setThemeParams(String theme, String version) { argument 129 if (version == null) { 130 version = "4.2"; 132 map.put(ThemeContext.DEFAULT_THEME_VERSION, version);
|
/glassfish-3.1.2/common/common-util/src/main/java/org/glassfish/common/util/admin/ |
H A D | AsadminInput.java | 29 * If you wish your version of this file to be governed by only the CDDL or 33 * recipient has the option to distribute your version of this file under 68 * version=<i>some-version-value</i> 69 * (lines as expected by the specified version) 72 * Currently there is only one version supported. The lines following 73 * the version spec must be in the format of a properties file, with the convention 91 private final static String VERSION_INTRODUCER = "version="; 101 * Returns a string containing a specifier for the current version, suitable 123 * Returns a reader that can consume the specified version o 134 newReader(final BufferedReader reader, final String version) argument 212 unknownVersionMsg(final String version) argument [all...] |
/glassfish-3.1.2/deployment/common/src/main/java/org/glassfish/deployment/common/ |
H A D | AnnotationScanner.java | 29 * If you wish your version of this file to be governed by only the CDDL or 33 * recipient has the option to distribute your version of this file under 65 public void visit(int version, argument
|
/glassfish-3.1.2/deployment/javax.enterprise.deploy/src/main/java/javax/enterprise/deploy/spi/ |
H A D | DeploymentManager.java | 29 * If you wish your version of this file to be governed by only the CDDL or 33 * recipient has the option to distribute your version of this file under 315 * updated version. The runtime configuration information for 356 * updated version. The runtime configuration information for 456 * Returns the Java EE platform version number for which the 458 * been compiled with the J2SE version required by the Java EE 462 * platform version number for which these beans are provided. 468 * version specified. It returns 'false' if the version is 471 * @param version 475 isDConfigBeanVersionSupported(DConfigBeanVersionType version) argument 486 setDConfigBeanVersion(DConfigBeanVersionType version) argument [all...] |
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/spi/sfsb/store/ |
H A D | SFSBBeanState.java | 29 * If you wish your version of this file to be governed by only the CDDL or 33 * recipient has the option to distribute your version of this file under 72 private long version = -1; field in class:SFSBBeanState 76 public SFSBBeanState(Serializable sessionId, long lastAccess, boolean isNew, byte[] state, long version) { argument 81 this.version = version; 121 return version; 125 public void setVersion(long version) { argument 126 this.version = version; 144 _storeable_setVersion(long version) argument [all...] |