|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JarList | |
---|---|
org.objectweb.jonas.common.cpmanager |
Uses of JarList in org.objectweb.jonas.common.cpmanager |
---|
Methods in org.objectweb.jonas.common.cpmanager with parameters of type JarList | |
---|---|
void |
JarList.merge(JarList jarList)
Merge the specified JarList to the current JarList without adding duplicate entry. |
void |
JarList.remove(JarList jarList)
Remove all the entries contained in the jarList to the current jarList. |
Constructors in org.objectweb.jonas.common.cpmanager with parameters of type JarList | |
---|---|
EarClassPathManager(JarList ejbs,
JarList wars,
URL directory)
Construct an instance of a EarClassPathManager |
|
EarClassPathManager(JarList clients,
URL directory)
Construct an instance of a EarClassPathManager |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |