org.glassfish.jersey.examples.jsonp
Class ChangeList

java.lang.Object
  extended by org.glassfish.jersey.examples.jsonp.ChangeList

public class ChangeList
extends Object

TODO javadoc.

Author:
Jakub Podlesak

Constructor Summary
ChangeList()
           
 
Method Summary
 JsonWithPadding getChanges(String callback, int type)
           
 JsonWithPadding getLastChange(String callback, int type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangeList

public ChangeList()
Method Detail

getChanges

public JsonWithPadding getChanges(String callback,
                                  int type)

getLastChange

public JsonWithPadding getLastChange(String callback,
                                     int type)


Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.