Public Member Functions | |
| ManagedConnectionMetaDataImpl (String userName) | |
| String | getEISProductName () throws ResourceException |
| String | getEISProductVersion () throws ResourceException |
| int | getMaxConnections () throws ResourceException |
| String | getUserName () throws ResourceException |
ManagedConnectionMetaDataImpl instance provides information related to a managed connection.
Definition at line 33 of file ManagedConnectionMetaDataImpl.java.
| org.objectweb.joram.client.connector.ManagedConnectionMetaDataImpl.ManagedConnectionMetaDataImpl | ( | String | userName | ) |
Constructs a ManagedConnectionMetaDataImpl instance.
Definition at line 43 of file ManagedConnectionMetaDataImpl.java.
| String org.objectweb.joram.client.connector.ManagedConnectionMetaDataImpl.getEISProductName | ( | ) | throws ResourceException |
Returns JORAM's name.
Definition at line 52 of file ManagedConnectionMetaDataImpl.java.
| String org.objectweb.joram.client.connector.ManagedConnectionMetaDataImpl.getEISProductVersion | ( | ) | throws ResourceException |
Returns the current JORAM release number.
Definition at line 58 of file ManagedConnectionMetaDataImpl.java.
| int org.objectweb.joram.client.connector.ManagedConnectionMetaDataImpl.getMaxConnections | ( | ) | throws ResourceException |
Returns 0 as JORAM as no upper limit of active connections.
Definition at line 64 of file ManagedConnectionMetaDataImpl.java.
| String org.objectweb.joram.client.connector.ManagedConnectionMetaDataImpl.getUserName | ( | ) | throws ResourceException |
Returns the name of the user associated with the managed connection.
Definition at line 70 of file ManagedConnectionMetaDataImpl.java.
1.5.0