A B C D E F G I L N O P R S T W

N

Network - class peer2me.network.Network.
This is the super class of the technology specific network classes.
Network() - Constructor for class peer2me.network.Network
 
Node - class peer2me.domain.Node.
This class represents a node in the network.
Node(String, String) - Constructor for class peer2me.domain.Node
Constructor.
Node(String, String, StreamConnection) - Constructor for class peer2me.domain.Node
Constructor.
Node(String, StreamConnection) - Constructor for class peer2me.domain.Node
Constructor.
NodeConnection - class peer2me.network.NodeConnection.
This class contains a thread that runs on each connected node and listens for incoming data packages and sends data packages out.
NodeConnection(StreamConnection, Node) - Constructor for class peer2me.network.NodeConnection
Constructor.
nodeFound(Object) - Method in class peer2me.network.Network
Called when the same MIDlet is found on a remote device
nodeFound(Object) - Method in class peer2me.network.bluetooth.BluetoothNetwork
Called when the same MIDlet is found on a remote device.
notifyAboutException(String, Exception) - Method in class peer2me.framework.FrameworkFrontEnd
This method passes on the Exception notice from the Log to the MIDlet.
notifyAboutException(String, Exception) - Method in interface peer2me.framework.FrameworkListener
This method is called by the framework whenever an exception notice is given by the log.
notifyAboutFoundNode(String, String) - Method in class peer2me.framework.FrameworkFrontEnd
This method is called from the nodeFound() method in the Network class whenever a node is found
notifyAboutFoundNode(String, String) - Method in interface peer2me.framework.FrameworkListener
This method is called by the framework when a node is found.
notifyAboutLostNode(String) - Method in class peer2me.framework.FrameworkFrontEnd
This method removes a lost node from the group.
notifyAboutParticipants(Hashtable) - Method in interface peer2me.framework.FrameworkListener
This method is called from from the framework to notify the midlet about the participants of the ad hoc network.
notifyAboutReceivedFilePackage(FilePackage) - Method in class peer2me.framework.FrameworkFrontEnd
This method is called from NodeConnection.processIncomingData() whenever a file package is received from a remote node.
notifyAboutReceivedFilePackage(String, String) - Method in interface peer2me.framework.FrameworkListener
This method is called from the framework whenever a file package is received from a remote node.
notifyAboutReceivedGroupSyncPackage(GroupSyncPackage) - Method in class peer2me.framework.FrameworkFrontEnd
This method is called from NodeConnection.processIncomingData() whenever a groupSyncPackage is received from a remote node.
notifyAboutReceivedTextPackage(TextPackage) - Method in class peer2me.framework.FrameworkFrontEnd
This method is called from NodeConnection.processIncomingData() whenever a text package is received from a remote node.
notifyAboutReceivedTextPackage(String, String) - Method in interface peer2me.framework.FrameworkListener
This method is called from the framework whenever a text package is received from a remote node.

A B C D E F G I L N O P R S T W