org.sandev.basics.structs
Class IODeclReceiveStruct

java.lang.Object
  extended by org.sandev.basics.structs.IODeclBaseStruct
      extended by org.sandev.basics.structs.IODeclReceiveStruct
Direct Known Subclasses:
IODeclReceive

public class IODeclReceiveStruct
extends IODeclBaseStruct

A communication path representing support for an inbound synchronous call from 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 gateway optimize
help text: A communication path representing support for an inbound synchronous call from another node instance.

Field Summary
 
Fields inherited from class org.sandev.basics.structs.IODeclBaseStruct
gateway, mode, optimize
 
Constructor Summary
IODeclReceiveStruct()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IODeclReceiveStruct

public IODeclReceiveStruct()