|
Email Answering System Version 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ninecode.email.connector.EmailConnectionMetaData
Meta information about the underlying javax.mail providers.
Field Summary | |
protected EmailConnection |
mConnection
This metadata's connection. |
protected ManagedConnectionMetaData |
mManagedConnectionMetaData
The managed connection meta data. |
Constructor Summary | |
EmailConnectionMetaData(EmailConnection connection)
Create an EmailConnectionMetaData object. |
Method Summary | |
String |
getEISProductName()
Returns product name of the underlying EIS instance. |
String |
getEISProductVersion()
Returns product version of the underlying EIS instance. |
String |
getUserName()
Returns the user name for an active connection as known to the underlying EIS instance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected EmailConnection mConnection
protected ManagedConnectionMetaData mManagedConnectionMetaData
Constructor Detail |
public EmailConnectionMetaData(EmailConnection connection)
connection
- The connection to provide metadata for.Method Detail |
public String getEISProductName() throws ResourceException
getEISProductName
in interface ConnectionMetaData
ResourceException
- Failed to get the information for the EIS instance.public String getEISProductVersion() throws ResourceException
getEISProductVersion
in interface ConnectionMetaData
ResourceException
- Failed to get the information for the EIS instance.public String getUserName() throws ResourceException
getUserName
in interface ConnectionMetaData
ResourceException
- Failed to get the information for the EIS instance.
|
Email Answering System Version 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |