oss.net.pstream.jca
Class StreamerConnectionRequestInfo

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

public class StreamerConnectionRequestInfo
extends java.lang.Object
implements javax.resource.spi.ConnectionRequestInfo

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
StreamerConnectionRequestInfo(java.lang.String portlet, java.lang.String config_uri, java.lang.String Host, int Port, java.lang.String Protocol)
           
 
Method Summary
 java.lang.String getConfigURI()
           
 java.lang.String getHost()
           
 int getPort()
           
 java.lang.String getPortlet()
           
 java.lang.String getProtocol()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.resource.spi.ConnectionRequestInfo
equals, hashCode
 

Constructor Detail

StreamerConnectionRequestInfo

public StreamerConnectionRequestInfo(java.lang.String portlet,
                                     java.lang.String config_uri,
                                     java.lang.String Host,
                                     int Port,
                                     java.lang.String Protocol)
Method Detail

getPortlet

public java.lang.String getPortlet()

getConfigURI

public java.lang.String getConfigURI()

getHost

public java.lang.String getHost()

getPort

public int getPort()

getProtocol

public java.lang.String getProtocol()


Copyright © 2000 Dummy Corp. All Rights Reserved.