Package org.apache.log.output.jms
Class PropertyInfo
- java.lang.Object
-
- org.apache.log.output.jms.PropertyInfo
-
public class PropertyInfo extends java.lang.Object
A descriptor for each message property.
-
-
Constructor Summary
Constructors Constructor Description PropertyInfo(java.lang.String name, int type, java.lang.String aux)
Creation of a new property info instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAux()
Return the property auxilliary informationjava.lang.String
getName()
Return the property nameint
getType()
Return the property type
-