org.apache.geronimo.management.geronimo
Interface JCAAdminObject

All Superinterfaces:
J2EEManagedObject
All Known Implementing Classes:
AdminObjectWrapper

public interface JCAAdminObject
extends J2EEManagedObject

Management interface for admin objects


Method Summary
 String getAdminObjectClass()
           
 String getAdminObjectInterface()
           
 Map getConfigProperties()
          Gets the config properties in the form of a map where the key is the property name and the value is property type (as a String not a Class).
 Object getConfigProperty(String property)
           
 void setConfigProperty(String property, Object value)
           
 
Methods inherited from interface org.apache.geronimo.management.J2EEManagedObject
getObjectName, isEventProvider, isStateManageable, isStatisticsProvider
 

Method Detail

getAdminObjectClass

String getAdminObjectClass()

getAdminObjectInterface

String getAdminObjectInterface()

getConfigProperties

Map getConfigProperties()
Gets the config properties in the form of a map where the key is the property name and the value is property type (as a String not a Class).


setConfigProperty

void setConfigProperty(String property,
                       Object value)
                       throws Exception
Throws:
Exception

getConfigProperty

Object getConfigProperty(String property)
                         throws Exception
Throws:
Exception


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.