public abstract class AbstractProcessingUnitDetailedDependencies<T extends ProcessingUnitDependency,IT extends InternalProcessingUnitDependency> extends Object implements InternalProcessingUnitDetailedDependencies<T,IT>
Constructor and Description |
---|
AbstractProcessingUnitDetailedDependencies(InternalProcessingUnitDependencyFactory<IT> dependencyFactory) |
Modifier and Type | Method and Description |
---|---|
void |
addDependencies(org.jini.rio.core.RequiredDependencies requiredDependencies)
Merges with dependencies in GSM format
|
void |
addDependency(T newDependency)
Adds the specified dependency.
|
T |
getDependencyByName(String requiredProcessingUnitName) |
String[] |
getRequiredProcessingUnitsNames() |
boolean |
isEmpty() |
org.jini.rio.core.RequiredDependencies |
toRequiredDependencies()
Converts this to GSM compatible format.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCommandLineOption
public AbstractProcessingUnitDetailedDependencies(InternalProcessingUnitDependencyFactory<IT> dependencyFactory)
public boolean isEmpty()
isEmpty
in interface ProcessingUnitDetailedDependencies<T extends ProcessingUnitDependency>
public String[] getRequiredProcessingUnitsNames()
getRequiredProcessingUnitsNames
in interface ProcessingUnitDetailedDependencies<T extends ProcessingUnitDependency>
public void addDependency(T newDependency)
InternalProcessingUnitDetailedDependencies
addDependency
in interface InternalProcessingUnitDetailedDependencies<T extends ProcessingUnitDependency,IT extends InternalProcessingUnitDependency>
public T getDependencyByName(String requiredProcessingUnitName)
getDependencyByName
in interface ProcessingUnitDetailedDependencies<T extends ProcessingUnitDependency>
public org.jini.rio.core.RequiredDependencies toRequiredDependencies()
InternalProcessingUnitDetailedDependencies
toRequiredDependencies
in interface InternalProcessingUnitDetailedDependencies<T extends ProcessingUnitDependency,IT extends InternalProcessingUnitDependency>
public void addDependencies(org.jini.rio.core.RequiredDependencies requiredDependencies)
InternalProcessingUnitDetailedDependencies
addDependencies
in interface InternalProcessingUnitDetailedDependencies<T extends ProcessingUnitDependency,IT extends InternalProcessingUnitDependency>
Copyright © GigaSpaces.