com.continuent.tungsten.replicator.service
Interface PipelineService

All Superinterfaces:
ReplicatorPlugin
All Known Implementing Classes:
ChannelAssignmentService

public interface PipelineService
extends ReplicatorPlugin

Denotes a plugin that is a free-standing service for replicator pipelines accessible from all stages. Beyond methods required in the interface, PipelineServices may offer any methods that seem useful to client code.

Version:
1.0
Author:
Robert Hodges

Method Summary
 java.lang.String getName()
          Gets the storage name.
 void setName(java.lang.String name)
          Sets the storage name.
 TungstenProperties status()
          Returns status information as a set of named properties.
 
Methods inherited from interface com.continuent.tungsten.replicator.plugin.ReplicatorPlugin
configure, prepare, release
 

Method Detail

getName

java.lang.String getName()
Gets the storage name.


setName

void setName(java.lang.String name)
Sets the storage name.


status

TungstenProperties status()
Returns status information as a set of named properties.