- sendData(List<Data>, Addr) - Method in class comingle.comms.datapipe.DataPipe
-
Send the given list of data to the given address
- sendData(List<Data>, Addr, boolean) - Method in class comingle.comms.datapipe.DataPipe
-
A general send data interface.
- sendData(Data, Addr) - Method in class comingle.comms.datapipe.DataPipe
-
Interface for non-threaded sending of singleton data
- sendData(Data, Addr, boolean) - Method in class comingle.comms.datapipe.DataPipe
-
Interface for sending of singleton data.
- sendData(List<Data>, Addr, boolean) - Method in class comingle.comms.datapipe.DataPipeManager
-
Method floated from data pipe: Creates a thread that sends the given data
- sendData(Data, Addr, boolean) - Method in class comingle.comms.datapipe.DataPipeManager
-
Method floated from data pipe: Interface for sending of singleton data.
- sendData(List<Data>, Addr) - Method in class comingle.comms.datapipe.DataPipeManager
-
Method floated from data pipe: Send the given list of data to the given address
- sendData(Data, Addr) - Method in class comingle.comms.datapipe.DataPipeManager
-
Method floated from data pipe: Interface for threaded sending of singleton data
- sendData(List<String>, String) - Method in class comingle.comms.multicast.MulticastDataPipe
-
Broadcasts a list of String messages.
- sendData(List<D>, String) - Method in class comingle.comms.sockets.PersistSocketDataPipe
-
- sendData(List<Data>, String) - Method in class comingle.comms.sockets.SocketDataPipe
-
Send data_list to a specified IP address.
- sendDataThreaded(List<Data>, Addr) - Method in class comingle.comms.datapipe.DataPipe
-
Creates a thread that sends the given data
- sendDataThreaded(Data, Addr) - Method in class comingle.comms.datapipe.DataPipe
-
Interface for threaded sending of singleton data
- sendDataThreaded(List<Data>, Addr) - Method in class comingle.comms.datapipe.DataPipeManager
-
Method floated from data pipe: A general send data interface.
- sendDataThreaded(Data, Addr) - Method in class comingle.comms.datapipe.DataPipeManager
-
Method floated from data pipe: Creates a thread that sends the given data
- serve() - Method in class comingle.comms.directory.BaseDirectory
-
Run owner service
- serve() - Method in class comingle.comms.directory.lan.LanDirectory
-
- Service - Class in comingle.comms.message
-
- Service(NodeInfo) - Constructor for class comingle.comms.message.Service
-
- setConnectExceptionListener(ExceptionListener) - Method in class comingle.comms.datapipe.DataPipe
-
Sets an exception listener for connecting operations.
- setDisplayName(String) - Method in class comingle.comms.directory.BaseDirectory
-
Set display name to the given String argument
- setExceptionListener(ExceptionListener) - Method in class comingle.comms.datapipe.DataPipe
-
Sets an exception listener to the receiver daemon.
- setExceptionListener(ExceptionListener) - Method in class comingle.comms.receiver.ReceiverDaemon
-
Set a exception listener to this network socket.
- setIPAddress(String) - Method in class comingle.comms.directory.NodeInfo
-
Set argment as IP Address of the node
- setIPAddress(String) - Method in class comingle.comms.message.Message
-
- setIsConnected(boolean) - Method in class comingle.comms.directory.BaseDirectory
-
- setIsWifiEnabled(boolean) - Method in class comingle.comms.directory.BaseDirectory
-
- setLocalNode(NodeInfo) - Method in class comingle.comms.directory.BaseDirectory
-
Set the local node to the given node.
- setMemberRole() - Method in class comingle.comms.directory.BaseDirectory
-
Set this directory to the role of a member.
- setOwnerIP(String) - Method in class comingle.comms.directory.BaseDirectory
-
Set the owner's IP address
- setOwnerRole() - Method in class comingle.comms.directory.BaseDirectory
-
Set this directory to the role of an owner.
- setOwnerRole() - Method in class comingle.comms.directory.lan.LanDirectory
-
- setReceiveExceptionListener(ExceptionListener) - Method in class comingle.comms.datapipe.DataPipe
-
Sets an exception listener to the receiver daemon.
- setReceiverDaemon(ReceiverDaemon<Data, Addr>) - Method in class comingle.comms.datapipe.DataPipe
-
Set receiver as the receiver daemon of this data pipe.
- setReqCode(String) - Method in class comingle.comms.directory.BaseDirectory
-
Set request code to the given String argument
- setSendExceptionListener(ExceptionListener) - Method in class comingle.comms.datapipe.DataPipe
-
Sets an exception listener for sending operations.
- setUseHashCodeIdentity(boolean) - Method in class comingle.comms.directory.BaseDirectory
-
Sets this directory to use Hash Code Identity.
- showRole() - Method in class comingle.comms.directory.BaseDirectory
-
- showRole(int) - Method in class comingle.comms.directory.BaseDirectory
-
protected int loc_count = 1;
- SocketDataPipe<Data extends java.io.Serializable> - Class in comingle.comms.sockets
-
This class facilitates a bi-directional communication pipeline through network sockets.
- SocketDataPipe(int) - Constructor for class comingle.comms.sockets.SocketDataPipe
-
Basic constructor for Datapipes
- SocketReceiverDaemon<Data extends java.io.Serializable> - Class in comingle.comms.sockets
-
Instance of ReceiverDaemon for standard Socket DataPipes.
- SocketReceiverDaemon(int) - Constructor for class comingle.comms.sockets.SocketReceiverDaemon
-
Basic constructor
- stopRoutines() - Method in class comingle.comms.directory.BaseDirectory
-
Signals the directory to stop all active subroutines.