xmlBlaster 2.2.0 API

org.xmlBlaster.protocol.http
Class PushDataItem

java.lang.Object
  extended by org.xmlBlaster.protocol.http.PushDataItem

public class PushDataItem
extends java.lang.Object

Little helper container to hold data which is pushed to browser


Field Summary
 java.lang.String data
           
static int LOGGING
          To mark pushed logging/errors
static int MESSAGE
          To mark pushed messages
static int PING
          To mark pushed pings
 int type
          messages or any other administrative pushs?
 
Constructor Summary
PushDataItem(int type, java.lang.String data)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PING

public static final int PING
To mark pushed pings

See Also:
Constant Field Values

MESSAGE

public static final int MESSAGE
To mark pushed messages

See Also:
Constant Field Values

LOGGING

public static final int LOGGING
To mark pushed logging/errors

See Also:
Constant Field Values

type

public int type
messages or any other administrative pushs?


data

public java.lang.String data
Constructor Detail

PushDataItem

public PushDataItem(int type,
                    java.lang.String data)

xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.