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 AdminObject
public String getClassName()
getClassName
in interface AdminObject
public String getJndiName()
getJndiName
in interface AdminObject
public Boolean isEnabled()
isEnabled
in interface AdminObject
public Boolean isUseJavaContext()
isUseJavaContext
in interface AdminObject
public String getPoolName()
getPoolName
in interface AdminObject
Copyright © 2021 JBoss by Red Hat. All rights reserved.