|
JBoss Integration 6.0 Parent 6.0.0.CR1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.jca.spi.ActivationConfigProperty
public class ActivationConfigProperty
The ActivationConfigProperty - similar to the javax.ejb annotation
Constructor Summary | |
---|---|
ActivationConfigProperty()
Constructor |
|
ActivationConfigProperty(String name,
String value)
Constructor |
Method Summary | |
---|---|
String |
getName()
Get the name |
String |
getValue()
Get the value |
void |
setName(String name)
Set the name |
void |
setValue(String value)
Set the value |
String |
toString()
String representation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ActivationConfigProperty()
public ActivationConfigProperty(String name, String value)
name
- The namevalue
- The valueMethod Detail |
---|
public String getName()
public void setName(String name)
name
- The namepublic String getValue()
public void setValue(String value)
value
- The valuepublic String toString()
toString
in class Object
|
JBoss Integration 6.0 Parent 6.0.0.CR1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |