WebLogic Server 6.1 Code Examples, BEA Systems, Inc.

examples.iiop.rmi.server.wls
Interface Pinger

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
PingImpl

public interface Pinger
extends java.rmi.Remote

The Ping interface.

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

Method Summary
 void ping()
           
 void pingCallback(Pinger toPing)
           
 void pingRemote()
           
 

Method Detail

ping

public void ping()
          throws java.rmi.RemoteException

pingCallback

public void pingCallback(Pinger toPing)
                  throws java.rmi.RemoteException

pingRemote

public void pingRemote()
                throws java.rmi.RemoteException

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

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