com.j_spaces.jca
Class GSMetaData

java.lang.Object
  extended by com.j_spaces.jca.GSMetaData
All Implemented Interfaces:
ManagedConnectionMetaData

public class GSMetaData
extends Object
implements ManagedConnectionMetaData

The JCA Meta Data Class


Constructor Summary
GSMetaData()
           
 
Method Summary
 String getEISProductName()
           
 String getEISProductVersion()
           
 int getMaxConnections()
           
 String getUserName()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GSMetaData

public GSMetaData()
Method Detail

getEISProductName

public String getEISProductName()
Specified by:
getEISProductName in interface ManagedConnectionMetaData

getEISProductVersion

public String getEISProductVersion()
Specified by:
getEISProductVersion in interface ManagedConnectionMetaData

getMaxConnections

public int getMaxConnections()
Specified by:
getMaxConnections in interface ManagedConnectionMetaData

getUserName

public String getUserName()
Specified by:
getUserName in interface ManagedConnectionMetaData