org.apache.geronimo.management.geronimo
Interface JCAAdminObject

All Superinterfaces:
J2EEManagedObject

public interface JCAAdminObject
extends J2EEManagedObject

Management interface for admin objects

Version:
$Rev: 409817 $ $Date: 2006-05-27 09:56:38 +0200 (Sat, 27 May 2006) $

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

public String getAdminObjectClass()

getAdminObjectInterface

public String getAdminObjectInterface()

getConfigProperties

public 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

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

getConfigProperty

public Object getConfigProperty(String property)
                         throws Exception
Throws:
Exception


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