Searched defs:save (Results 1 - 23 of 23) sorted by relevance

/glassfish-3.1.2/admin/config-api/src/main/java/org/glassfish/config/support/
H A DConfigurationPersistence.java64 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 DEmbeddedDomainPersistence.java97 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 DDeploymentConfiguration.java122 * @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 DMbeansSourceMBean.java100 public void save(); method in interface:MbeansSourceMBean
H A DMbeansSource.java348 public void save() { method in class:MbeansSource
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/universal/process/
H A DProcessStreamDrainerWorker.java50 ProcessStreamDrainerWorker(InputStream in, PrintStream Redirect, boolean save) argument
58 if(save) {
H A DProcessStreamDrainer.java94 * 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 DJavaFileWriter.java54 * 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 DDomainXmlPersistence.java123 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 DStore.java69 * 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 DDeepCopyTest.java105 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 DEngineRef.java187 public void save(Engine engine) throws TransactionFailure, PropertyVetoException { method in class:EngineRef
H A DModuleInfo.java399 public void save(Module module) throws TransactionFailure, PropertyVetoException { method in class:ModuleInfo
417 ref.save(engine);
H A DApplicationInfo.java436 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 DSunDeploymentConfiguration.java149 * @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 DFileStore.java383 public void save(Session session) throws IOException { method in class:FileStore
H A DJDBCStore.java167 * 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 DIOJavaFileWriter.java78 * @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 DBaseHASession.java163 public void save() { method in class:BaseHASession
H A DReplicationStore.java137 // 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 DReplicationAttributeStore.java107 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 DInstallNodeBaseCommand.java81 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 DFileBackingStore.java254 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;

Completed in 38 milliseconds