|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.dc.core.objects.Requestor
A request object. Here, the class name of the requestor for an action is specified. The action itself consists out of the method and its parameters. The MainFrame will execute the request
Constructor Summary | |
Requestor(java.lang.Class clazz,
java.lang.String sMethod,
java.lang.Object[] parameters)
Creates a new requestor |
|
Requestor(java.lang.Class clazz,
java.lang.String sMethod,
java.lang.String[] parameters,
boolean bExecuteOnFail)
Creates a new requestor |
Method Summary | |
java.lang.Class |
getClazz()
Returns the class name of the requestor |
boolean |
getExecuteOnFail()
Indicates if the action applies even if the query fails |
java.lang.String |
getMethod()
Returns the method name |
java.lang.Object[] |
getParameters()
Returns the parameters for the method |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Requestor(java.lang.Class clazz, java.lang.String sMethod, java.lang.String[] parameters, boolean bExecuteOnFail)
clazz
- the requestors class namesMethod
- method to be executedparameters
- the parameterd for the methodbExecuteOnFail
- indicates if the action applies even if the query failspublic Requestor(java.lang.Class clazz, java.lang.String sMethod, java.lang.Object[] parameters)
clazz
- the requestors class namesMethod
- method to be executedparameters
- the parameterd for the methodMethod Detail |
public java.lang.Class getClazz()
public java.lang.String getMethod()
public java.lang.Object[] getParameters()
public boolean getExecuteOnFail()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |