com.sentilla.system
Class MoteSecurityDriver

java.lang.Object
  extended by com.sentilla.system.DriverAdapter
      extended by 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.


Field Summary
 
Fields inherited from class com.sentilla.system.DriverAdapter
m_nextDriver
 
Constructor Summary
MoteSecurityDriver()
           
 
Method Summary
static MoteSecurity create()
          Create a new MoteSecurity instance using "security" as the driver name.
static MoteSecurity create(String driver)
          Create a new MoteSecurity instance using the given driver name.
abstract  MoteSecurity newMoteSecurity()
          Create a new MoteSecurity instance.
 
Methods inherited from class com.sentilla.system.DriverAdapter
getDriverName, getNextDriver, setNextDriver
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoteSecurityDriver

public MoteSecurityDriver()
Method Detail

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.