Package org.apache.log.output.jms
Class PropertyInfo
- java.lang.Object
-
- org.apache.log.output.jms.PropertyInfo
-
public class PropertyInfo extends java.lang.ObjectA descriptor for each message property.- Author:
- Avalon Development Team, Mircea Toma
-
-
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.StringgetAux()Return the property auxilliary informationjava.lang.StringgetName()Return the property nameintgetType()Return the property type
-