Searched defs:open (Results 1 - 25 of 36) sorted by relevance

12

/glassfish-3.1.2/common/glassfish-api/src/main/java/org/glassfish/api/deployment/archive/
H A DReadableArchiveFactory.java64 ReadableArchive open(URI archivePath, DeployCommandParameters commandProperties); method in interface:ReadableArchiveFactory
H A DReadableArchive.java88 public void open(URI uri) throws IOException; method in interface:ReadableArchive
H A DReadableArchiveAdapter.java60 public void open(URI arg0) throws IOException { method in class:ReadableArchiveAdapter
/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/jta/
H A DNativeXAResource.java58 public void open() throws XAException; method in interface:NativeXAResource
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/archivist/
H A DEarPersistenceArchivist.java70 public Object open(Archivist main, ReadableArchive earArchive, final RootDeploymentDescriptor descriptor) throws IOException, SAXParseException { method in class:EarPersistenceArchivist
H A DWarPersistenceArchivist.java66 public Object open(Archivist main, ReadableArchive warArchive, RootDeploymentDescriptor descriptor) throws IOException, SAXParseException { method in class:WarPersistenceArchivist
H A DWebServicesArchivist.java80 public Object open(Archivist main, ReadableArchive archive, RootDeploymentDescriptor descriptor) throws IOException, SAXParseException { method in class:WebServicesArchivist
82 BundleDescriptor.class.cast(super.open(main, archive, descriptor));
H A DWLApplicationArchivist.java91 public Object open(Archivist main, ReadableArchive archive, RootDeploymentDescriptor descriptor) throws IOException, SAXParseException { method in class:WLApplicationArchivist
H A DWLEjbArchivist.java87 public Object open(Archivist main, ReadableArchive archive, RootDeploymentDescriptor descriptor) throws IOException, SAXParseException { method in class:WLEjbArchivist
H A DWLWebArchivist.java89 public Object open(Archivist main, ReadableArchive archive, RootDeploymentDescriptor descriptor) throws IOException, SAXParseException { method in class:WLWebArchivist
H A DExtensionsArchivist.java105 public Object open(Archivist main, ReadableArchive archive, RootDeploymentDescriptor descriptor) method in class:ExtensionsArchivist
H A DACCPersistenceArchivist.java88 public Object open(Archivist main, ReadableArchive archive, RootDeploymentDescriptor descriptor) throws IOException, SAXParseException { method in class:ACCPersistenceArchivist
H A DAppClientArchivist.java110 public ApplicationClientDescriptor open(final ReadableArchive archive, method in class:AppClientArchivist
113 return super.open(archive);
H A DPersistenceArchivist.java85 public Object open(Archivist main, ReadableArchive archive, RootDeploymentDescriptor descriptor) method in class:PersistenceArchivist
129 PersistenceUnitsDescriptor.class.cast(super.open(main, subArchive, descriptor));
188 // It is assumed that subclasses not overriding open() (which are currently ACCPersitenceArchivist and ServerSidePersitenceArchivist)
H A DApplicationArchivist.java216 * open a new application archive file, read all the deployment descriptors
221 public Application open(ReadableArchive appArchive) method in class:ApplicationArchivist
242 Object o = extension.open(this, archive, descriptor);
611 Object rdd = extension.open(newArchivist, embeddedArchive, descriptor);
655 // open the subarchive to get the deployment descriptor...
657 descriptor = newArchivist.open(embeddedArchive, app);
/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/CosTransactions/
H A DLog.java213 LogFile open( String serverName, method in class:Log
225 // Create a new LogFile object with the handle to represent the open log.
230 // If the log open failed, report the error.
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/server/
H A DCompositeArchive.java89 public void open(URI uri) throws IOException { method in class:CompositeArchive
90 delegate.open(uri);
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/logger/
H A DFileLogger.java89 * The as-of date for the currently open log file, or a zero-length
90 * string if there is no open log file.
269 open();
290 * Close the currently open log file (if any)
307 private void open() { method in class:FileLogger
/glassfish-3.1.2/deployment/client/src/main/java/org/glassfish/deployapi/config/
H A DConfigBeanArchive.java161 public void open(URI uri) throws IOException { method in class:ConfigBeanArchive
/glassfish-3.1.2/deployment/common/src/main/java/com/sun/enterprise/deployment/deploy/shared/
H A DDeploymentPlanArchive.java87 public void open(URI uri) throws IOException { method in class:DeploymentPlanArchive
315 * Returns the path used to create or open the underlying archive
H A DMemoryMappedArchive.java105 public void open(URI uri) throws IOException { method in class:MemoryMappedArchive
H A DMultiReadableArchive.java113 public void open(URI uri) throws IOException { method in class:MultiReadableArchive
117 public void open(URI... uris) throws IOException { method in class:MultiReadableArchive
/glassfish-3.1.2/appclient/client/acc/src/main/java/org/glassfish/appclient/client/acc/
H A DHTTPInputArchive.java130 public void open(URI uri) throws IOException { method in class:HTTPInputArchive
/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/provider/
H A DPolicyConfigurationFactoryImpl.java115 * the "open" state as a result of the call. The states in the lifecycle
172 // return the policy configuration to the open state, value of
216 // initialized. Will only open pc if remove is true (otherwise pc will
220 getPolicyConfigurationImplFromDirectory(String contextId, boolean open, boolean remove) { argument
224 pci = new PolicyConfigurationImpl(f, open, remove, this);
294 // was initialized (do not open pc or remove policy statements).
/glassfish-3.1.2/web/web-ajp/src/main/java/org/apache/jk/common/
H A DChannelUn.java262 public int open(MsgContext ep) throws IOException { method in class:ChannelUn
263 // Will associate a jk_endpoint with ep and call open() on it.
320 int status=this.open(ep);

Completed in 486 milliseconds

12