com.bankframe.services.ping
Interface Ping

All Superinterfaces:
EJBObject, ESessionRemote, Remote

public interface Ping
extends ESessionRemote

This is the EJB remote interface to the Ping bean.


Method Summary
 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

String ping()
            throws RemoteException
This method pings the server.

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


Copyright © 2005, 2007, Oracle. All rights reserved.