|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jppf.jca.spi.JPPFManagedConnectionMetaData
public class JPPFManagedConnectionMetaData
Implementation of the ManagedConnectionMetaData interface.
| Constructor Summary | |
|---|---|
JPPFManagedConnectionMetaData(String userName)
Initialize this metadata with a specified user name. |
|
| Method Summary | |
|---|---|
String |
getEISProductName()
Get the name of the product. |
String |
getEISProductVersion()
Get the version of the product. |
int |
getMaxConnections()
Get the maximum number of connections. |
String |
getUserName()
Get the name of the user of the connection. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JPPFManagedConnectionMetaData(String userName)
userName - the name of the user of the connection.| Method Detail |
|---|
public String getEISProductName()
throws ResourceException
getEISProductName in interface ManagedConnectionMetaDataResourceException - if the product name could not be obtained.ManagedConnectionMetaData.getEISProductName()
public String getEISProductVersion()
throws ResourceException
getEISProductVersion in interface ManagedConnectionMetaDataResourceException - if the version could not be obtained.ManagedConnectionMetaData.getEISProductVersion()
public int getMaxConnections()
throws ResourceException
getMaxConnections in interface ManagedConnectionMetaDataResourceException - if the number of connections could not be obtained.ManagedConnectionMetaData.getMaxConnections()
public String getUserName()
throws ResourceException
getUserName in interface ManagedConnectionMetaDataResourceException - if the name could not be obrained.ManagedConnectionMetaData.getUserName()
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||