OpenECHO
 All Classes Namespaces Files Functions Variables
Classes | Static Public Member Functions | List of all members
com.sonycsl.echo.Echo Class Reference

Classes

class  EventListener
 
class  Logger
 

Static Public Member Functions

static synchronized EchoNode start (NodeProfile profile, DeviceObject[] devices) throws IOException
 
static synchronized void restart () throws IOException
 
static synchronized void stop () throws IOException
 
static synchronized void clear () throws IOException
 
static boolean isStarted ()
 
static EchoNode getNode ()
 
static EchoNode getSelfNode ()
 
static EchoNode[] getNodes ()
 
static EchoNode getNode (String address)
 
static synchronized EchoNode addOtherNode (String address)
 
static void removeOtherNode (String address)
 
static void addEventListener (EventListener listener)
 
static EventListener getEventListener ()
 

Detailed Description

Definition at line 42 of file Echo.java.

Member Function Documentation

static void com.sonycsl.echo.Echo.addEventListener ( EventListener  listener)
static

Definition at line 291 of file Echo.java.

static synchronized EchoNode com.sonycsl.echo.Echo.addOtherNode ( String  address)
static

Definition at line 153 of file Echo.java.

static synchronized void com.sonycsl.echo.Echo.clear ( ) throws IOException
static

Definition at line 111 of file Echo.java.

static EventListener com.sonycsl.echo.Echo.getEventListener ( )
static

Definition at line 295 of file Echo.java.

static EchoNode com.sonycsl.echo.Echo.getNode ( )
static

Definition at line 127 of file Echo.java.

static EchoNode com.sonycsl.echo.Echo.getNode ( String  address)
static

Definition at line 146 of file Echo.java.

static EchoNode [] com.sonycsl.echo.Echo.getNodes ( )
static

Definition at line 134 of file Echo.java.

static EchoNode com.sonycsl.echo.Echo.getSelfNode ( )
static

Definition at line 130 of file Echo.java.

static boolean com.sonycsl.echo.Echo.isStarted ( )
static

Definition at line 121 of file Echo.java.

static void com.sonycsl.echo.Echo.removeOtherNode ( String  address)
static

Definition at line 161 of file Echo.java.

static synchronized void com.sonycsl.echo.Echo.restart ( ) throws IOException
static

Definition at line 93 of file Echo.java.

static synchronized EchoNode com.sonycsl.echo.Echo.start ( NodeProfile  profile,
DeviceObject[]  devices 
) throws IOException
static

Definition at line 62 of file Echo.java.

static synchronized void com.sonycsl.echo.Echo.stop ( ) throws IOException
static

Definition at line 101 of file Echo.java.


The documentation for this class was generated from the following file: