org.indi.clientmessages
Class EnableBlob

java.lang.Object
  extended by org.indi.clientmessages.EnableBlob
All Implemented Interfaces:
java.io.Serializable

public class EnableBlob
extends java.lang.Object
implements java.io.Serializable

A enableBlob Message as received from the client

Author:
Dirk Hünniger
See Also:
Serialized Form

Field Summary
 BlobEnable blobenable
          The new policy to be used
 java.lang.String device
          The name of the device whos BLOB policy shall be set, all if null
 java.lang.String name
          The name of the property within the device whos BLOB policy shall be changed, all if null
 
Constructor Summary
EnableBlob(java.lang.String device, java.lang.String name, java.lang.String enable)
          class consturctor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

device

public java.lang.String device
The name of the device whos BLOB policy shall be set, all if null


name

public java.lang.String name
The name of the property within the device whos BLOB policy shall be changed, all if null


blobenable

public BlobEnable blobenable
The new policy to be used

Constructor Detail

EnableBlob

public EnableBlob(java.lang.String device,
                  java.lang.String name,
                  java.lang.String enable)
class consturctor

Parameters:
device - The name of the device whos BLOB policy shall be set, all if null
name - The name of the property within the device whos BLOB policy shall be changed, all if null
enable - the BLOB policy to be set


Copyright © 2008. All Rights Reserved.