Email Answering System
Version 1.0

Serialized Form


Package com.ninecode.email.beans.master

Class com.ninecode.email.beans.master.EmailDispatcher implements Serializable

Serialized Fields

mMap

EmailProperties mMap
The list of subject-topic pairs.

Class com.ninecode.email.beans.master.EmailResponder implements Serializable

Serialized Fields

mConnection

Connection mConnection

mFactory

RecordFactory mFactory


Package com.ninecode.email.beans.slave

Class com.ninecode.email.beans.slave.Robot implements Serializable


Package com.ninecode.email.beans.slave.dictionary

Class com.ninecode.email.beans.slave.dictionary.Dictionary implements Serializable

Serialized Fields

mDictionaryBean

DictionaryBean mDictionaryBean


Package com.ninecode.email.beans.slave.phone

Class com.ninecode.email.beans.slave.phone.PhoneBooth implements Serializable

Serialized Fields

mPhoneBean

PhoneBean mPhoneBean


Package com.ninecode.email.beans.slave.stock

Class com.ninecode.email.beans.slave.stock.Ticker implements Serializable

Serialized Fields

mStockBean

StockBean mStockBean


Package com.ninecode.email.beans.slave.weather

Class com.ninecode.email.beans.slave.weather.WeatherMan implements Serializable

Serialized Fields

mWeatherBean

WeatherBean mWeatherBean


Package com.ninecode.email.beans.slave.web

Class com.ninecode.email.beans.slave.web.WebFetch implements Serializable

Serialized Fields

mWebBean

WebBean mWebBean


Package com.ninecode.email.connector

Class com.ninecode.email.connector.EmailAuthenticator implements Serializable

Serialized Fields

mTransportUserName

String mTransportUserName
The current value of Transport user name.


mTransportPassword

String mTransportPassword
The current value of Transport password.


mStoreUserName

String mStoreUserName
The current value of Store user name.


mStorePassword

String mStorePassword
The current value of Store password.

Class com.ninecode.email.connector.EmailConfigurationData implements Serializable

Serialized Fields

mTransportProtocol

String mTransportProtocol
Holds value of property transportProtocol.


mTransportHost

String mTransportHost
Holds value of property transportHost.


mTransportPort

int mTransportPort
Holds value of property transportPort.


mTransportFile

String mTransportFile
Holds value of property transportFile.


mStoreProtocol

String mStoreProtocol
Holds value of property storeProtocol.


mStoreHost

String mStoreHost
Holds value of property storeHost.


mStorePort

int mStorePort
Holds value of property storePort.


mStoreFile

String mStoreFile
Holds value of property storeFile.


mBackgroundThreadPollDelay

int mBackgroundThreadPollDelay
Holds value of property backgroundThreadPollDelay.


mBackgroundThread

boolean mBackgroundThread
Controls the state of the background thread.


mBackgroundThreadInitialDelay

int mBackgroundThreadInitialDelay
Initial thread startup delay in milliseconds.


mBackgroundThreadReconnectDelay

int mBackgroundThreadReconnectDelay
Reconnection delay in milliseconds.


mQueueConnectionFactoryResourceReference

String mQueueConnectionFactoryResourceReference
Holds value of property queueConnectionFactoryResourceReference.


mQueueConnectionReference

String mQueueConnectionReference
Holds value of property queueConnectionReference.

Class com.ninecode.email.connector.EmailConnectionData implements Serializable

Serialized Fields

mTransportUserName

String mTransportUserName
The current value of Transport user name.


mTransportPassword

String mTransportPassword
The current value of Transport password.


mStoreUserName

String mStoreUserName
The current value of the Store user name.


mStorePassword

String mStorePassword
The current value of Store password.


mMailProperties

String mMailProperties
The current value of mail.XXXX properties. The format is a delimiter character at the start and end with each of the property=value settings separated by delimiters, e.g. |mail.from=tobias@linkone.com|mail.smtp.auth=true|

See Also:
EmailProperties

mPropertySupport

PropertyChangeSupport mPropertySupport
Support for bound properties.

Class com.ninecode.email.connector.EmailConnectionFactory implements Serializable

Serialized Fields

mConnectionManager

ConnectionManager mConnectionManager
The connection manager to use when creating connections. This is serialized with this factory. This may not be our connection manager (it may be provided by the AS).


mReference

Reference mReference
Reference to this ConnectionFactory.


mConfigurationData

EmailConfigurationData mConfigurationData
Configuration data.


mConnectionData

EmailConnectionData mConnectionData
Connection data.

Class com.ninecode.email.connector.EmailDefaultConnectionManager implements Serializable

Class com.ninecode.email.connector.EmailIndexedRecord implements Serializable

Serialized Fields

mName

String mName
The name.


mDescription

String mDescription
The description.

Class com.ninecode.email.connector.EmailInteractionSpec implements Serializable

Serialized Fields

mFunctionName

String mFunctionName
The function name for this interaction.


mVerb

int mVerb
The nature of this interaction. Must be one of SYNC_SEND, SYNC_SEND_RECEIVE or SYNC_RECEIVE.


mExecutionTimeout

long mExecutionTimeout
The timeout value for this interaction. If zero, there is no timeout.


mPropertyChangeSupport

PropertyChangeSupport mPropertyChangeSupport
Utility field used by bound properties.

Class com.ninecode.email.connector.EmailManagedConnectionFactory implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serialized Fields

mPrintWriter

PrintWriter mPrintWriter
The logging output stream.

Class com.ninecode.email.connector.EmailMappedRecord implements Serializable

Serialized Fields

mName

String mName
The name.


mDescription

String mDescription
The description.


Package com.ninecode.email.util

Class com.ninecode.email.util.EmailProperties implements Serializable


Package test

Class test.ConfigurationDialog implements Serializable

Serialized Fields

mObject

Object mObject
The bean we're going to configure.


mFile

String mFile
The file to store the configuration in.


mDescriptors

PropertyDescriptor[] mDescriptors
Cached list of property descriptors introspected from the bean.


mListeners

ArrayList mListeners
The array of TableModelListeners.


mResult

Boolean mResult
The user action causing the dialog to exit:
  • Boolean.TRUE - user clicked the OK button
  • Boolean.FALSE - user clicked the Cancel button
  • null - user closed window without choosing either button

  • mConfiguration

    JTable mConfiguration


    Email Answering System
    Version 1.0

    Copyright © 2003 Derrick Oswald. All rights reserved.