org.lightwolf
Class Connection

java.lang.Object
  extended by org.lightwolf.Connection

public class Connection
extends Object


Constructor Summary
Connection()
           
 
Method Summary
 Object receive()
           
 void send(Object message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Connection

public Connection()
Method Detail

send

public void send(Object message)

receive

public Object receive()