All Examples  This Package

Class examples.workspace.t3clientcache1

java.lang.Object
   |
   +----examples.workspace.t3clientcache1

public class t3clientcache1
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 system assigns a workspace ID, which the T3Client retrieves for future use.

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% t3clientcache1.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.t3clientcache1 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 t3clientcache1()

Method Index

 o main(String[])
Runs this example from the command line.

Constructors

 o t3clientcache1
 public t3clientcache1()

Methods

 o main
 public static void main(String argv[]) throws Exception
Runs this example from the command line.


All Examples  This Package