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 AbstractProcessingUnitDependencies
addDetailedAllDependencies, addDetailedDependencies, addDetailedDependenciesByCommandLineOption, equals, getDependenciesRequiredProcessingUnitNames, getDetailedDependencies, hashCode, setDetailedDependencies, toCommandLineParameters, toStringMethods inherited from interface InternalProcessingUnitDependencies
addDetailedDependencies, addDetailedDependenciesByCommandLineOption, toCommandLineParametersMethods inherited from interface 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>
-