com.uwyn.drone.core
Class Channel

java.lang.Object
  extended bycom.uwyn.drone.core.Channel

public class Channel
extends Object


Method Summary
 boolean equals(Object other)
           
 String getName()
           
 Server getServer()
           
 int hashCode()
           
 boolean join()
           
 boolean leave()
           
 boolean send(String message)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

join

public boolean join()
             throws CoreException
Throws:
CoreException

leave

public boolean leave()
              throws CoreException
Throws:
CoreException

send

public boolean send(String message)
             throws CoreException
Throws:
CoreException

getName

public String getName()

getServer

public Server getServer()

equals

public boolean equals(Object other)

hashCode

public int hashCode()

toString

public String toString()


Copyright © 2002-2005 Uwyn bvba/sprl. All Rights Reserved.