Skip navigation links
A B C D E F G H I L M N O S T U V 

A

Aircraft - Class in org.glassfish.jersey.examples.flight.model
Aircraft data model representation.
Aircraft() - Constructor for class org.glassfish.jersey.examples.flight.model.Aircraft
 
Aircraft.Status - Enum in org.glassfish.jersey.examples.flight.model
 
AircraftsResource - Class in org.glassfish.jersey.examples.flight.resources
JAX-RS resource for accessing & manipulating flight information.
AircraftsResource() - Constructor for class org.glassfish.jersey.examples.flight.resources.AircraftsResource
 
AircraftType - Class in org.glassfish.jersey.examples.flight.model
Aircraft type.
AircraftType() - Constructor for class org.glassfish.jersey.examples.flight.model.AircraftType
 
AircraftType(String, String, int) - Constructor for class org.glassfish.jersey.examples.flight.model.AircraftType
 

B

book(String) - Method in class org.glassfish.jersey.examples.flight.resources.FlightsResource
 
bookAsHtml(String) - Method in class org.glassfish.jersey.examples.flight.resources.FlightsResource
 

C

closeReservations() - Method in class org.glassfish.jersey.examples.flight.model.Flight
 
connect() - Method in class org.glassfish.jersey.examples.flight.resources.FlightSimResource
 
ContainerAuthFilter - Class in org.glassfish.jersey.examples.flight.providers
Example container authentication filter.
ContainerAuthFilter() - Constructor for class org.glassfish.jersey.examples.flight.providers.ContainerAuthFilter
 
create(String, String, Integer, Integer, Integer) - Method in class org.glassfish.jersey.examples.flight.resources.AircraftsResource
 
create(Integer) - Method in class org.glassfish.jersey.examples.flight.resources.FlightsResource
 
createMoxyJsonResolver() - Static method in class org.glassfish.jersey.examples.flight.FlightDemoApp
Create ContextResolver for MoxyJsonConfig for this application.

D

delete(Integer) - Method in class org.glassfish.jersey.examples.flight.resources.AircraftsResource
 
delete(String) - Method in class org.glassfish.jersey.examples.flight.resources.FlightsResource
 
Detail - Annotation Type in org.glassfish.jersey.examples.flight.filtering
Entity filtering annotation to specify the detailed view scope.
Detail.Factory - Class in org.glassfish.jersey.examples.flight.filtering
Factory class for creating instances of Detail annotation.

E

equals(Object) - Method in class org.glassfish.jersey.examples.flight.model.Aircraft
 
equals(Object) - Method in class org.glassfish.jersey.examples.flight.model.AircraftType
 
equals(Object) - Method in class org.glassfish.jersey.examples.flight.model.FlightLocation
 
equals(Object) - Method in class org.glassfish.jersey.examples.flight.model.Location
 
execute() - Method in enum org.glassfish.jersey.examples.flight.resources.FlightSimResource.Command
 
execute(String) - Method in class org.glassfish.jersey.examples.flight.resources.FlightSimResource
 

F

filter(ContainerRequestContext) - Method in class org.glassfish.jersey.examples.flight.providers.ContainerAuthFilter
 
Flight - Class in org.glassfish.jersey.examples.flight.model
Flight data model representation.
Flight() - Constructor for class org.glassfish.jersey.examples.flight.model.Flight
 
Flight(String, Aircraft) - Constructor for class org.glassfish.jersey.examples.flight.model.Flight
 
Flight.Status - Enum in org.glassfish.jersey.examples.flight.model
 
FlightDemoApp - Class in org.glassfish.jersey.examples.flight
Flight management demo JAX-RS application.
FlightDemoApp() - Constructor for class org.glassfish.jersey.examples.flight.FlightDemoApp
 
FlightLocation - Class in org.glassfish.jersey.examples.flight.model
New flight location event data.
FlightLocation() - Constructor for class org.glassfish.jersey.examples.flight.model.FlightLocation
 
FlightLocation(String, Location) - Constructor for class org.glassfish.jersey.examples.flight.model.FlightLocation
 
FlightSimResource - Class in org.glassfish.jersey.examples.flight.resources
JAX-RS resource controlling the flight simulation.
FlightSimResource() - Constructor for class org.glassfish.jersey.examples.flight.resources.FlightSimResource
 
FlightSimResource.Command - Enum in org.glassfish.jersey.examples.flight.resources
 
