|
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.EmailManagedConnectionMetaData
Provides meta information about a managed connection.
| Field Summary | |
protected EmailManagedConnection |
mConnection
The connection corresponding to this meta data. |
protected String[][] |
mVendorsVersions
The vendors of JavaMail providers and the versions corresponding to the vendors. |
| Constructor Summary | |
EmailManagedConnectionMetaData(EmailManagedConnection connection)
Creates a new instance of EmailManagedConnectionMetaData. |
|
| Method Summary | |
String |
getEISProductName()
Returns product name of the underlying EIS instance. |
String |
getEISProductVersion()
Returns product version of the underlying EIS instance. |
int |
getMaxConnections()
Returns maximum limit on number of active concurrent connections that an EIS instance can support across client processes. |
String |
getUserName()
Returns name of the user associated with the ManagedConnection instance. |
protected String[][] |
getVendorsVersions()
Get an array of distinct vendor and version pairs from the providers. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected EmailManagedConnection mConnection
protected String[][] mVendorsVersions
| Constructor Detail |
public EmailManagedConnectionMetaData(EmailManagedConnection connection)
| Method Detail |
protected String[][] getVendorsVersions()
public String getEISProductName()
throws ResourceException
getEISProductName in interface ManagedConnectionMetaDataResourceException - Failed to get the information for the EIS instance.
public String getEISProductVersion()
throws ResourceException
getEISProductVersion in interface ManagedConnectionMetaDataResourceException - Failed to get the information for the EIS instance.
public int getMaxConnections()
throws ResourceException
getMaxConnections in interface ManagedConnectionMetaDataResourceException
public String getUserName()
throws ResourceException
getUserName in interface ManagedConnectionMetaDataResourceException
|
Email Answering System Version 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||