Package org.apache.log.output.jms
Class PropertyInfo
java.lang.Object
org.apache.log.output.jms.PropertyInfo
A descriptor for each message property.
- Author:
- Avalon Development Team, Mircea Toma
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPropertyInfo
(String name, int type, String aux) Creation of a new property info instance. -
Method Summary
-
Field Details
-
m_name
-
m_type
private final int m_type -
m_aux
-
-
Constructor Details
-
PropertyInfo
Creation of a new property info instance.- Parameters:
name
- the propertytype
- the property typeaux
- auxillary property value
-
-
Method Details
-
getName
Return the property name- Returns:
- the name
-
getType
public int getType()Return the property type- Returns:
- the type
-
getAux
Return the property auxilliary information- Returns:
- the information
-