org.sandev.basics.structs
Class IODeclCallStruct

java.lang.Object
  extended by org.sandev.basics.structs.IODeclBaseStruct
      extended by org.sandev.basics.structs.IODeclCallStruct
Direct Known Subclasses:
IODeclCall

public class IODeclCallStruct
extends IODeclBaseStruct

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.

summary fields: mode target gateway optimize
help text: A communication path representing an outbound synchronous call to another node instance.

Field Summary
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.
 
Fields inherited from class org.sandev.basics.structs.IODeclBaseStruct
gateway, mode, optimize
 
Constructor Summary
IODeclCallStruct()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

target

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.

Length in characters, normal: 10 max: 80
help text: The node instance name if using direct communication, otherwise the instance name of the corresponding authorizer node for secure communication.
Constructor Detail

IODeclCallStruct

public IODeclCallStruct()