| java.lang.Object org.apache.log.output.jms.PropertyInfo
PropertyInfo | public PropertyInfo(String name, int type, String aux)(Code) | | Creation of a new property info instance.
Parameters: name - the property Parameters: type - the property type Parameters: aux - auxillary property value |
getAux | public String getAux()(Code) | | Return the property auxilliary information
the information |
getName | public String getName()(Code) | | Return the property name
the name |
getType | public int getType()(Code) | | Return the property type
the type |
|
|