WebLogic Server 6.1 Code Examples, BEA Systems, Inc.

examples.iiop.rmi.rmiclient
Class PingClient

java.lang.Object
  |
  +--examples.iiop.rmi.rmiclient.PingClient

public class PingClient
extends java.lang.Object

This client uses the remote PingServer methods.

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

Field Summary
static java.lang.String JNDI_FACTORY
          Defines the JNDI context factory.
(package private) static boolean remote
           
(package private) static java.lang.String url
           
 
Constructor Summary
PingClient()
           
 
Method Summary
static void main(java.lang.String[] argv)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JNDI_FACTORY

public static final java.lang.String JNDI_FACTORY
Defines the JNDI context factory.

remote

static boolean remote

url

static java.lang.String url
Constructor Detail

PingClient

public PingClient()
Method Detail

main

public static void main(java.lang.String[] argv)
                 throws java.lang.Exception

Documentation is available at
http://e-docs.bea.com/wls/docs61

Copyright © 2001 BEA Systems, Inc. All Rights Reserved.