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:

  1. Set up your development shell as described in Setting up your environment.

  2. Compile this example by executing the following command in your development shell:

    $ javac -d %CLIENT_CLASSES% t3clientcache2.java

  3. Start WebLogic Server in a separate shell.

  4. 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-2000 by BEA Systems, Inc. All Rights Reserved.

Constructor Index

 o t3clientcache2()

Method Index

 o main(String[])

Constructors

 o t3clientcache2
 public t3clientcache2()

Methods

 o main
 public static void main(String argv[]) throws Exception

All Examples  This Package