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-99 by BEA WebXpress, Inc. All Rights Reserved.
 
  
  -  
	SimpleT3Client()
   -  
 
  
  -  
	main(String[])
   -   Creates a simple T3Client, connects it, does nothing, and disconnects.
 
  
SimpleT3Client
 public SimpleT3Client()
  
main
 public static void main(String argv[])
  -  Creates a simple T3Client, connects it, does nothing, and disconnects.
 
All Examples  This Package