kortsoft.kmx.deployer
Interface Deployer
- All Known Implementing Classes:
- BaseDeployer, ComponentDirDeployer, JarDeployer, SimpleFileDeployer
public interface Deployer
Component that knows how to deploy/load a resource.
It is provided a file and must do a task specific with
the loading of that kind of resource (usually add it to
the classloader, but i could do more things).
View Source
- Version:
- $Revision: 1.2 $
- Author:
- Alvaro
deployElement
void deployElement(java.io.File file)
setParent
void setParent(java.lang.ClassLoader parent)
setMBeanServer
void setMBeanServer(javax.management.MBeanServer server)
Copyright © 2005 Kortsoft. All Rights Reserved.