org.atmosphere.cpr
Class Entry

java.lang.Object
  extended by org.atmosphere.cpr.Entry

public class Entry
extends Object


Nested Class Summary
static class Entry.TYPE
           
 
Field Summary
 CacheMessage cache
           
 BroadcasterFuture<?> future
           
 Object message
           
 Object originalMessage
           
 AtmosphereResource resource
           
 Set<AtmosphereResource> resources
           
 Entry.TYPE type
           
 boolean writeLocally
           
 
Constructor Summary
Entry(AtmosphereResource r, Entry e)
           
Entry(Entry.TYPE type, Object originalMessage, Object message, AtmosphereResource r, BroadcasterFuture<?> future, CacheMessage cache, boolean writeLocally, Set<AtmosphereResource> resources)
           
Entry(Object message, AtmosphereResource r, BroadcasterFuture<?> future, Object originalMessage)
           
Entry(Object message, BroadcasterFuture<?> future, boolean writeLocally)
           
Entry(Object message, BroadcasterFuture<?> future, Object originalMessage)
           
Entry(Object message, Set<AtmosphereResource> resources, BroadcasterFuture<?> future, Object originalMessage)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

message

public Object message

future

public BroadcasterFuture<?> future

writeLocally

public boolean writeLocally

originalMessage

public Object originalMessage

resource

public final AtmosphereResource resource

resources

public final Set<AtmosphereResource> resources

type

public final Entry.TYPE type

cache

public CacheMessage cache
Constructor Detail

Entry

public Entry(Entry.TYPE type,
             Object originalMessage,
             Object message,
             AtmosphereResource r,
             BroadcasterFuture<?> future,
             CacheMessage cache,
             boolean writeLocally,
             Set<AtmosphereResource> resources)

Entry

public Entry(Object message,
             AtmosphereResource r,
             BroadcasterFuture<?> future,
             Object originalMessage)

Entry

public Entry(Object message,
             BroadcasterFuture<?> future,
             Object originalMessage)

Entry

public Entry(AtmosphereResource r,
             Entry e)

Entry

public Entry(Object message,
             Set<AtmosphereResource> resources,
             BroadcasterFuture<?> future,
             Object originalMessage)

Entry

public Entry(Object message,
             BroadcasterFuture<?> future,
             boolean writeLocally)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.