Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


waggle.common.modules.management.infos
Class XManagementAttributeInfo

java.lang.Object
  extended by waggle.core.info.XDTO
      extended by waggle.common.modules.management.infos.XManagementAttributeInfo


public class XManagementAttributeInfo
extends XDTO

The Management Attribute Info.


Field Summary
 String Description
          The Attribute description.
 String Name
          The Attribute name.
 String ObjectName
          The Management MBean Object name.
 String Type
          The Attribute class type name.
 Object Value
          The Attribute value.
 boolean Writable
          The Attribute is writable.

 

Constructor Summary
XManagementAttributeInfo()
           

 

Method Summary

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

ObjectName

public String ObjectName
The Management MBean Object name.

Name

public String Name
The Attribute name.

Description

public String Description
The Attribute description.

Type

public String Type
The Attribute class type name.

Writable

public boolean Writable
The Attribute is writable.

Value

public Object Value
The Attribute value.

Constructor Detail

XManagementAttributeInfo

public XManagementAttributeInfo()

Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.