com.sun.enterprise.config.serverbeans
Class CopyConfig
java.lang.Object
com.sun.enterprise.config.serverbeans.CopyConfig
- All Implemented Interfaces:
- AdminCommand
public abstract class CopyConfig
- extends Object
- implements AdminCommand
This is the abstract class which will be used by the config beans
Cluster and Server classes to copy the default-configs
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
configs
protected List<String> configs
domain
protected Domain domain
systemproperties
protected String systemproperties
copyOfConfig
protected Config copyOfConfig
CopyConfig
public CopyConfig()
copyConfig
public Config copyConfig(Configs configs,
Config config,
String destConfigName,
Logger logger)
throws PropertyVetoException,
org.jvnet.hk2.config.TransactionFailure
- Throws:
PropertyVetoException
org.jvnet.hk2.config.TransactionFailure
Copyright © 2012 GlassFish Community. All Rights Reserved.