org.glassfish.jersey.examples.jsonjaxb
Class FlightsDataStore

java.lang.Object
  extended by org.glassfish.jersey.examples.jsonjaxb.FlightsDataStore

public class FlightsDataStore
extends java.lang.Object

TODO javadoc.

Author:
Marek Potociar (marek.potociar at oracle.com)

Constructor Summary
FlightsDataStore()
           
 
Method Summary
static Flights getFlights()
           
static void init()
           
static void init(Flights flights)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlightsDataStore

public FlightsDataStore()
Method Detail

init

public static void init()

init

public static void init(Flights flights)

getFlights

public static Flights getFlights()


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