|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.sandev.basics.structs.ServerDeclarationStruct
public class ServerDeclarationStruct
A ServerDeclaration represents a logical environment where a SAND node can run. Nodes running on separate servers are non-local and must communicate via secure channel using gateways. When running a distributed application, the server declarations describe what servers the system will be running on.
| Field Summary | |
|---|---|
protected java.lang.String |
description
Additional descriptive information useful for identifying this server. |
protected java.lang.String |
serverID
A unique identifier for this server. |
protected java.lang.String |
servername
The name of the server for SAND Configuration purposes. |
| Constructor Summary | |
|---|---|
ServerDeclarationStruct()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String servername
protected java.lang.String description
protected java.lang.String serverID
If the SAND_SERVERID environment variable is set, then its value is compared with this value. If the SAND_SERVERID is not set, then the current IP Address is compared with this value. If the direct IP address comparison fails, an attempt is made to convert this value to an IP address through DNS lookup and the comparison is retried.
| Constructor Detail |
|---|
public ServerDeclarationStruct()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||