org.sandev.basics.structs
Class IODeclSubscribeStruct
java.lang.Object
org.sandev.basics.structs.IODeclBaseStruct
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
IODeclSubscribeStruct
public IODeclSubscribeStruct()