org.ow2.jonas.management.extensions.base.api
Class J2EEMBeanAttributeInfo

java.lang.Object
  extended by org.ow2.jonas.management.extensions.base.api.J2EEMBeanAttributeInfo
All Implemented Interfaces:
Serializable

public class J2EEMBeanAttributeInfo
extends Object
implements Serializable

Attribute infos. Used for example javaee containers and modules.

Author:
eyindanga
See Also:
Serialized Form

Constructor Summary
J2EEMBeanAttributeInfo()
          Default constructor.
J2EEMBeanAttributeInfo(MBeanAttributeInfo mbeaAttributeInfo)
          Constructor using MBeanAttributeInfo
 
Method Summary
 String getDescription()
          Get attribute description.
 String getLabel()
           
 MBeanAttributeInfo getMbeanAttributeInfo()
           
 String getName()
          Get attribute name.
 String getType()
          Get attribute type.
 Object getValue()
           
 boolean isIs()
           
 boolean isReadable()
           
 boolean isWritable()
           
 void setLabel(String label)
           
 void setMbeanAttributeInfo(MBeanAttributeInfo mbeAttributeInfo)
           
 void setValue(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

J2EEMBeanAttributeInfo

public J2EEMBeanAttributeInfo()
Default constructor.


J2EEMBeanAttributeInfo

public J2EEMBeanAttributeInfo(MBeanAttributeInfo mbeaAttributeInfo)
Constructor using MBeanAttributeInfo

Parameters:
mbeaAttributeInfo - attribute infos.
Method Detail

getValue

public Object getValue()
Returns:
the value.

setValue

public void setValue(Object value)
Parameters:
value - the value to set.

getMbeanAttributeInfo

public MBeanAttributeInfo getMbeanAttributeInfo()
Returns:
the mbeAttributeInfo.

setMbeanAttributeInfo

public void setMbeanAttributeInfo(MBeanAttributeInfo mbeAttributeInfo)
Parameters:
mbeAttributeInfo - the mbeAttributeInfo to set.

getDescription

public String getDescription()
Get attribute description.

Returns:
attribute description.

getName

public String getName()
Get attribute name.

Returns:
attribute name.

getType

public String getType()
Get attribute type.

Returns:
attribute type.

isIs

public boolean isIs()
Returns:
true if attribute is IS.

isReadable

public boolean isReadable()
Returns:
true if attribute is readable.

isWritable

public boolean isWritable()
Returns:
true if attribute is writable.

getLabel

public String getLabel()
Returns:
the label.

setLabel

public void setLabel(String label)
Parameters:
label - the label to set.


Copyright © 2010 OW2 Consortium. All Rights Reserved.