public abstract class AbstractPingableService extends Object implements Pingable
| Constructor and Description |
|---|
AbstractPingableService() |
| Modifier and Type | Method and Description |
|---|---|
String |
echo(String message) |
boolean |
isAlive() |
String |
mirror(String message) |
public boolean isAlive()
throws RemoteException
isAlive in interface PingableRemoteExceptionpublic String echo(String message) throws RemoteException
echo in interface PingableRemoteExceptionpublic String mirror(String message) throws RemoteException
mirror in interface PingableRemoteExceptionCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.