net.sbbi.upnp.jmx
Class UPNPAttributeInfo

java.lang.Object
  extended by javax.management.MBeanFeatureInfo
      extended by javax.management.MBeanAttributeInfo
          extended by net.sbbi.upnp.jmx.UPNPAttributeInfo
All Implemented Interfaces:
Serializable, Cloneable, javax.management.DescriptorRead

public class UPNPAttributeInfo
extends javax.management.MBeanAttributeInfo

ALPHA stage an unusable

Version:
1.0
Author:
SuperBonBon
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.management.MBeanFeatureInfo
description, name
 
Constructor Summary
UPNPAttributeInfo(String name1, String name2, Method method1, Method method2)
           
UPNPAttributeInfo(String name1, String name2, String name3, boolean boolean1, boolean boolean2, boolean boolean3)
           
 
Method Summary
 void addAllowedValueList(String value)
           
 void setAllowedValueRange(String minimum, String maximum, String step)
           
 void setDefaultValue(String value)
           
 void setUPNPDataType(String upnpDataType)
           
 
Methods inherited from class javax.management.MBeanAttributeInfo
clone, equals, getType, hashCode, isIs, isReadable, isWritable, toString
 
Methods inherited from class javax.management.MBeanFeatureInfo
getDescription, getDescriptor, getName
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UPNPAttributeInfo

public UPNPAttributeInfo(String name1,
                         String name2,
                         Method method1,
                         Method method2)
                  throws javax.management.IntrospectionException
Throws:
javax.management.IntrospectionException

UPNPAttributeInfo

public UPNPAttributeInfo(String name1,
                         String name2,
                         String name3,
                         boolean boolean1,
                         boolean boolean2,
                         boolean boolean3)
Method Detail

setDefaultValue

public void setDefaultValue(String value)

addAllowedValueList

public void addAllowedValueList(String value)

setUPNPDataType

public void setUPNPDataType(String upnpDataType)

setAllowedValueRange

public void setAllowedValueRange(String minimum,
                                 String maximum,
                                 String step)


Copyright © 2010. All Rights Reserved.