com.bankframe.services.ping
Interface Ping

All Superinterfaces:
javax.ejb.EJBObject, ESessionRemote, java.rmi.Remote

public interface Ping
extends ESessionRemote

This is the EJB remote interface to the Ping bean.

Author:
ETU

Method Summary
 java.lang.String ping()
          This method pings the server.
 
Methods inherited from interface com.bankframe.ejb.ESessionRemote
processDataPacket, processDataPackets
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

ping

public java.lang.String ping()
                      throws java.rmi.RemoteException
This method pings the server.

Returns:
String showing the ping message from the server.
Throws:
java.rmi.RemoteException


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