org.sandev.basics.structs
Class IODeclSubscribeStruct

java.lang.Object
  extended by org.sandev.basics.structs.IODeclBaseStruct
      extended by org.sandev.basics.structs.IODeclSubscribeStruct
Direct Known Subclasses:
IODeclSubscribe

public class IODeclSubscribeStruct
extends IODeclBaseStruct

A communication path representing an inbound asynchronous receive from another node instance (subscribe).

This structure 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 inbound asynchronous receive from another node instance (subscribe).

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
IODeclSubscribeStruct()
           
 
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. This is the source we are subscribing to.

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. This is the source we are subscribing to.
Constructor Detail

IODeclSubscribeStruct

public IODeclSubscribeStruct()