All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface edu.cmu.owl.bo.fm.Sensor

public interface interface Sensor
Version:
1.0

Method Index

 o getStatus()
Overrides the default method.
 o getType()
 o setStatus(String)
 o setType(String)

Methods

 o getStatus
 public abstract String getStatus() throws RemoteException
Overrides the default method.

 o setStatus
 public abstract void setStatus(String t) throws RemoteException
 o getType
 public abstract String getType() throws RemoteException
 o setType
 public abstract void setType(String t) throws RemoteException

All Packages  Class Hierarchy  This Package  Previous  Next  Index