public class JRemoteManagedConnectionMetaData
extends java.lang.Object
implements javax.resource.spi.ManagedConnectionMetaData
Provide useful information about connecting to a remote jBASE instance.
Constructor and Description |
---|
JRemoteManagedConnectionMetaData(EISMetaDataRepository mdRepository) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEISProductName() |
java.lang.String |
getEISProductVersion() |
int |
getMaxConnections() |
java.lang.String |
getUserName() |
public JRemoteManagedConnectionMetaData(EISMetaDataRepository mdRepository)
public java.lang.String getEISProductName() throws javax.resource.ResourceException
getEISProductName
in interface javax.resource.spi.ManagedConnectionMetaData
javax.resource.ResourceException
public java.lang.String getEISProductVersion() throws javax.resource.ResourceException
getEISProductVersion
in interface javax.resource.spi.ManagedConnectionMetaData
javax.resource.ResourceException
public int getMaxConnections() throws javax.resource.ResourceException
getMaxConnections
in interface javax.resource.spi.ManagedConnectionMetaData
javax.resource.ResourceException
public java.lang.String getUserName() throws javax.resource.ResourceException
getUserName
in interface javax.resource.spi.ManagedConnectionMetaData
javax.resource.ResourceException