|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sandev.basics.structs.IODeclCallStruct
A communication path representing an outbound synchronous call to
another node instance.
This struture is used as part of a NodeInstance. It
is not persistent or transmittable, nor does it have any 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. |
protected java.lang.String |
target
The node instance name if using direct communication, otherwise the instance name of the corresponding authorizer node for secure communication. |
| Constructor Summary | |
IODeclCallStruct()
|
|
| 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 = 0_DIRECT = 1_SECURE = 2protected int optimize
enumerated constant values:
_IF_POSSIBLE = 0_NEVER = 1protected java.lang.String target
protected java.lang.String gateway
| Constructor Detail |
public IODeclCallStruct()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||