de.enough.polish.rmi
Interface Remote


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
 

Author:
Robert Virkus, j2mepolish@enough.de

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

STATUS_OK

static final int STATUS_OK
indicates the method call finished normally

See Also:
Constant Field Values

STATUS_CHECKED_EXCEPTION

static final int STATUS_CHECKED_EXCEPTION
indicates the method call threw a checked exception

See Also:
Constant Field Values

STATUS_UNCHECKED_EXCEPTION

static final int STATUS_UNCHECKED_EXCEPTION
indicates the method call threw an unchecked exception

See Also:
Constant Field Values