|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IReturnCodes
Contains the error codes for a remote invocation.
The InvocationException encapsulates
one of these codes to describe the error condition.
| Field Summary | |
|---|---|
static int |
ACCESS_FAILED
Code to describe that the method invocation can not be completed because the current user doesn't have the required privileges. |
static int |
APPLICATION_NOT_FOUND
The application invoked does not exist. |
static int |
COMMAND_FAILED
Code to describe that the method called has thrown an exception. |
static int |
COMMAND_NOT_FOUND
The command invoked does not exist. |
static int |
OK
Describes a successful remote invocation. |
| Field Detail |
|---|
static final int OK
static final int APPLICATION_NOT_FOUND
RemoteObjectNotFoundException exception.
static final int COMMAND_NOT_FOUND
RemoteObjectNotFoundException exception.
static final int COMMAND_FAILED
static final int ACCESS_FAILED
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||