Class Overview
EnterpriseBatterySaverActivationItems implements the BlobProperty that allows to manage
the activation items for the Enterprise Battery Saver.
The class is managed by the ConfigurationManager Blob Property
POWER_ENTERPRISE_BATTERY_SAVER_ACTIVATION_ITEMS.
Summary
| Nested Classes |
|
class |
EnterpriseBatterySaverActivationItems.ActivationItem |
Represents an activation item. |
|
class |
EnterpriseBatterySaverActivationItems.Builder |
Builder for the EnterpriseBatterySaverActivationItems. |
|
[Expand]
Inherited Methods |
From class
com.datalogic.device.configuration.SerializableBlob
|
SerializableBlob
|
clone()
Method to crete a clone of the instance of the base type of the BlobProperty
it is used by the get() method of BlobProperty to give not the reference to the same instance present in ConfigurationManager tree
otherwise the commit() does not work
|
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
final
void
|
wait()
|
|
Public Constructors
public
EnterpriseBatterySaverActivationItems
()
Public Methods
Adds an activation item to the list. If an activation item with the same name already exists,
it will be replaced.
Parameters
| activationItem
| The activation item to add. |
Throws
| IllegalArgumentException
| if the activation item is null.
|
Gets the available activation items.
Returns
- The available activation items.
Removes an activation item from the list, whose name matches the one of the activation item
passed as parameter.
Parameters
| activationItem
| The activation item to remove. |
Throws
| IllegalArgumentException
| if the activation item is null.
|
Sets the available activation items.
Parameters
| activationItems
| The activation items to set. |
Throws
| IllegalArgumentException
| if the activation items list is null.
|