org.apache.hupa.shared.rpc
Class IdleResult

java.lang.Object
  extended by 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

Constructor Summary
protected IdleResult()
           
  IdleResult(boolean supported)
           
 
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
 

Constructor Detail

IdleResult

protected IdleResult()

IdleResult

public IdleResult(boolean supported)
Method Detail

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.