|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.messaging.ra.JBMMetaData
public class JBMMetaData
Managed connection meta data
Constructor Summary | |
---|---|
JBMMetaData(JBMManagedConnection mc)
Constructor |
Method Summary | |
---|---|
java.lang.String |
getEISProductName()
Get the EIS product name |
java.lang.String |
getEISProductVersion()
Get the EIS product version |
int |
getMaxConnections()
Get the maximum number of connections -- RETURNS 0 |
java.lang.String |
getUserName()
Get the user name |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JBMMetaData(JBMManagedConnection mc)
mc
- The managed connectionMethod Detail |
---|
public java.lang.String getEISProductName() throws javax.resource.ResourceException
getEISProductName
in interface javax.resource.spi.ManagedConnectionMetaData
javax.resource.ResourceException
- Thrown if operation failspublic java.lang.String getEISProductVersion() throws javax.resource.ResourceException
getEISProductVersion
in interface javax.resource.spi.ManagedConnectionMetaData
javax.resource.ResourceException
- Thrown if operation failspublic int getMaxConnections() throws javax.resource.ResourceException
getMaxConnections
in interface javax.resource.spi.ManagedConnectionMetaData
javax.resource.ResourceException
- Thrown if operation failspublic java.lang.String getUserName() throws javax.resource.ResourceException
getUserName
in interface javax.resource.spi.ManagedConnectionMetaData
javax.resource.ResourceException
- Thrown if operation fails
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |