Class MbeanImpl

java.lang.Object
org.jboss.jca.as.converters.MbeanImpl
All Implemented Interfaces:
Mbean

public class MbeanImpl extends Object implements Mbean
A LegacyConnectionFactoryImp impl.
Version:
$Revision: $
Author:
Jeff Zhang
  • Constructor Details

    • MbeanImpl

      public MbeanImpl(String code, String name, Map<String,String> attributes)
      constructor
      Parameters:
      code - code
      name - name
      attributes - attributes
  • Method Details

    • getCode

      public String getCode()
      Get the code.
      Specified by:
      getCode in interface Mbean
      Returns:
      the code.
    • getName

      public String getName()
      Get the name.
      Specified by:
      getName in interface Mbean
      Returns:
      the name.
    • getAttributes

      public Map<String,String> getAttributes()
      Get the attributes.
      Specified by:
      getAttributes in interface Mbean
      Returns:
      the attributes.