public class AdminObjectImpl extends Object implements AdminObject
AdminObject.Attribute, AdminObject.Tag| Constructor and Description |
|---|
AdminObjectImpl(Map<String,String> configProperties,
String className,
String jndiName,
String poolName,
Boolean enabled,
Boolean useJavaContext)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getClassName() |
Map<String,String> |
getConfigProperties() |
String |
getJndiName() |
String |
getPoolName() |
int |
hashCode() |
Boolean |
isEnabled() |
Boolean |
isUseJavaContext() |
String |
toString() |
public AdminObjectImpl(Map<String,String> configProperties, String className, String jndiName, String poolName, Boolean enabled, Boolean useJavaContext)
configProperties - configPropertiesclassName - classNamejndiName - jndiNamepoolName - poolNameenabled - enableduseJavaContext - useJavaContextpublic Map<String,String> getConfigProperties()
getConfigProperties in interface AdminObjectpublic String getClassName()
getClassName in interface AdminObjectpublic String getJndiName()
getJndiName in interface AdminObjectpublic Boolean isEnabled()
isEnabled in interface AdminObjectpublic Boolean isUseJavaContext()
isUseJavaContext in interface AdminObjectpublic String getPoolName()
getPoolName in interface AdminObjectCopyright © 2021 JBoss by Red Hat. All rights reserved.