|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.test.jca.inflow.TestActivationSpec
A TestActivationSpec that has non-string java bean properties.
Constructor Summary | |
TestActivationSpec()
|
Method Summary | |
int |
getAnInt()
|
java.lang.Integer |
getAnInteger()
|
java.net.InetAddress |
getLocalhost()
|
java.lang.String |
getName()
|
java.util.Properties |
getProps()
|
ResourceAdapter (src) |
getResourceAdapter()
Retrieve the resource adapter |
void |
setAnInt(int anInt)
|
void |
setAnInteger(java.lang.Integer anInteger)
|
void |
setLocalhost(java.net.InetAddress localhost)
|
void |
setName(java.lang.String name)
|
void |
setProps(java.util.Properties props)
|
void |
setResourceAdapter(ResourceAdapter (src) ra)
Set the resource adapter |
java.lang.String |
toString()
|
void |
validate()
Optional method that can be used to check configuration by a deployment tool. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TestActivationSpec()
Method Detail |
public void validate() throws InvalidPropertyException (src)
ActivationSpec (src)
validate
in interface ActivationSpec (src)
InvalidPropertyException (src)
public java.lang.String getName()
public void setName(java.lang.String name)
public int getAnInt()
public void setAnInt(int anInt)
public java.lang.Integer getAnInteger()
public void setAnInteger(java.lang.Integer anInteger)
public java.net.InetAddress getLocalhost()
public void setLocalhost(java.net.InetAddress localhost)
public java.util.Properties getProps()
public void setProps(java.util.Properties props)
public ResourceAdapter (src) getResourceAdapter()
ResourceAdapterAssociation (src)
getResourceAdapter
in interface ResourceAdapterAssociation (src)
public void setResourceAdapter(ResourceAdapter (src) ra) throws ResourceException (src)
ResourceAdapterAssociation (src)
setResourceAdapter
in interface ResourceAdapterAssociation (src)
ResourceException (src)
- for any errorpublic java.lang.String toString()
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |