com.ibm.soa.common.mbean
Interface AdditionalProperties

All Known Subinterfaces:
ComponentProperties

public interface AdditionalProperties

The AdditionalProperties interface defines a named list of properties

Version:
1.2

Method Summary
 java.lang.String getAdditionalProperty(java.lang.String additionalPropertyName)
          Get the ObjectName string reference to the MBean that conforms to the additional properties interface
 java.lang.String[] getAdditionalPropertyNames()
          Get the additional properties
 

Method Detail

getAdditionalPropertyNames

java.lang.String[] getAdditionalPropertyNames()
Get the additional properties

Returns:
the list of properties in the table

getAdditionalProperty

java.lang.String getAdditionalProperty(java.lang.String additionalPropertyName)
Get the ObjectName string reference to the MBean that conforms to the additional properties interface

Parameters:
additionalPropertyName - the name of the additional property
Returns:
the ObjectName string


Copyright © 2006 IBM Corp. All Rights Reserved.