org.openxri.pipeline.stages
Class AbstractStage

java.lang.Object
  extended by org.openxri.pipeline.stages.AbstractStage
All Implemented Interfaces:
java.io.Serializable, Stage
Direct Known Subclasses:
AddAuthorityResolutionSEPStage, AddExpiresAbsoluteStage, AddExpiresRelativeStage, AddGUIDCanonicalIDStage, AddProviderIDStage, AddQueryStage, AddRandomCanonicalIDStage, AddSerialCanonicalIDStage, AddServerStatusStage, AddStatusStage, AddXMLElementStage, AutoLocalIDsStage, EmptyXRDStage, ExecutePipelineStage, FromStoreStage, InheritAttributesStage

public abstract class AbstractStage
extends java.lang.Object
implements Stage

The AbstractStage saves the properties with which the Stage was initialized for later use.

Author:
=peacekeeper
See Also:
Serialized Form

Field Summary
protected  java.util.Properties properties
           
 
Constructor Summary
AbstractStage(java.util.Properties properties)
           
 
Method Summary
 java.util.Properties getProperties()
          Returns the Properties object that was used to initialize the stage.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.openxri.pipeline.Stage
execute, init
 

Field Detail

properties

protected java.util.Properties properties
Constructor Detail

AbstractStage

public AbstractStage(java.util.Properties properties)
Method Detail

getProperties

public java.util.Properties getProperties()
Description copied from interface: Stage
Returns the Properties object that was used to initialize the stage.

Specified by:
getProperties in interface Stage
Returns:
The stage's properties.


Copyright © 2005-2012. All Rights Reserved.