org.atmosphere.cpr
Class AtmosphereFramework.Action

java.lang.Object
  extended by org.atmosphere.cpr.AtmosphereFramework.Action
Enclosing class:
AtmosphereFramework

public static final class AtmosphereFramework.Action
extends Object

Simple class/struck that hold the current state.


Nested Class Summary
static class AtmosphereFramework.Action.TYPE
           
 
Field Summary
 long timeout
           
 AtmosphereFramework.Action.TYPE type
           
 
Constructor Summary
AtmosphereFramework.Action()
           
AtmosphereFramework.Action(AtmosphereFramework.Action.TYPE type)
           
AtmosphereFramework.Action(AtmosphereFramework.Action.TYPE type, long timeout)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

timeout

public long timeout

type

public AtmosphereFramework.Action.TYPE type
Constructor Detail

AtmosphereFramework.Action

public AtmosphereFramework.Action()

AtmosphereFramework.Action

public AtmosphereFramework.Action(AtmosphereFramework.Action.TYPE type)

AtmosphereFramework.Action

public AtmosphereFramework.Action(AtmosphereFramework.Action.TYPE type,
                                  long timeout)
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.