|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Remote
The base interface for any remote services. Defined methods need to declare to throw at least a RemoteException.
Copyright Enough Software 2006, 2007 - 2009
history
Dec 18, 2006 - rob creation
| Field Summary | |
|---|---|
static int |
STATUS_CHECKED_EXCEPTION
indicates the method call threw a checked exception |
static int |
STATUS_OK
indicates the method call finished normally |
static int |
STATUS_UNCHECKED_EXCEPTION
indicates the method call threw an unchecked exception |
| Field Detail |
|---|
static final int STATUS_OK
static final int STATUS_CHECKED_EXCEPTION
static final int STATUS_UNCHECKED_EXCEPTION
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||