org.apache.log.output.jms
Class PropertyInfo

java.lang.Object
  |
  +--org.apache.log.output.jms.PropertyInfo

public class PropertyInfo
extends Object

A descriptor for each message property.

Author:
Avalon Development Team, Mircea Toma

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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 Detail

getName

public String getName()
Return the property name

Returns:
the name

getType

public int getType()
Return the property type

Returns:
the type

getAux

public String getAux()
Return the property auxilliary information

Returns:
the information


Copyright © 2001 Apache Jakarta Project. All Rights Reserved.