org.safs
Class STAFRequester

java.lang.Object
  extended by org.safs.STAFRequester
Direct Known Subclasses:
ApplicationMap, DDGUIUtilities, LogUtilities

public abstract class STAFRequester
extends java.lang.Object

A superclass for objects that will need a reference to a STAFHandle for STAF requests.

See Also:
STAFHelper

Field Summary
protected  STAFHelper staf
          STAF request processor used by all subclasses.
 
Constructor Summary
STAFRequester()
           
 
Method Summary
 STAFHelper getSTAFHelper()
           
 void setSTAFHelper(STAFHelper helper)
          Sets the STAFHelper instance to be used by the subclass.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

staf

protected STAFHelper staf
STAF request processor used by all subclasses.

Constructor Detail

STAFRequester

public STAFRequester()
Method Detail

getSTAFHelper

public STAFHelper getSTAFHelper()
Returns:
the STAFHelper reference

setSTAFHelper

public void setSTAFHelper(STAFHelper helper)
Sets the STAFHelper instance to be used by the subclass.

Parameters:
helper - STAFHelper instance set by the owning object. This is usually done by a subclass implementation.