com.bankframe.services.ping
Class Client

java.lang.Object
  extended bycom.bankframe.services.ping.Client

public class Client
extends java.lang.Object

This class is a java client used to ping a server.

Author:
ETU

Field Summary
static java.lang.String JNDI_LOOKUP_NAME
           
 
Constructor Summary
Client()
           
 
Method Summary
static void main(java.lang.String[] args)
          This method is the entry point for an application.
 void pingServer()
          This method pings the server.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JNDI_LOOKUP_NAME

public static final java.lang.String JNDI_LOOKUP_NAME
See Also:
Constant Field Values
Constructor Detail

Client

public Client()
Method Detail

main

public static void main(java.lang.String[] args)
This method is the entry point for an application.


pingServer

public void pingServer()
                throws java.lang.Exception
This method pings the server.

Throws:
java.lang.Exception


Copyright © 2004 Siebel Systems, Inc. All rights reserved.