| java.lang.Object org.apache.geronimo.connector.AdminObjectWrapper
AdminObjectWrapper | public class AdminObjectWrapper implements DynamicGBean,JCAAdminObject,ResourceSource<RuntimeException>(Code) | | Wrapper around AdminObject that exposes its config-properties as GBeanAttributes and
supplies a disconnectable proxy to bind in jndi.
version: $Rev: 607943 $ $Date: 2008-01-01 15:07:17 -0800 (Tue, 01 Jan 2008) $ |
AdminObjectWrapper | public AdminObjectWrapper()(Code) | | Default constructor required when a class is used as a GBean Endpoint.
|
$getResource | public Object $getResource()(Code) | | Returns disconnectable proxy for binding in jndi.
proxy implementing adminObjectInterface. |
getAdminObjectClass | public String getAdminObjectClass()(Code) | | Returns class of wrapped AdminObject.
class of wrapped AdminObject |
getAdminObjectInterface | public String getAdminObjectInterface()(Code) | | |
getAttribute | public Object getAttribute(String name) throws Exception(Code) | | Delegating DynamicGBean getAttribute method.
Parameters: name - of attribute. attribute value. throws: Exception - |
getConfigProperties | public Map getConfigProperties()(Code) | | 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).
|
invoke | public Object invoke(String name, Object[] arguments, String[] types) throws Exception(Code) | | no-op DynamicGBean method
Parameters: name - Parameters: arguments - Parameters: types - nothing, there are no operations. throws: Exception - |
isEventProvider | public boolean isEventProvider()(Code) | | |
isStateManageable | public boolean isStateManageable()(Code) | | |
isStatisticsProvider | public boolean isStatisticsProvider()(Code) | | |
setAttribute | public void setAttribute(String name, Object value) throws Exception(Code) | | Delegating DynamicGBean setAttribute method.
Parameters: name - of attribute. Parameters: value - of attribute to be set. throws: Exception - |
|
|