All Examples  This Package
  Class examples.workspace.t3clientcache2
java.lang.Object
   |
   +----examples.workspace.t3clientcache2
  -  public class t3clientcache2
  
-  extends Object
  
This short example demonstrates how to extend the workspace life
 of a T3Client so that the client can disconnect, then reconnect to
 continue work inside the same workspace. In this example, the
 T3Client supplies a name for the workspace that will be used to
 reenter the same workspace in the future.
To set up this example:
- Set up your development shell as described in Setting up your environment.
 - Compile this example by executing the following command in your development shell:
$ javac -d %CLIENT_CLASSES% t3clientcache2.java
	
 - Start WebLogic Server in a separate shell.
 - Run this example by executing the following command in your development shell:
$ java examples.workspace.t3clientcache2  t3://hostname:port
Where hostname:port is the host name and port number of your WebLogic Server.  
 
 
  -  Author:
  
 -  Copyright (c) 1996-1999 by BEA Systems. All Rights Reserved.
 
  
  -  
	t3clientcache2()
   -  
 
  
  -  
	main(String[])
   -  
 
  
t3clientcache2
 public t3clientcache2()
  
main
 public static void main(String argv[]) throws Exception
All Examples  This Package