Skip navigation links
A F G M O P S T V 

A

Address - Class in org.hawkular.bus.sample.msg
The home address of this person.
Address() - Constructor for class org.hawkular.bus.sample.msg.Address
 

F

fromValue(String) - Static method in enum org.hawkular.bus.sample.msg.Person.Title
 

G

getAddress() - Method in class org.hawkular.bus.sample.msg.Person
The home address of this person.
getAge() - Method in class org.hawkular.bus.sample.msg.Person
Age in years.
getBooks() - Method in class org.hawkular.bus.sample.msg.Person
A list of books owned by this person.
getCity() - Method in class org.hawkular.bus.sample.msg.Address
 
getDigits() - Method in class org.hawkular.bus.sample.msg.PhoneNumber
 
getFavoriteColors() - Method in class org.hawkular.bus.sample.msg.Person
A set of colors that this person likes.
getFirstName() - Method in class org.hawkular.bus.sample.msg.Person
 
getHobbies() - Method in class org.hawkular.bus.sample.msg.Person
A map of hobbies, whose value is a number from 1 to 10 based on how much the person likes it.
getKind() - Method in class org.hawkular.bus.sample.msg.PhoneNumber
Indicates the kind of number, such as home, cell, or work.
getLastName() - Method in class org.hawkular.bus.sample.msg.Person
 
getPhoneNumbers() - Method in class org.hawkular.bus.sample.msg.Person
Phone numbers associated with this person.
getStreet() - Method in class org.hawkular.bus.sample.msg.Address
 
getTitle() - Method in class org.hawkular.bus.sample.msg.Person
 

M

Main - Class in org.hawkular.bus.sample.client
A simple sample client used to show the API needed to consume and produce messages.
Main() - Constructor for class org.hawkular.bus.sample.client.Main
 
main(String[]) - Static method in class org.hawkular.bus.sample.client.Main
 

O

org.hawkular.bus.sample.client - package org.hawkular.bus.sample.client
 
org.hawkular.bus.sample.msg - package org.hawkular.bus.sample.msg
 

P

Person - Class in org.hawkular.bus.sample.msg
A person.
Person() - Constructor for class org.hawkular.bus.sample.msg.Person
 
Person.Title - Enum in org.hawkular.bus.sample.msg
 
PhoneNumber - Class in org.hawkular.bus.sample.msg
 
PhoneNumber() - Constructor for class org.hawkular.bus.sample.msg.PhoneNumber
 

S

setAddress(Address) - Method in class org.hawkular.bus.sample.msg.Person
The home address of this person.
setAge(Integer) - Method in class org.hawkular.bus.sample.msg.Person
Age in years.
setBooks(List<String>) - Method in class org.hawkular.bus.sample.msg.Person
A list of books owned by this person.
setCity(String) - Method in class org.hawkular.bus.sample.msg.Address
 
setDigits(String) - Method in class org.hawkular.bus.sample.msg.PhoneNumber
 
setFavoriteColors(Set<String>) - Method in class org.hawkular.bus.sample.msg.Person
A set of colors that this person likes.
setFirstName(String) - Method in class org.hawkular.bus.sample.msg.Person
 
setHobbies(Map<String, Number>) - Method in class org.hawkular.bus.sample.msg.Person
A map of hobbies, whose value is a number from 1 to 10 based on how much the person likes it.
setKind(String) - Method in class org.hawkular.bus.sample.msg.PhoneNumber
Indicates the kind of number, such as home, cell, or work.
setLastName(String) - Method in class org.hawkular.bus.sample.msg.Person
 
setPhoneNumbers(Set<PhoneNumber>) - Method in class org.hawkular.bus.sample.msg.Person
Phone numbers associated with this person.
setStreet(String) - Method in class org.hawkular.bus.sample.msg.Address
 
setTitle(Person.Title) - Method in class org.hawkular.bus.sample.msg.Person
 

T

toString() - Method in enum org.hawkular.bus.sample.msg.Person.Title
 

V

valueOf(String) - Static method in enum org.hawkular.bus.sample.msg.Person.Title
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.hawkular.bus.sample.msg.Person.Title
Returns an array containing the constants of this enum type, in the order they are declared.
A F G M O P S T V 
Skip navigation links

Copyright © 2015 Red Hat, Inc.. All rights reserved.