Package org.pentaho.di.shared
Class VariableSharingSlaveServerManager
java.lang.Object
org.pentaho.di.shared.VariableSharingSharedObjectManager<SlaveServer>
org.pentaho.di.shared.VariableSharingSlaveServerManager
- All Implemented Interfaces:
SlaveServerManagementInterface,SharedObjectsManagementInterface<SlaveServer>
public class VariableSharingSlaveServerManager
extends VariableSharingSharedObjectManager<SlaveServer>
implements SlaveServerManagementInterface
-
Constructor Summary
ConstructorsConstructorDescriptionVariableSharingSlaveServerManager(org.pentaho.di.core.variables.VariableSpace variables, SharedObjectsManagementInterface<SlaveServer> parent) -
Method Summary
Methods inherited from class org.pentaho.di.shared.VariableSharingSharedObjectManager
add, clear, get, getAll, remove, remove
-
Constructor Details