org.apache.log.output.jms

Class PropertyInfo


public class PropertyInfo
extends java.lang.Object

A descriptor for each message property.
Authors:
Avalon Development Team
Mircea Toma

Field Summary

private String
m_aux
private String
m_name
private int
m_type

Constructor Summary

PropertyInfo(String name, int type, String aux)
Creation of a new property info instance.

Method Summary

String
getAux()
Return the property auxilliary information
String
getName()
Return the property name
int
getType()
Return the property type

Field Details

m_aux

private final String m_aux

m_name

private final String m_name

m_type

private final int m_type

Constructor Details

PropertyInfo

public PropertyInfo(String name,
                    int type,
                    String aux)
Creation of a new property info instance.
Parameters:
name - the property
type - the property type
aux - auxillary property value

Method Details

getAux

public String getAux()
Return the property auxilliary information
Returns:
the information

getName

public String getName()
Return the property name
Returns:
the name

getType

public int getType()
Return the property type
Returns:
the type