tyrex.resource.javamail
Class Property

java.lang.Object
  |
  +--tyrex.resource.javamail.Property
All Implemented Interfaces:
java.io.Serializable

public class Property
extends java.lang.Object
implements java.io.Serializable

This class is used to load the properties defined in the domain.xml configuration of a javamail resource. An example configuration is gievn below: MyMail mail.smtp.host mail.exolab.org

Version:
$Revision: 1.1 $
Author:
Ashish Agrawal
See Also:
Serialized Form

Field Summary
 java.lang.String _key
           
 java.lang.String _value
           
 
Constructor Summary
Property()
           
 
Method Summary
 java.lang.String getKey()
           
 java.lang.String getValue()
           
 void setKey(java.lang.String key)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_key

public java.lang.String _key

_value

public java.lang.String _value
Constructor Detail

Property

public Property()
Method Detail

setKey

public void setKey(java.lang.String key)

setValue

public void setValue(java.lang.String value)

getKey

public java.lang.String getKey()

getValue

public java.lang.String getValue()


Intalio Inc. (C) 1999-2001. All rights reserved.