org.abstracthorizon.extend.server.deployment.support
Class JarModule

java.lang.Object
  extended by org.abstracthorizon.extend.server.deployment.support.AbstractModule
      extended by org.abstracthorizon.extend.server.deployment.support.JarModule
All Implemented Interfaces:
Module

public class JarModule
extends AbstractModule

Jar file module

Author:
Daniel Sendula

Field Summary
 
Fields inherited from class org.abstracthorizon.extend.server.deployment.support.AbstractModule
classLoader, dependOnThis, dependsOn, moduleId, originalUrl, state, workingUrl
 
Fields inherited from interface org.abstracthorizon.extend.server.deployment.Module
CREATED, DEFINED, STARTED, UNDEFINED, WAITING_ON_CREATE, WAITING_ON_CREATE_TO_START, WAITING_ON_START
 
Constructor Summary
JarModule(ModuleId moduleId)
          Constructor
 
Method Summary
protected  void createClassLoader()
          This method creates the class loader
 String toString()
           
 
Methods inherited from class org.abstracthorizon.extend.server.deployment.support.AbstractModule
create, destroy, equals, getClassLoader, getDependOnThis, getDependsOn, getModuleId, getOriginalLocation, getState, getWorkingLocation, setLocation, setModuleId, setState, start, stop
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JarModule

public JarModule(ModuleId moduleId)
Constructor

Parameters:
name - name
Method Detail

createClassLoader

protected void createClassLoader()
This method creates the class loader

Overrides:
createClassLoader in class AbstractModule

toString

public String toString()
Overrides:
toString in class AbstractModule


Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.