|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.safs.STAFRequester
public abstract class STAFRequester
A superclass for objects that will need a reference to a STAFHandle for STAF requests.
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 |
|---|
protected STAFHelper staf
| Constructor Detail |
|---|
public STAFRequester()
| Method Detail |
|---|
public STAFHelper getSTAFHelper()
public void setSTAFHelper(STAFHelper helper)
helper - STAFHelper instance set by the owning object.
This is usually done by a subclass implementation.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||