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.

Author:
Mircea Toma

Constructor Summary
PropertyInfo(java.lang.String name, int type, java.lang.String aux)
           
 
Method Summary
 java.lang.String getAux()
           
 java.lang.String getName()
           
 int getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyInfo

public PropertyInfo(java.lang.String name,
                    int type,
                    java.lang.String aux)
Method Detail

getName

public java.lang.String getName()

getType

public int getType()

getAux

public java.lang.String getAux()


"Copyright © 2001 Apache Jakarta Project. All Rights Reserved."