org.objectweb.jonas.webapp.jadmin.servlet
Class ManagedAttributeInfo

java.lang.Object
  extended byorg.objectweb.jonas.webapp.jadmin.servlet.ManagedAttributeInfo

public class ManagedAttributeInfo
extends java.lang.Object


Constructor Summary
ManagedAttributeInfo(java.lang.String type, boolean writable, boolean readable, java.lang.String name, java.lang.Object detail, javax.management.MBeanAttributeInfo _oMBeanAttributeInfo)
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.Object getDetail()
           
 javax.management.MBeanAttributeInfo getMBeanAttributeInfo()
           
 java.lang.String getName()
           
 java.lang.String getType()
           
 boolean isReadable()
           
 boolean isWritable()
           
 java.lang.String showDetail()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagedAttributeInfo

public ManagedAttributeInfo(java.lang.String type,
                            boolean writable,
                            boolean readable,
                            java.lang.String name,
                            java.lang.Object detail,
                            javax.management.MBeanAttributeInfo _oMBeanAttributeInfo)
Method Detail

getMBeanAttributeInfo

public javax.management.MBeanAttributeInfo getMBeanAttributeInfo()

getDescription

public java.lang.String getDescription()

getType

public java.lang.String getType()

getName

public java.lang.String getName()

getDetail

public java.lang.Object getDetail()

showDetail

public java.lang.String showDetail()

isWritable

public boolean isWritable()

isReadable

public boolean isReadable()