com.sentilla.system
Class MoteSecurityDriver
java.lang.Object
com.sentilla.system.DriverAdapter
com.sentilla.system.MoteSecurityDriver
- All Implemented Interfaces:
- Driver
public abstract class MoteSecurityDriver
- extends DriverAdapter
Private: for Sentilla internal use only. Create new MoteSecurity
system objects. "security" is used as the default driver name.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MoteSecurityDriver
public MoteSecurityDriver()
newMoteSecurity
public abstract MoteSecurity newMoteSecurity()
- Create a new
MoteSecurity
instance.
- Returns:
- a new MoteSecurity object
create
public static MoteSecurity create(String driver)
- Create a new
MoteSecurity
instance using the given driver name.
- Parameters:
driver
- The driver name passed to Drivers.getDriver(java.lang.String, java.lang.Class)
- Returns:
- a new MoteSecurity object
create
public static MoteSecurity create()
- Create a new
MoteSecurity
instance using "security" as the driver name.
- Returns:
- a new MoteSecurity object
Copyright © 2007 Sentilla Corporation. All Rights Reserved.