org.jboss.jca.common.api.metadata.common.v11
Interface CommonConnDef

All Superinterfaces:
CommonConnDef, JCAMetadata, Serializable

public interface CommonConnDef
extends CommonConnDef

A ConnectionDefinition.

Author:
Jesper Pedersen

Nested Class Summary
static class CommonConnDef.Attribute
          A Attribute.
static class CommonConnDef.Tag
          A Tag.
 
Method Summary
 Boolean isEnlistment()
          Get the enlistment
 Boolean isSharable()
          Get the sharable
 
Methods inherited from interface org.jboss.jca.common.api.metadata.common.CommonConnDef
getClassName, getConfigProperties, getJndiName, getPool, getPoolName, getRecovery, getSecurity, getTimeOut, getValidation, isEnabled, isUseCcm, isUseJavaContext, isXa
 

Method Detail

isSharable

Boolean isSharable()
Get the sharable

Returns:
the value

isEnlistment

Boolean isEnlistment()
Get the enlistment

Returns:
the value


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