|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gridbus.broker.constants.LocationType
public final class LocationType
| Field Summary | |
|---|---|
static int |
LOCAL
LocationType LOCAL implies the broker node |
static int |
NODE
LocationType NODE implies the compute node |
static int |
REMOTE
LocationType REMOTE implies any remote node other than the broker and the compute node |
| Constructor Summary | |
|---|---|
LocationType()
|
|
| Method Summary | |
|---|---|
static int |
intValue(java.lang.String location)
|
static java.lang.String |
stringValue(int location)
Returns the string value of the given location |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int LOCAL
public static final int NODE
public static final int REMOTE
| Constructor Detail |
|---|
public LocationType()
| Method Detail |
|---|
public static java.lang.String stringValue(int location)
location -
public static int intValue(java.lang.String location)
location -
|
Copyright © The University of Melbourne. 2006 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||