File
Doc
Category
Size
Date
Package
ApplicationLoaderFactory.java
API Doc
Glassfish v2 API
2528
Fri May 04 22:35:50 BST 2007
com.sun.enterprise.server.pluggable
ApplicationLoaderFactory
public interface ApplicationLoaderFactory
Support for pluggable loader features. This interface provides access to application loader objects that are pluggable amongst various editions of the product.
(
Omit source code
)
Fields Summary
Constructors Summary
Methods Summary
public
com.sun.enterprise.server.ApplicationLoader
createApplicationLoader
(
java.lang.String
id,
java.lang.ClassLoader
parentClassLoader,
com.sun.enterprise.instance.AppsManager
configMgr)
Create a Application Loader
Java Code Source