public final class T3Connection
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
host |
private java.lang.String |
path |
private int |
port |
private java.lang.String |
protocol |
private java.util.Hashtable |
queryParams |
private java.lang.String |
url |
private weblogic.security.acl.UserInfo |
user |
Constructor and Description |
---|
T3Connection(java.lang.String url)
Deprecated.
Use the JNDI model
|
T3Connection(java.lang.String url,
weblogic.security.acl.UserInfo t3usr)
Deprecated.
Use the JNDI model
|
Modifier and Type | Method and Description |
---|---|
T3Connection |
connect()
Deprecated.
Use the JNDI model
|
void |
disconnect()
Deprecated.
Use the JNDI model
|
java.lang.String |
getHost()
Deprecated.
Use the JNDI model and its accessors for
information about the connection
|
java.lang.String |
getPath()
Deprecated.
Use the JNDI model and its accessors for
information about the connection
|
int |
getPort()
Deprecated.
Use the JNDI model and its accessors for
information about the connection
|
java.lang.String |
getProtocol()
Deprecated.
Use the JNDI model and its accessors for
information about the connection
|
java.lang.String |
getQueryParam(java.lang.String key)
Deprecated.
Use the JNDI model and its accessors for
information about the connection
|
java.util.Hashtable |
getQueryParams()
Deprecated.
Use the JNDI model and its accessors for
information about the connection
|
java.lang.String |
getURL()
Deprecated.
Use the JNDI model and its accessors for
information about the connection
|
weblogic.security.acl.UserInfo |
getUser()
Deprecated.
Use the JNDI model and its accessors for
information about the connection
|
boolean |
isConnected()
Deprecated.
Use the JNDI model
|
java.lang.String |
toString()
Deprecated.
Information is no longer very useful
|
private java.lang.String protocol
private java.lang.String host
private int port
private java.lang.String path
private java.util.Hashtable queryParams
private weblogic.security.acl.UserInfo user
private java.lang.String url
@Deprecated public T3Connection(java.lang.String url) throws java.net.UnknownHostException, java.net.MalformedURLException
url
- URL for the WebLogic Serverjava.net.UnknownHostException
- if the URL for the WebLogic Server is not foundjava.net.MalformedURLException
@Deprecated public T3Connection(java.lang.String url, weblogic.security.acl.UserInfo t3usr) throws java.net.UnknownHostException, java.net.MalformedURLException
url
- URL for the WebLogic Servert3usr
- A UserInfo with username and credential to provide
access to the WebLogic Serverjava.net.UnknownHostException
- if the URL is not foundjava.net.MalformedURLException
- if the URL for the WebLogic Server is invalid@Deprecated public java.lang.String getHost()
@Deprecated public int getPort()
@Deprecated public java.lang.String getProtocol()
@Deprecated public weblogic.security.acl.UserInfo getUser()
@Deprecated public java.lang.String getURL()
@Deprecated public java.lang.String getPath()
@Deprecated public java.util.Hashtable getQueryParams()
@Deprecated public java.lang.String getQueryParam(java.lang.String key)
@Deprecated public boolean isConnected()
@Deprecated public T3Connection connect() throws java.io.IOException, T3Exception
java.io.IOException
- if an IO error occursT3Exception
- if there is an error with the connect request@Deprecated public void disconnect() throws java.io.IOException, T3Exception
java.io.IOException
- if an IO error occursT3Exception
- if there is an error with the disconnect request@Deprecated public java.lang.String toString()
toString
in class java.lang.Object