|
||||||||||
| 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,
ISession pSource,
java.lang.String pObjectName,
java.lang.String pMethodName,
java.lang.Object[] pParameter,
boolean pIsCallBack)
Creates a new instance of CallEvent. |
protected |
CallEvent(ISession pSession,
ISession pSource,
java.lang.String pObjectName,
java.lang.String pMethodName,
java.lang.Object[] pParameter,
boolean pIsCallBack,
boolean pHasError)
Creates a new instance of CallEvent. |
| Method Summary | |
|---|---|
java.lang.String |
getMethodName()
Gets the method name for the call. |
java.lang.String |
getObjectName()
Gets the object name for the call. |
java.lang.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, getSourceSession, 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,
ISession pSource,
java.lang.String pObjectName,
java.lang.String pMethodName,
java.lang.Object[] pParameter,
boolean pIsCallBack)
CallEvent.
pSession - the sessionpSource - the source 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,
ISession pSource,
java.lang.String pObjectName,
java.lang.String pMethodName,
java.lang.Object[] pParameter,
boolean pIsCallBack,
boolean pHasError)
CallEvent.
pSession - the sessionpSource - the source 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 java.lang.String getObjectName()
public java.lang.String getMethodName()
public java.lang.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 | |||||||||