public class PoolMetaData extends Object
Constructor and Description |
---|
PoolMetaData(PoolInfo poolInfo,
javax.resource.spi.ManagedConnectionFactory mcf,
Subject s,
int txSupport,
ResourcePrincipal prin,
boolean isPM,
boolean isNonTx,
boolean lazyEnlistable,
RuntimeSecurityMap runtimeSecurityMap,
boolean lazyAssoc) |
Modifier and Type | Method and Description |
---|---|
javax.resource.spi.ManagedConnectionFactory |
getMCF() |
ResourcePrincipal |
getResourcePrincipal() |
RuntimeSecurityMap |
getRuntimeSecurityMap() |
Subject |
getSubject() |
int |
getTransactionSupport() |
boolean |
isAuthCredentialsDefinedInPool() |
boolean |
isLazyAssociatable() |
boolean |
isLazyEnlistable() |
boolean |
isNonTx() |
boolean |
isPM() |
void |
setAuthCredentialsDefinedInPool(boolean authCred) |
void |
setIsNonTx(boolean flag) |
void |
setIsPM(boolean flag) |
void |
setLazyAssoc(boolean flag) |
void |
setLazyEnlistable(boolean flag) |
String |
toString() |
public PoolMetaData(PoolInfo poolInfo, javax.resource.spi.ManagedConnectionFactory mcf, Subject s, int txSupport, ResourcePrincipal prin, boolean isPM, boolean isNonTx, boolean lazyEnlistable, RuntimeSecurityMap runtimeSecurityMap, boolean lazyAssoc)
public javax.resource.spi.ManagedConnectionFactory getMCF()
public Subject getSubject()
public int getTransactionSupport()
public ResourcePrincipal getResourcePrincipal()
public void setIsNonTx(boolean flag)
public boolean isNonTx()
public void setIsPM(boolean flag)
public boolean isPM()
public RuntimeSecurityMap getRuntimeSecurityMap()
public void setLazyEnlistable(boolean flag)
public boolean isLazyEnlistable()
public void setLazyAssoc(boolean flag)
public boolean isLazyAssociatable()
public void setAuthCredentialsDefinedInPool(boolean authCred)
public boolean isAuthCredentialsDefinedInPool()
Copyright © 2018. All rights reserved.