|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.log.output.jms.PropertyInfo
A descriptor for each message property.
Constructor Summary | |
PropertyInfo(java.lang.String name,
int type,
java.lang.String aux)
Creation of a new property info instance. |
Method Summary | |
java.lang.String |
getAux()
Return the property auxilliary information |
java.lang.String |
getName()
Return the property name |
int |
getType()
Return the property type |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PropertyInfo(java.lang.String name, int type, java.lang.String aux)
name
- the propertytype
- the property typeaux
- auxillary property valueMethod Detail |
public java.lang.String getName()
public int getType()
public java.lang.String getAux()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |