Searched defs:load (Results 1 - 25 of 56) sorted by relevance

123

/glassfish-3.1.2/common/glassfish-api/src/main/java/org/glassfish/api/deployment/
H A DApplicationMetaDataProvider.java68 public T load(DeploymentContext dc) throws IOException; method in interface:ApplicationMetaDataProvider
H A DDeployer.java96 public U load(T container, DeploymentContext context); method in interface:Deployer
H A DOpsParams.java56 * load when an already deployed application is being reloaded.
64 load, deploy, deploy_instance, unload, undeploy, create_application_ref; enum constant in enum:OpsParams.Origin
78 if (this == Origin.load) {
89 if (this == Origin.load || this == Origin.deploy_instance ||
/glassfish-3.1.2/verifier/verifier-impl/src/main/java/com/sun/enterprise/tools/verifier/apiscan/classfile/
H A DClassFileLoader.java60 * what is used in java.lang.ClassLoader.load() or
67 ClassFile load(String externalClassName) throws IOException; method in interface:ClassFileLoader
H A DBCELClassFileLoader1.java88 public ClassFile load(String externalClassName) throws IOException { method in class:BCELClassFileLoader1
89 logger.entering("BCELClassFileLoader1", "load", externalClassName); // NOI18N
92 //don't call getInputStream as it first tries to load using the
H A DASMClassFileLoader.java60 * internally uses the the standard Java ClassLoader to load the resource and
78 * subsequent load operations, this classloader will be used.
100 * @param cl is the classloader that will be used in subsequent load
108 public ClassFile load(String externalClassName) throws IOException { method in class:ASMClassFileLoader
109 logger.entering("ASMClassFileLoader", "load", externalClassName); // NOI18N
116 logger.logp(Level.FINE, "ASMClassFileLoader", "load", // NOI18N
129 "Not able to load " + internalClassName + ".class");
H A DBCELClassFileLoader.java64 * internally uses the the standard Java ClassLoader to load the resource and
80 * subsequent load operations, this classloader will be used.
106 * @param cl is the classloader that will be used in subsequent load
114 public ClassFile load(String externalClassName) throws IOException { method in class:BCELClassFileLoader
115 logger.entering("BCELClassFileLoader", "load", externalClassName); // NOI18N
121 throw new IOException("Not able to load " + internalClassName + ".class");
H A DASMClosureCompilerImpl.java81 * @param loader the ClassFileLoader that is used to load the referenced
110 ClassFile cf = load(className);
136 ClassFile cf = load(Util.convertToExternalClassName
139 continue; // no need to call handleFailure() as it is done by this.load()
153 load(externalClassName);
160 * load class with given name. It also recurssively loads all classes in the
172 protected ClassFile load(String className) { method in class:ASMClosureCompilerImpl
173 logger.entering("ASMClosureCompilerImpl", "load", // NOI18N
177 cf = loader.load(className);
194 load(superClassNam
[all...]
/glassfish-3.1.2/common/internal-api/src/main/java/org/glassfish/internal/deployment/
H A DGenericDeployer.java69 public GenericApplicationContainer load(T container, DeploymentContext context) { method in class:GenericDeployer
/glassfish-3.1.2/extras/grizzly-container/src/main/java/org/glassfish/extras/grizzly/
H A DGrizzlyDeployer.java87 public GrizzlyApp load(GrizzlyContainer container, DeploymentContext context) { method in class:GrizzlyDeployer
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/tomcat/util/modeler/modules/
H A DMbeansSourceMBean.java66 * This mbean will load an extended mlet file ( similar in syntax with jboss ).
72 /** Set the source to be used to load the mbeans
90 public void load() throws Exception; method in interface:MbeansSourceMBean
92 /** Call the init method on all mbeans. Will call load if not done already
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/admin/adapter/
H A DInstallerThread.java108 load();
197 private void load() { method in class:InstallerThread
/glassfish-3.1.2/deployment/common/src/main/java/org/glassfish/deployment/common/
H A DSimpleDeployer.java54 * clean up and do not actually load/unload application
98 public U load(T container, DeploymentContext context) { method in class:SimpleDeployer
/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
139 * @param id Session identifier of the session to load
144 public Session load(String id) method in interface:Store
/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/enterprise/web/
H A DMimeMap.java82 void load(String file) throws IOException { method in class:MimeMap
H A DWebDeployer.java188 public WebApplication load(WebContainer container, DeploymentContext dc) { method in class:WebDeployer
189 super.load(container, dc);
/glassfish-3.1.2/persistence/common/src/main/java/org/glassfish/persistence/common/database/
H A DPropertyHelper.java65 * This class provides helper to load reources into property object.
81 * @param properties Properties object to load
83 * @param classLoader The class loader that should be used to load the resource. If null,primordial
88 load(properties, resourceName, false, classLoader);
94 * @param properties Properties object to load
99 load(properties, fileName, true, null);
109 * @param classLoader The class loader that should be used to load the resource. If null,primordial
111 * @param properties Properties object to load
114 private static void load(Properties properties, final String resourceName, method in class:PropertyHelper
125 messages, "database.PropertyHelper.load",item
[all...]
/glassfish-3.1.2/common/internal-api/src/main/java/org/glassfish/internal/data/
H A DEngineInfo.java122 public void load(ExtendedDeploymentContext context) { method in class:EngineInfo
H A DEngineRef.java117 public void load(ExtendedDeploymentContext context, ProgressTracker tracker) { method in class:EngineRef
118 getContainerInfo().load(context);
H A DModuleInfo.java158 public void load(ExtendedDeploymentContext context, ProgressTracker tracker) throws Exception { method in class:ModuleInfo
186 ApplicationContainer appCtr = deployer.load(engineInfo.getContainer(), context);
188 String msg = "Cannot load application in " + engineInfo.getContainer().getName() + " container";
192 engine.load(context, tracker);
196 logger.log(Level.SEVERE, "Exception while invoking " + deployer.getClass() + " load method", e);
/glassfish-3.1.2/deployment/javaee-core/src/main/java/org/glassfish/javaee/core/deployment/
H A DJavaEEDeployer.java234 public U load(T container, DeploymentContext context) { method in class:JavaEEDeployer
H A DDolProvider.java132 public Application load(DeploymentContext dc) throws IOException { method in class:DolProvider
/glassfish-3.1.2/extras/osgi-container/src/main/java/org/glassfish/extras/osgicontainer/
H A DOSGiDeployer.java67 public OSGiDeployedBundle load(OSGiContainer container, DeploymentContext context) { method in class:OSGiDeployer
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/session/
H A DFileStore.java266 * @param id Session identifier of the session to load
271 public Session load(String id) method in class:FileStore
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/startup/
H A DBootstrap.java243 private void load(String[] arguments) method in class:Bootstrap
246 // Call the load() method
247 String methodName = "load";
287 load(arguments);

Completed in 1284 milliseconds

123