|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.sandev.basics.structs.IODeclBaseStruct
public class IODeclBaseStruct
A base struct for IO declarations. IO declarations are saved
as part of a NodeInstance and are not persistent or
transmittable. There are no query, update or collection forms.
| Field Summary | |
|---|---|
protected java.lang.String |
gateway
The instance name of our local authorizer used as our gateway. |
protected int |
mode
Communications between trusted nodes may be done directly, without authorization or encryption. |
protected int |
optimize
Optimization, typically through direct method invocation, is done by default whenever possible. |
| Constructor Summary | |
|---|---|
IODeclBaseStruct()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int mode
enumerated constant values:
INVALID("please specify a value") = 0DIRECT("direct - same server, trusted") = 1SECURE("secure - use authorizer") = 2protected int optimize
enumerated constant values:
IF_POSSIBLE("if possible") = 0NEVER("never") = 1protected java.lang.String gateway
| Constructor Detail |
|---|
public IODeclBaseStruct()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||