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 java.lang.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 java.util.List<java.lang.String> configs
domain
protected Domain domain
systemproperties
protected java.lang.String systemproperties
copyOfConfig
protected Config copyOfConfig
CopyConfig
public CopyConfig()
copyConfig
public Config copyConfig(Configs configs,
Config config,
java.lang.String destConfigName,
java.util.logging.Logger logger)
throws java.beans.PropertyVetoException,
org.jvnet.hk2.config.TransactionFailure
- Throws:
java.beans.PropertyVetoException
org.jvnet.hk2.config.TransactionFailure
Copyright © 2012 GlassFish Community. All Rights Reserved.