|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.dynalivery.saffron.client.DestinationType
This class defines the Saffron export destination types.
| Field Summary | |
static int |
LOCAL
the destination is local to the Saffron server |
static int |
NULL
the destination is not the FileSystem |
static int |
REMOTE
the destination is the client which is remote with respect to the Saffron server |
protected static java.lang.String[] |
typeStrings
|
| Constructor Summary | |
DestinationType()
|
|
| Method Summary | |
static java.lang.String |
getTypeString(int destinationType)
Returns a descriptive String for the specified destination type |
static void |
validate(int destinationType)
Validate the specified destination type |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int REMOTE
public static final int LOCAL
public static final int NULL
protected static final java.lang.String[] typeStrings
| Constructor Detail |
public DestinationType()
| Method Detail |
public static void validate(int destinationType)
throws InvalidParameterException
destinationType - the destination type (e.g. DestinationType.REMOTE)
InvalidParameterException - thrown if destination type is invalid
public static java.lang.String getTypeString(int destinationType)
throws InvalidParameterException
destinationType - the destination type (e.g. DestinationType.REMOTE)
InvalidParameterException - thrown if destination type is invalid
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||