|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.rad.server.event.SessionEvent
javax.rad.server.event.CallEvent
public class CallEvent
The CallEvent serves information about a server call.
| Constructor Summary | |
|---|---|
|
CallEvent(ISession pSession,
String pObjectName,
String pMethodName,
Object[] pParameter,
boolean pIsCallBack)
Creates a new instance of CallEvent. |
protected |
CallEvent(ISession pSession,
String pObjectName,
String pMethodName,
Object[] pParameter,
boolean pIsCallBack,
boolean pHasError)
Creates a new instance of CallEvent. |
| Method Summary | |
|---|---|
String |
getMethodName()
Gets the method name for the call. |
String |
getObjectName()
Gets the object name for the call. |
Object[] |
getParameter()
Gets all parameters for the call. |
boolean |
isCallBack()
Gets whether the call is a callback call. |
| Methods inherited from class javax.rad.server.event.SessionEvent |
|---|
getCreationTime, getSession, hasError |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CallEvent(ISession pSession,
String pObjectName,
String pMethodName,
Object[] pParameter,
boolean pIsCallBack)
CallEvent.
pSession - the sessionpObjectName - the object name for the callpMethodName - the method name for the callpParameter - the parameter listpIsCallBack - whether the call is a callback call
protected CallEvent(ISession pSession,
String pObjectName,
String pMethodName,
Object[] pParameter,
boolean pIsCallBack,
boolean pHasError)
CallEvent.
pSession - the sessionpObjectName - the object name for the callpMethodName - the method name for the callpParameter - the parameter listpIsCallBack - whether the call is a callback callpHasError - whether the event should marked faulty| Method Detail |
|---|
public String getObjectName()
public String getMethodName()
public Object[] getParameter()
public boolean isCallBack()
true if the call is a callback call, false otherwise
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||