All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class edu.cmu.owl.bo.control.visualControls.luxmate.remoteServer.RemoteLuxmateImpl

edu.cmu.owl.bo.control.visualControls.luxmate.remoteServer.RemoteLuxmateImpl

public class RemoteLuxmateImpl
implements RemoteLuxmate, WrapperListener

Method Index

 o bulbError(int)
 o dimmDown(int)
 o dimmUp(int)
 o getScene()
 o getState()
 o main(String[])
 o ping()
 o sceneChanged(int)
 o setRCListener(RCListener)
 o setScene(int)
 o turnedOff()
 o turnedOn()
Notify client only if subscribed
 o turnOff()
 o turnOn()

Methods

 o main
 public static void main(String args[])
 o ping
 public void ping() throws RemoteException
 o setRCListener
 public void setRCListener(RCListener listener) throws RemoteException
 o setScene
 public void setScene(int n) throws RemoteException
 o getState
 public boolean getState() throws RemoteException
 o getScene
 public int getScene() throws RemoteException
 o turnOn
 public void turnOn() throws RemoteException
 o turnOff
 public void turnOff() throws RemoteException
 o dimmUp
 public void dimmUp(int reln) throws RemoteException
 o dimmDown
 public void dimmDown(int reln) throws RemoteException
 o turnedOn
 public void turnedOn()
Notify client only if subscribed

 o turnedOff
 public void turnedOff()
 o sceneChanged
 public void sceneChanged(int n)
 o bulbError
 public void bulbError(int id)

All Packages  Class Hierarchy  This Package  Previous  Next  Index