All Examples  This Package

Class examples.t3client.SimpleT3Client

java.lang.Object
   |
   +----examples.t3client.SimpleT3Client

public class SimpleT3Client
extends Object
This example demonstrates a simple T3Client that makes a connection to the WebLogic Server.

To run this example, supply a URL as the first argument of the form

  scheme://WebLogicHost:Port
where scheme is one of:
t3
Standard WebLogic t3 protocol
t3s
WebLogic t3 protocol using Secure Sockets Layer(SSL)
http
HTTP tunneling
https
HTTP tunneling using SSL

Here's an example:

 $ java examples.t3client.SimpleT3Client t3://localhost:7001

Author:
Copyright (c) 1996-2000 by BEA Systems, Inc. All Rights Reserved.

Constructor Index

 o SimpleT3Client()

Method Index

 o main(String[])
Creates a simple T3Client, connects it, does nothing, and disconnects.

Constructors

 o SimpleT3Client
 public SimpleT3Client()

Methods

 o main
 public static void main(String argv[])
Creates a simple T3Client, connects it, does nothing, and disconnects.


All Examples  This Package