FlightsResource - Class in org.glassfish.jersey.examples.flight.resources
JAX-RS resource for accessing & manipulating flight information.
FlightsResource() - Constructor for class org.glassfish.jersey.examples.flight.resources.FlightsResource
 

G

get() - Static method in class org.glassfish.jersey.examples.flight.filtering.Detail.Factory
 
get(Integer) - Method in class org.glassfish.jersey.examples.flight.resources.AircraftsResource
 
get(String) - Method in class org.glassfish.jersey.examples.flight.resources.FlightsResource
 
getAircraft() - Method in class org.glassfish.jersey.examples.flight.model.Flight
 
getAsHtml(Integer) - Method in class org.glassfish.jersey.examples.flight.resources.AircraftsResource
 
getAsHtml(String) - Method in class org.glassfish.jersey.examples.flight.resources.FlightsResource
 
getAvailableSeats() - Method in class org.glassfish.jersey.examples.flight.model.Flight
 
getCapacity() - Method in class org.glassfish.jersey.examples.flight.model.Aircraft
 
getCapacity() - Method in class org.glassfish.jersey.examples.flight.model.AircraftType
 
getFlightId() - Method in class org.glassfish.jersey.examples.flight.model.FlightLocation
 
getId() - Method in class org.glassfish.jersey.examples.flight.model.Aircraft
 
getId() - Method in class org.glassfish.jersey.examples.flight.model.Flight
 
getLocation() - Method in class org.glassfish.jersey.examples.flight.model.Aircraft
 
getLocation() - Method in class org.glassfish.jersey.examples.flight.model.FlightLocation
 
getManufacturer() - Method in class org.glassfish.jersey.examples.flight.model.AircraftType
 
getModel() - Method in class org.glassfish.jersey.examples.flight.model.AircraftType
 
getReservationsCount() - Method in class org.glassfish.jersey.examples.flight.model.Flight
 
getStatus() - Method in class org.glassfish.jersey.examples.flight.model.Aircraft
 
getStatus() - Method in class org.glassfish.jersey.examples.flight.model.Flight
 
getType() - Method in class org.glassfish.jersey.examples.flight.model.Aircraft
 
getX() - Method in class org.glassfish.jersey.examples.flight.model.Location
 
getY() - Method in class org.glassfish.jersey.examples.flight.model.Location
 

H

hashCode() - Method in class org.glassfish.jersey.examples.flight.model.Aircraft
 
hashCode() - Method in class org.glassfish.jersey.examples.flight.model.AircraftType
 
hashCode() - Method in class org.glassfish.jersey.examples.flight.model.FlightLocation
 
hashCode() - Method in class org.glassfish.jersey.examples.flight.model.Location
 

I

initialize(ValidAircraftId) - Method in class org.glassfish.jersey.examples.flight.validation.ValidAircraftId.IntegerValidator
 
initialize(ValidFlightId) - Method in class org.glassfish.jersey.examples.flight.validation.ValidFlightId.StringValidator
 
IntegerValidator() - Constructor for class org.glassfish.jersey.examples.flight.validation.ValidAircraftId.IntegerValidator
 
isAvailable() - Method in class org.glassfish.jersey.examples.flight.model.Aircraft
 
isOpen() - Method in class org.glassfish.jersey.examples.flight.model.Flight
 
isValid(Integer, ConstraintValidatorContext) - Method in class org.glassfish.jersey.examples.flight.validation.ValidAircraftId.IntegerValidator
 
isValid(String, ConstraintValidatorContext) - Method in class org.glassfish.jersey.examples.flight.validation.ValidFlightId.StringValidator
 

L

list() - Method in class org.glassfish.jersey.examples.flight.resources.AircraftsResource
 
list() - Method in class org.glassfish.jersey.examples.flight.resources.FlightsResource
 
listAsCsv() - Method in class org.glassfish.jersey.examples.flight.resources.FlightsResource
 
listAsHtml() - Method in class org.glassfish.jersey.examples.flight.resources.AircraftsResource
 
listAsHtml() - Method in class org.glassfish.jersey.examples.flight.resources.FlightsResource
 
listAsString() - Method in class org.glassfish.jersey.examples.flight.resources.AircraftsResource
 
listAsString() - Method in class org.glassfish.jersey.examples.flight.resources.FlightsResource
 
listAsYaml() - Method in class org.glassfish.jersey.examples.flight.resources.FlightsResource
 
listAvailable() - Method in class org.glassfish.jersey.examples.flight.resources.AircraftsResource
 
listAvailableAsString() - Method in class org.glassfish.jersey.examples.flight.resources.AircraftsResource
 
