|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectsophware.home.insteon.InsteonDeviceFactory
public class InsteonDeviceFactory
The InsteonDeviceFactory is responsible for the dynamic
creation of Insteon devices as they are discovered.
| Constructor Summary | |
|---|---|
InsteonDeviceFactory()
|
|
| Method Summary | |
|---|---|
HomeDevice |
getDevice(short type,
float rev,
InsteonAddress addr)
Gets the class associated with the reported device type bytes |
static InsteonDeviceFactory |
getFactory()
Gets the InsteonDeviceFactory |
static void |
setFactory(InsteonDeviceFactory factory)
Gets the InsteonDeviceFactory |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InsteonDeviceFactory()
| Method Detail |
|---|
public static InsteonDeviceFactory getFactory()
public static void setFactory(InsteonDeviceFactory factory)
factory - the new InsteonDeviceFactory
public HomeDevice getDevice(short type,
float rev,
InsteonAddress addr)
type - the device typerev - the device revisionaddr - the device address
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||