org.apache.hupa.shared.rpc
Class IdleResult
java.lang.Object
org.apache.hupa.shared.rpc.IdleResult
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.IsSerializable, Serializable, net.customware.gwt.dispatch.shared.Result
public class IdleResult
- extends Object
- implements net.customware.gwt.dispatch.shared.Result, Serializable
- See Also:
- Serialized Form
|
Method Summary |
boolean |
isSupported()
Return if the IDLE command is supported by the server |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IdleResult
protected IdleResult()
IdleResult
public IdleResult(boolean supported)
isSupported
public boolean isSupported()
- Return if the IDLE command is supported by the server
- Returns:
- supported
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.