oss.net.pstream.jca
Class StreamerManagedConnectionMetadata

java.lang.Object
  |
  +--oss.net.pstream.jca.StreamerManagedConnectionMetadata
All Implemented Interfaces:
javax.resource.spi.ManagedConnectionMetaData

public class StreamerManagedConnectionMetadata
extends java.lang.Object
implements javax.resource.spi.ManagedConnectionMetaData

Author:
mgregory To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.

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

Constructor Detail

StreamerManagedConnectionMetadata

public StreamerManagedConnectionMetadata(StreamerManagedConnection MC)
Method Detail

getEISProductName

public java.lang.String getEISProductName()
                                   throws javax.resource.ResourceException
Specified by:
getEISProductName in interface javax.resource.spi.ManagedConnectionMetaData
javax.resource.ResourceException
See Also:
ManagedConnectionMetaData.getEISProductName()

getEISProductVersion

public java.lang.String getEISProductVersion()
                                      throws javax.resource.ResourceException
Specified by:
getEISProductVersion in interface javax.resource.spi.ManagedConnectionMetaData
javax.resource.ResourceException
See Also:
ManagedConnectionMetaData.getEISProductVersion()

getMaxConnections

public int getMaxConnections()
                      throws javax.resource.ResourceException
Specified by:
getMaxConnections in interface javax.resource.spi.ManagedConnectionMetaData
javax.resource.ResourceException
See Also:
ManagedConnectionMetaData.getMaxConnections()

getUserName

public java.lang.String getUserName()
                             throws javax.resource.ResourceException
Specified by:
getUserName in interface javax.resource.spi.ManagedConnectionMetaData
javax.resource.ResourceException
See Also:
ManagedConnectionMetaData.getUserName()


Copyright © 2000 Dummy Corp. All Rights Reserved.