listOpen() - Method in class org.glassfish.jersey.examples.flight.resources.FlightsResource
 
listOpenAsString() - Method in class org.glassfish.jersey.examples.flight.resources.FlightsResource
 
Location - Class in org.glassfish.jersey.examples.flight.model
2-D location coordinates.
Location() - Constructor for class org.glassfish.jersey.examples.flight.model.Location
 
Location(int, int) - Constructor for class org.glassfish.jersey.examples.flight.model.Location
 

M

marAssigned() - Method in class org.glassfish.jersey.examples.flight.model.Aircraft
 
marAvailable() - Method in class org.glassfish.jersey.examples.flight.model.Aircraft
 

N

nextReservationNumber() - Method in class org.glassfish.jersey.examples.flight.model.Flight
 

O

org.glassfish.jersey.examples.flight - package org.glassfish.jersey.examples.flight
 
org.glassfish.jersey.examples.flight.filtering - package org.glassfish.jersey.examples.flight.filtering
 
org.glassfish.jersey.examples.flight.model - package org.glassfish.jersey.examples.flight.model
 
org.glassfish.jersey.examples.flight.providers - package org.glassfish.jersey.examples.flight.providers
 
org.glassfish.jersey.examples.flight.resources - package org.glassfish.jersey.examples.flight.resources
 
org.glassfish.jersey.examples.flight.validation - package org.glassfish.jersey.examples.flight.validation
 

S

setAircraft(Aircraft) - Method in class org.glassfish.jersey.examples.flight.model.Flight
 
setCapacity(int) - Method in class org.glassfish.jersey.examples.flight.model.AircraftType
 
setFlightId(String) - Method in class org.glassfish.jersey.examples.flight.model.FlightLocation
 
setId(Integer) - Method in class org.glassfish.jersey.examples.flight.model.Aircraft
 
setId(String) - Method in class org.glassfish.jersey.examples.flight.model.Flight
 
setLocation(Location) - Method in class org.glassfish.jersey.examples.flight.model.Aircraft
 
setLocation(Location) - Method in class org.glassfish.jersey.examples.flight.model.FlightLocation
 
setManufacturer(String) - Method in class org.glassfish.jersey.examples.flight.model.AircraftType
 
setModel(String) - Method in class org.glassfish.jersey.examples.flight.model.AircraftType
 
setReservationsCount(int) - Method in class org.glassfish.jersey.examples.flight.model.Flight
 
setStatus(Aircraft.Status) - Method in class org.glassfish.jersey.examples.flight.model.Aircraft
 
setStatus(Flight.Status) - Method in class org.glassfish.jersey.examples.flight.model.Flight
 
setType(AircraftType) - Method in class org.glassfish.jersey.examples.flight.model.Aircraft
 
setX(int) - Method in class org.glassfish.jersey.examples.flight.model.Location
 
setY(int) - Method in class org.glassfish.jersey.examples.flight.model.Location
 
StringValidator() - Constructor for class org.glassfish.jersey.examples.flight.validation.ValidFlightId.StringValidator
 

T

toString() - Method in class org.glassfish.jersey.examples.flight.model.Aircraft
 
toString() - Method in class org.glassfish.jersey.examples.flight.model.AircraftType
 
toString() - Method in class org.glassfish.jersey.examples.flight.model.Flight
 
toString() - Method in class org.glassfish.jersey.examples.flight.model.FlightLocation
 
toString() - Method in class org.glassfish.jersey.examples.flight.model.Location
 

U

updateStatus(String, String) - Method in class org.glassfish.jersey.examples.flight.resources.FlightsResource
 

V

ValidAircraftId - Annotation Type in org.glassfish.jersey.examples.flight.validation
Check whether the validated value is a valid/existing aircraft identifier.
ValidAircraftId.IntegerValidator - Class in org.glassfish.jersey.examples.flight.validation
 
ValidFlightId - Annotation Type in org.glassfish.jersey.examples.flight.validation
Check whether the validated value is a valid/existing flight identifier.
ValidFlightId.StringValidator - Class in org.glassfish.jersey.examples.flight.validation
 
valueOf(String) - Static method in enum org.glassfish.jersey.examples.flight.model.Aircraft.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.examples.flight.model.Flight.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.examples.flight.resources.FlightSimResource.Command
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.glassfish.jersey.examples.flight.model.Aircraft.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.examples.flight.model.Flight.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.examples.flight.resources.FlightSimResource.Command
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I L M N O S T U V 
Skip navigation links

Copyright © 2007-2016, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.