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.
PropertyInfo(String name, int type, String aux) - Creation of a new property info instance.
|
String | getAux() - Return the property auxilliary information
|
String | getName() - Return the property name
|
int | getType() - Return the property type
|
PropertyInfo
public PropertyInfo(String name,
int type,
String aux)
Creation of a new property info instance.
name
- the propertytype
- the property typeaux
- auxillary property value
getAux
public String getAux()
Return the property auxilliary information
getName
public String getName()
Return the property name
getType
public int getType()
Return the property type