All Examples This Package 

Class examples.event.clockquery.Register

java.lang.Object
   |
   +----examples.event.clockquery.Register

public class Register
extends Object
This class is used to register interest in a regularly updated table on a DBMS. It works with QueryOnTime, also in this directory.

Author:
Copyright (c) 1997-98 by WebLogic, Inc. All Rights Reserved.
Copyright (c) 1999-2000 by BEA Systems, Inc. All Rights Reserved.


Constructor Index

 o Register()

Method Index

 o main(String[])
In this main of this class, we initialize the arguments needed to set up the registration, then use the command-line information supplied by the user to connect to the DBMS and retrieve the contents of a table on a regular basis.

Constructors

 o Register
 public Register()

Methods

 o main
 public static void main(String argv[]) throws Exception
In this main of this class, we initialize the arguments needed to set up the registration, then use the command-line information supplied by the user to connect to the DBMS and retrieve the contents of a table on a regular basis. The result is stored in the server workspace so that it is accessible to clients.


All Examples  This Package