kortsoft.kmx.deployer
Class BaseDeployer

java.lang.Object
  extended by kortsoft.kmx.deployer.BaseDeployer
All Implemented Interfaces:
Deployer
Direct Known Subclasses:
JarDeployer

public abstract class BaseDeployer
extends java.lang.Object
implements Deployer

View Source

Version:
$Revision: 1.1 $
Author:
Alvaro

Constructor Summary
BaseDeployer()
           
 
Method Summary
protected  void instanceAlreadyExists(java.lang.String name)
           
protected  void notifyRegistrationProblem(java.lang.Class<? extends Deployer> deployerClass, java.io.File file, javax.management.MBeanRegistrationException e1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface kortsoft.kmx.deployer.Deployer
deployElement, setMBeanServer, setParent
 

Constructor Detail

BaseDeployer

public BaseDeployer()
Method Detail

notifyRegistrationProblem

protected void notifyRegistrationProblem(java.lang.Class<? extends Deployer> deployerClass,
                                         java.io.File file,
                                         javax.management.MBeanRegistrationException e1)
Parameters:
class1 -
file -
e1 -

instanceAlreadyExists

protected void instanceAlreadyExists(java.lang.String name)
Parameters:
name -


Copyright © 2005 Kortsoft. All Rights Reserved.