/glassfish-3.1.2/admin/config-api/src/main/java/org/glassfish/config/support/ |
H A D | ConfigurationPersistence.java | 64 public void save(DomDocument doc) throws IOException, XMLStreamException; method in interface:ConfigurationPersistence
|
/glassfish-3.1.2/core/kernel/src/main/java/org/glassfish/kernel/embedded/ |
H A D | EmbeddedDomainPersistence.java | 97 public void save(DomDocument doc) throws IOException { method in class:EmbeddedDomainPersistence 105 super.save(doc);
|
/glassfish-3.1.2/deployment/javax.enterprise.deploy/src/main/java/javax/enterprise/deploy/spi/ |
H A D | DeploymentConfiguration.java | 122 * @param bean The top level bean, DConfigBeanRoot, from which to be save. 145 * @param outputArchive The output stream to which to save the 149 public void save(OutputStream outputArchive) throws method in interface:DeploymentConfiguration
|
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/tomcat/util/modeler/modules/ |
H A D | MbeansSourceMBean.java | 100 public void save(); method in interface:MbeansSourceMBean
|
H A D | MbeansSource.java | 348 public void save() { method in class:MbeansSource
|
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/universal/process/ |
H A D | ProcessStreamDrainerWorker.java | 50 ProcessStreamDrainerWorker(InputStream in, PrintStream Redirect, boolean save) argument 58 if(save) {
|
H A D | ProcessStreamDrainer.java | 94 * Create an instance and drain the process' stderr and stdout and save it to 99 public static ProcessStreamDrainer save(String processName, Process process) method in class:ProcessStreamDrainer 152 private ProcessStreamDrainer(String processName, Process process, boolean redirect, boolean save) argument 169 outWorker = new ProcessStreamDrainerWorker(process.getInputStream(), System.out, save); 171 outWorker = new ProcessStreamDrainerWorker(process.getInputStream(), null, save); 177 errWorker = new ProcessStreamDrainerWorker(process.getErrorStream(), System.err, save); 179 errWorker = new ProcessStreamDrainerWorker(process.getErrorStream(), null, save);
|
/glassfish-3.1.2/persistence/cmp/utility/src/main/java/com/sun/jdo/spi/persistence/utility/generator/ |
H A D | JavaFileWriter.java | 54 * or saved to a file by calling {@link #save}. The semantics of this 56 * - Resource allocation is deferred to save - there is no need to worry about 60 * during save if an exception is thrown. 105 public void save () throws IOException; method in interface:JavaFileWriter
|
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/server/ |
H A D | DomainXmlPersistence.java | 123 public void save(DomDocument doc) throws IOException { method in class:DomainXmlPersistence 195 // save the temp file to domain.xml
|
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/ |
H A D | Store.java | 69 * Implementations are free to save and load the Sessions to any media they 182 public void save(Session session) throws IOException; method in interface:Store
|
/glassfish-3.1.2/admin/config-api/src/test/java/com/sun/enterprise/configapi/tests/ |
H A D | DeepCopyTest.java | 105 String resultingXML = save(document).toString(); 173 public OutputStream save(DomDocument doc) throws IOException, XMLStreamException { method in class:DeepCopyTest
|
/glassfish-3.1.2/common/internal-api/src/main/java/org/glassfish/internal/data/ |
H A D | EngineRef.java | 187 public void save(Engine engine) throws TransactionFailure, PropertyVetoException { method in class:EngineRef
|
H A D | ModuleInfo.java | 399 public void save(Module module) throws TransactionFailure, PropertyVetoException { method in class:ModuleInfo 417 ref.save(engine);
|
H A D | ApplicationInfo.java | 436 public void save(Application app) throws TransactionFailure, PropertyVetoException { method in class:ApplicationInfo 441 ref.save(engine); 452 module.save(modConfig);
|
/glassfish-3.1.2/deployment/client/src/main/java/org/glassfish/deployapi/config/ |
H A D | SunDeploymentConfiguration.java | 149 * @param outputArchive The output stream to which to save the 153 public void save(OutputStream outputStream) throws ConfigurationException { method in class:SunDeploymentConfiguration 163 * @param bean The top level bean, DConfigBeanRoot, from which to be save.
|
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/session/ |
H A D | FileStore.java | 383 public void save(Session session) throws IOException { method in class:FileStore
|
H A D | JDBCStore.java | 167 * Variable to hold the <code>save()</code> prepared statement. 680 public void save(Session session) throws IOException { method in class:JDBCStore
|
/glassfish-3.1.2/persistence/cmp/utility/src/main/java/com/sun/jdo/spi/persistence/utility/generator/io/ |
H A D | IOJavaFileWriter.java | 78 * @param file The file object which will be used at save time. 144 public void save () throws IOException method in class:IOJavaFileWriter
|
/glassfish-3.1.2/web/web-ha/src/main/java/org/glassfish/web/ha/session/management/ |
H A D | BaseHASession.java | 163 public void save() { method in class:BaseHASession
|
H A D | ReplicationStore.java | 137 // begin 6470831 do not save if session is not valid 150 _logger.finest("ReplicationStore->Byte array to save"); 175 replicator.save(session.getIdInternal(), //id 184 (IOException) new IOException("Error during save: " + ex.getMessage()).initCause(ex); 228 public void save(Session session) throws IOException { method in class:ReplicationStore 259 _logger.fine("ReplicationStore>>save: backing store : " + backingStore); 268 backingStore.save(session.getIdInternal(), //id 272 (IOException) new IOException("Error during save: " + ex.getMessage()).initCause(ex);
|
H A D | ReplicationAttributeStore.java | 107 public void save(Session session) throws IOException { method in class:ReplicationAttributeStore 133 // begin 6470831 do not save if session is not valid 149 _logger.fine("ReplicationAttributeStore>>save: replicator: " + replicator); 158 replicator.save(session.getIdInternal(), //id 177 // begin 6470831 do not save if session is not valid 198 replicator.save(session.getIdInternal(), //id 252 //save session - save will reset dirty to false
|
/glassfish-3.1.2/cluster/cli/src/main/java/com/sun/enterprise/admin/cli/cluster/ |
H A D | InstallNodeBaseCommand.java | 81 private boolean save; field in class:InstallNodeBaseCommand 127 if (!save && delete) {
|
/glassfish-3.1.2/ha/ha-file-store/src/main/java/org/glassfish/ha/store/adapter/file/ |
H A D | FileBackingStore.java | 254 public String save(K sessionKey, V value, boolean isNew) method in class:FileBackingStore 260 logger.log(TRACE_LEVEL, debugStr + "Entered save(" + sessionKey + ")"); 264 logger.log(TRACE_LEVEL, debugStr + "Done save(" + sessionKey + ")"); 424 String errMsg = "Could not save session: " + sessionKey;
|