Module com.aoapps.appcluster.csync2
Package com.aoapps.appcluster.csync2
Class Csync2ResourceNodePropertiesConfiguration
java.lang.Object
com.aoapps.appcluster.ResourceNodePropertiesConfiguration<Csync2Resource,Csync2ResourceNode>
com.aoapps.appcluster.CronResourceNodePropertiesConfiguration<Csync2Resource,Csync2ResourceNode>
com.aoapps.appcluster.csync2.Csync2ResourceNodePropertiesConfiguration
- All Implemented Interfaces:
CronResourceNodeConfiguration<Csync2Resource,
,Csync2ResourceNode> Csync2ResourceNodeConfiguration
,ResourceNodeConfiguration<Csync2Resource,
Csync2ResourceNode>
public class Csync2ResourceNodePropertiesConfiguration
extends CronResourceNodePropertiesConfiguration<Csync2Resource,Csync2ResourceNode>
implements Csync2ResourceNodeConfiguration
The configuration for a csync2 resource.
- Author:
- AO Industries, Inc.
-
Field Summary
Fields inherited from class com.aoapps.appcluster.ResourceNodePropertiesConfiguration
nodeId, nodeRecords, properties, resourceId
-
Constructor Summary
ModifierConstructorDescriptionprotected
Csync2ResourceNodePropertiesConfiguration
(AppClusterPropertiesConfiguration properties, String resourceId, String nodeId, String type) Creates a newCsync2ResourceNodePropertiesConfiguration
. -
Method Summary
Methods inherited from class com.aoapps.appcluster.ResourceNodePropertiesConfiguration
equals, getNodeId, getNodeRecords, getResourceId, hashCode, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.aoapps.appcluster.ResourceNodeConfiguration
equals, getNodeId, getNodeRecords, getResourceId, hashCode, toString
-
Constructor Details
-
Csync2ResourceNodePropertiesConfiguration
protected Csync2ResourceNodePropertiesConfiguration(AppClusterPropertiesConfiguration properties, String resourceId, String nodeId, String type) throws AppClusterConfigurationException Creates a newCsync2ResourceNodePropertiesConfiguration
.- Throws:
AppClusterConfigurationException
-
-
Method Details
-
getExe
Description copied from interface:Csync2ResourceNodeConfiguration
- Specified by:
getExe
in interfaceCsync2ResourceNodeConfiguration
-
newResourceNode
- Specified by:
newResourceNode
in interfaceCsync2ResourceNodeConfiguration
- Specified by:
newResourceNode
in interfaceResourceNodeConfiguration<Csync2Resource,
Csync2ResourceNode> - Specified by:
newResourceNode
in classCronResourceNodePropertiesConfiguration<Csync2Resource,
Csync2ResourceNode> - Throws:
AppClusterConfigurationException
-