org.jboss.jca.common.api.metadata.common
Interface CommonAdminObject

All Superinterfaces:
JCAMetadata, Serializable

public interface CommonAdminObject
extends JCAMetadata

A AdminObject.

Author:
Stefano Maestri

Nested Class Summary
static class CommonAdminObject.Attribute
          A Attribute.
static class CommonAdminObject.Tag
          A Tag.
 
Method Summary
 String getClassName()
          Get the className.
 Map<String,String> getConfigProperties()
          Get the configProperties.
 String getJndiName()
          Get the jndiName.
 String getPoolName()
          Get the poolName.
 Boolean isEnabled()
          Get the enabled.
 Boolean isUseJavaContext()
          Get the useJavaContext.
 

Method Detail

getConfigProperties

Map<String,String> getConfigProperties()
Get the configProperties.

Returns:
the configProperties.

getClassName

String getClassName()
Get the className.

Returns:
the className.

getJndiName

String getJndiName()
Get the jndiName.

Returns:
the jndiName.

getPoolName

String getPoolName()
Get the poolName.

Returns:
the poolName.

isEnabled

Boolean isEnabled()
Get the enabled.

Returns:
the enabled.

isUseJavaContext

Boolean isUseJavaContext()
Get the useJavaContext.

Returns:
the useJavaContext.


Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)