Class DefaultProcessingUnitDependencies
java.lang.Object
org.openspaces.admin.internal.pu.dependency.AbstractProcessingUnitDependencies<ProcessingUnitDependency,InternalProcessingUnitDependency>
org.openspaces.admin.internal.pu.dependency.DefaultProcessingUnitDependencies
- All Implemented Interfaces:
InternalProcessingUnitDependencies<ProcessingUnitDependency,,InternalProcessingUnitDependency> ProcessingUnitDependencies<ProcessingUnitDependency>
public class DefaultProcessingUnitDependencies
extends AbstractProcessingUnitDependencies<ProcessingUnitDependency,InternalProcessingUnitDependency>
implements InternalProcessingUnitDependencies<ProcessingUnitDependency,InternalProcessingUnitDependency>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionInternalProcessingUnitDeploymentDependencies<ProcessingUnitDependency,InternalProcessingUnitDependency> voidsetDeploymentDependencies(InternalProcessingUnitDeploymentDependencies<ProcessingUnitDependency, InternalProcessingUnitDependency> deploymentDependencies) Methods inherited from class org.openspaces.admin.internal.pu.dependency.AbstractProcessingUnitDependencies
addDetailedAllDependencies, addDetailedDependencies, addDetailedDependenciesByCommandLineOption, equals, getDependenciesRequiredProcessingUnitNames, getDetailedDependencies, hashCode, setDetailedDependencies, toCommandLineParameters, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.openspaces.admin.internal.pu.dependency.InternalProcessingUnitDependencies
addDetailedDependencies, addDetailedDependenciesByCommandLineOption, toCommandLineParametersMethods inherited from interface org.openspaces.admin.pu.dependency.ProcessingUnitDependencies
getDependenciesRequiredProcessingUnitNames
-
Constructor Details
-
DefaultProcessingUnitDependencies
public DefaultProcessingUnitDependencies()
-
-
Method Details
-
getDeploymentDependencies
public InternalProcessingUnitDeploymentDependencies<ProcessingUnitDependency,InternalProcessingUnitDependency> getDeploymentDependencies()- Specified by:
getDeploymentDependenciesin interfaceInternalProcessingUnitDependencies<ProcessingUnitDependency,InternalProcessingUnitDependency> - Specified by:
getDeploymentDependenciesin interfaceProcessingUnitDependencies<ProcessingUnitDependency>
-
setDeploymentDependencies
public void setDeploymentDependencies(InternalProcessingUnitDeploymentDependencies<ProcessingUnitDependency, InternalProcessingUnitDependency> deploymentDependencies) - Specified by:
setDeploymentDependenciesin interfaceInternalProcessingUnitDependencies<ProcessingUnitDependency,InternalProcessingUnitDependency>
-