|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jcoderz.commons.connector.http.HttpManagedConnectionMetaData
public class HttpManagedConnectionMetaData
This class specifies meta data for a managed http connection.
| Method Summary | |
|---|---|
String |
getEISProductName()
Gets the product name of the connector. |
String |
getEISProductVersion()
Gets the product version of the connector. |
int |
getMaxConnections()
Gets the maximum number of physical connections to the backend. |
String |
getUserName()
Gets the name of the current user. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public String getEISProductName()
throws ResourceException
getEISProductName in interface ManagedConnectionMetaDataResourceException - - as expected by the application server
public String getEISProductVersion()
throws ResourceException
getEISProductVersion in interface ManagedConnectionMetaDataResourceException - - as expected by the application server
public String getUserName()
throws ResourceException
getUserName in interface ManagedConnectionMetaDataResourceException - - as expected by the application server
public int getMaxConnections()
throws ResourceException
getMaxConnections in interface ManagedConnectionMetaDataResourceException - - as expected by the application server
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||