|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--PaP.RequestResult
All PaP operation returns this unified result object.
Field Summary | |
static int |
FAIL
Result of the operation is FAIL |
java.lang.Object |
objectValue
Used when the returned value is an object |
static int |
OK
Result of the operation is OK |
boolean |
removed
After ActorPlugOut, true if the specified RoleSession was allowed to be removed |
CapabilitySet |
resCaps
The current set of capabilities at plugged in actor |
java.lang.String |
resultCause
Cause of the result of the operation |
int |
resultType
Result of the operation |
RoleSession |
roleSession
After ActorPlugIn, the freshly created RoleSession with the identifiers of the plugged in actors |
java.lang.String |
subscribeIdentifier
After SubscribeRequest, the unique subscription identifier |
Constructor Summary | |
RequestResult()
Creates a new positive RequestResult (OK). |
|
RequestResult(int pResultType,
java.lang.String pResultCause)
Creates a new RequestResult with the specified result and resultcause. |
|
RequestResult(java.lang.String pResultCause)
Creates a new negative RequestResult (FAIL) with the specified resultcause. |
Methods inherited from class java.lang.Object |
|
Field Detail |
public static final int OK
public static final int FAIL
public int resultType
public java.lang.String resultCause
public RoleSession roleSession
public CapabilitySet resCaps
public boolean removed
public java.lang.String subscribeIdentifier
public java.lang.Object objectValue
Constructor Detail |
public RequestResult(int pResultType, java.lang.String pResultCause)
pResultType
- Specifies the type of result.pResultCause
- The cause of this result.public RequestResult()
public RequestResult(java.lang.String pResultCause)
pResultCause
- The cause of the negative result.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |