|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jcoderz.commons.connector.file.FsManagedConnectionMetaData
public class FsManagedConnectionMetaData
Provides a set of Meta Data describing this File System Connector.
| Field Summary | |
|---|---|
static String |
EIS_PRODUCT_NAME
The product name. |
static String |
EIS_PRODUCT_VERSION
The product version. |
static int |
MAX_CONNECTIONS
Maximum limit on number of active concurrent connections that the File System Connector can support across client processes. 0 means that the connector does not have any limit. |
| Constructor Summary | |
|---|---|
FsManagedConnectionMetaData(String userName)
Contructor. |
|
| Method Summary | |
|---|---|
String |
getEISProductName()
|
String |
getEISProductVersion()
|
int |
getMaxConnections()
Returns 0. 0 means that this connector does not have any limit. |
String |
getUserName()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String EIS_PRODUCT_NAME
public static final String EIS_PRODUCT_VERSION
public static final int MAX_CONNECTIONS
| Constructor Detail |
|---|
public FsManagedConnectionMetaData(String userName)
userName - to be set, can be null.| Method Detail |
|---|
public String getEISProductName()
throws ResourceException
getEISProductName in interface ManagedConnectionMetaDataResourceException
public String getEISProductVersion()
throws ResourceException
getEISProductVersion in interface ManagedConnectionMetaDataResourceException
public int getMaxConnections()
throws ResourceException
getMaxConnections in interface ManagedConnectionMetaDataResourceException - never thrown.ManagedConnectionMetaData.getMaxConnections()
public String getUserName()
throws ResourceException
getUserName in interface ManagedConnectionMetaDataResourceException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||