A C E G I O P R S T

A

addPageBusSubscriptionCallbackListener(PageBusListener) - Method in class com.eliasbalasis.tibcopagebus4gwt.client.PageBusAdapter
Registers a listener whose PageBusListener.onPageBusSubscriptionCallback(PageBusEvent) method will be called when a message of any subscribed type is published through the PageBus hub

C

ClearBuffer() - Method in class com.eliasbalasis.tibcopagebus4gwt.client.PageBusAdapter
 
com.eliasbalasis.tibcopagebus4gwt.client - package com.eliasbalasis.tibcopagebus4gwt.client
 
com.eliasbalasis.tibcopagebus4gwt.test.client - package com.eliasbalasis.tibcopagebus4gwt.test.client
 
com.eliasbalasis.tibcopagebus4gwt.testsubscriber.client - package com.eliasbalasis.tibcopagebus4gwt.testsubscriber.client
 
com.eliasbalasis.tibcopagebus4gwt.testsubscriberapp.client - package com.eliasbalasis.tibcopagebus4gwt.testsubscriberapp.client
 

E

EnableLogging(boolean) - Method in class com.eliasbalasis.tibcopagebus4gwt.client.PageBusAdapter
Enables or disables the logging of actions in the text area

G

getBody() - Method in class com.eliasbalasis.tibcopagebus4gwt.testsubscriber.client.SubscriberData
 
getBooleanValue() - Method in class com.eliasbalasis.tibcopagebus4gwt.testsubscriber.client.Person
 
getDateValue() - Method in class com.eliasbalasis.tibcopagebus4gwt.testsubscriber.client.Person
 
getDescription() - Method in class com.eliasbalasis.tibcopagebus4gwt.testsubscriber.client.Person
 
getDoubleValue() - Method in class com.eliasbalasis.tibcopagebus4gwt.testsubscriber.client.Person
 
getFloatValue() - Method in class com.eliasbalasis.tibcopagebus4gwt.testsubscriber.client.Person
 
getHeader() - Method in class com.eliasbalasis.tibcopagebus4gwt.testsubscriber.client.SubscriberData
 
getIntValue() - Method in class com.eliasbalasis.tibcopagebus4gwt.testsubscriber.client.Person
 
getMaxLinesLogged() - Method in class com.eliasbalasis.tibcopagebus4gwt.client.PageBusAdapter
Gets the maximum number of lines for the displayed events buffer
getMessage(Jsonizer) - Method in class com.eliasbalasis.tibcopagebus4gwt.client.PageBusEvent
Extracts the java object representation of the message data using a custom marshaller.
getName() - Method in interface com.eliasbalasis.tibcopagebus4gwt.client.PageBusListener
An custom name for this listener used to distinguish it from other active listeners of the same type
getName() - Method in class com.eliasbalasis.tibcopagebus4gwt.testsubscriber.client.Person
 
getName() - Method in class com.eliasbalasis.tibcopagebus4gwt.testsubscriber.client.PersonRepository
 
getPersons() - Method in class com.eliasbalasis.tibcopagebus4gwt.testsubscriber.client.PersonRepository
 
getSender() - Method in class com.eliasbalasis.tibcopagebus4gwt.client.PageBusEvent
A reference to the PageBusAdapter instance which fired the event
getSubject() - Method in class com.eliasbalasis.tibcopagebus4gwt.client.PageBusEvent
 
getSubscriberData(Jsonizer) - Method in class com.eliasbalasis.tibcopagebus4gwt.client.PageBusEvent
Extracts the java object representation of the subscriber data using a custom marshaller.
The marshaller implementation must match the type of the data associated with the message otherwise a related exception will be thrown

I

IPageBusAdapter - Interface in com.eliasbalasis.tibcopagebus4gwt.client
 
isLoggingEnabled() - Method in class com.eliasbalasis.tibcopagebus4gwt.client.PageBusAdapter
Reports whether or not actions will be displayed in text area
isMoveCursorOnEvent() - Method in class com.eliasbalasis.tibcopagebus4gwt.client.PageBusAdapter
Reports whether cursos in text area moves to last entry when a new event is logged

O

onModuleLoad() - Method in class com.eliasbalasis.tibcopagebus4gwt.test.client.Test
 
onModuleLoad() - Method in class com.eliasbalasis.tibcopagebus4gwt.testsubscriberapp.client.TestSubscriberApp
 
onPageBusSubscriptionCallback(PageBusEvent) - Method in interface com.eliasbalasis.tibcopagebus4gwt.client.PageBusListener
This method is called whenever a message is published.

P

PageBusAdapter - Class in com.eliasbalasis.tibcopagebus4gwt.client
This is the main GWT widget which serves as an access point for all TIBCO PageBus™ functions.
PageBusAdapter() - Constructor for class com.eliasbalasis.tibcopagebus4gwt.client.PageBusAdapter
default constructor
It is required for integration with Designer tools
PageBusAdapterException - Exception in com.eliasbalasis.tibcopagebus4gwt.client
 
PageBusAdapterException() - Constructor for exception com.eliasbalasis.tibcopagebus4gwt.client.PageBusAdapterException
 
PageBusAdapterException(String) - Constructor for exception com.eliasbalasis.tibcopagebus4gwt.client.PageBusAdapterException
 
PageBusAdapterException(Throwable) - Constructor for exception com.eliasbalasis.tibcopagebus4gwt.client.PageBusAdapterException
 
PageBusAdapterException(String, Throwable) - Constructor for exception com.eliasbalasis.tibcopagebus4gwt.client.PageBusAdapterException
 
PageBusEvent - Class in com.eliasbalasis.tibcopagebus4gwt.client
Instances of this class cannot be created but a new instance is created and passed as parameter to the related event handler (PageBusListener.onPageBusSubscriptionCallback(PageBusEvent))
Use PageBusEvent.getSubject() to extract the message's unique identity
Use PageBusEvent.getMessage(org.juglar.gwt.jsonizer.client.Jsonizer) method to extract the message data as a java object
Use PageBusEvent.getSubscriberData(org.juglar.gwt.jsonizer.client.Jsonizer) method to extract the data associated upon subscription.
PageBusListener - Interface in com.eliasbalasis.tibcopagebus4gwt.client
Implement this interface to implement custom logic for handling published messages.
PageBusPublish(String, Object, Jsonizer) - Method in interface com.eliasbalasis.tibcopagebus4gwt.client.IPageBusAdapter
 
PageBusPublish(String, Object, Jsonizer) - Method in class com.eliasbalasis.tibcopagebus4gwt.client.PageBusAdapter
Publishes a new message to the PageBus hub
PageBusSubscribe(String, Object, Jsonizer, Object, Jsonizer) - Method in interface com.eliasbalasis.tibcopagebus4gwt.client.IPageBusAdapter
 
PageBusSubscribe(String, Object, Jsonizer, Object, Jsonizer) - Method in class com.eliasbalasis.tibcopagebus4gwt.client.PageBusAdapter
Subscribes to PageBus hub for a desired message type
PageBusSubscriber - Class in com.eliasbalasis.tibcopagebus4gwt.testsubscriber.client
 
PageBusSubscriber() - Constructor for class com.eliasbalasis.tibcopagebus4gwt.testsubscriber.client.PageBusSubscriber
 
PageBusUnsubscribe(String) - Method in interface com.eliasbalasis.tibcopagebus4gwt.client.IPageBusAdapter
 
PageBusUnsubscribe(String) - Method in class com.eliasbalasis.tibcopagebus4gwt.client.PageBusAdapter
Removes subscription of a desired message type from PageBus hub
Person - Class in com.eliasbalasis.tibcopagebus4gwt.testsubscriber.client
 
Person() - Constructor for class com.eliasbalasis.tibcopagebus4gwt.testsubscriber.client.Person
 
PersonJsonizer - Interface in com.eliasbalasis.tibcopagebus4gwt.testsubscriber.client
 
PersonRepository - Class in com.eliasbalasis.tibcopagebus4gwt.testsubscriber.client
 
PersonRepository() - Constructor for class com.eliasbalasis.tibcopagebus4gwt.testsubscriber.client.PersonRepository
 
PersonRepositoryJsonizer - Interface in com.eliasbalasis.tibcopagebus4gwt.testsubscriber.client
 

R

removePageBusSubscriptionCallbackListener(PageBusListener) - Method in class com.eliasbalasis.tibcopagebus4gwt.client.PageBusAdapter
Unregisters a listener

S

setBody(String) - Method in class com.eliasbalasis.tibcopagebus4gwt.testsubscriber.client.SubscriberData
 
setBooleanValue(boolean) - Method in class com.eliasbalasis.tibcopagebus4gwt.testsubscriber.client.Person
 
setDateValue(Date) - Method in class com.eliasbalasis.tibcopagebus4gwt.testsubscriber.client.Person
 
setDescription(String) - Method in class com.eliasbalasis.tibcopagebus4gwt.testsubscriber.client.Person
 
setDoubleValue(double) - Method in class com.eliasbalasis.tibcopagebus4gwt.testsubscriber.client.Person
 
setFloatValue(float) - Method in class com.eliasbalasis.tibcopagebus4gwt.testsubscriber.client.Person
 
setHeader(String) - Method in class com.eliasbalasis.tibcopagebus4gwt.testsubscriber.client.SubscriberData
 
setIntValue(int) - Method in class com.eliasbalasis.tibcopagebus4gwt.testsubscriber.client.Person
 
setMaxLinesLogged(int) - Method in class com.eliasbalasis.tibcopagebus4gwt.client.PageBusAdapter
Sets the maximum number of lines for the displayed events buffer
setMoveCursorOnEvent(boolean) - Method in class com.eliasbalasis.tibcopagebus4gwt.client.PageBusAdapter
Enables or disables moving of cursos position in text area to last entry when a new event is logged
setName(String) - Method in class com.eliasbalasis.tibcopagebus4gwt.testsubscriber.client.Person
 
setName(String) - Method in class com.eliasbalasis.tibcopagebus4gwt.testsubscriber.client.PersonRepository
 
setPersons(Collection) - Method in class com.eliasbalasis.tibcopagebus4gwt.testsubscriber.client.PersonRepository
 
SubscriberData - Class in com.eliasbalasis.tibcopagebus4gwt.testsubscriber.client
 
SubscriberData() - Constructor for class com.eliasbalasis.tibcopagebus4gwt.testsubscriber.client.SubscriberData
 
SubscriberDataJsonizer - Interface in com.eliasbalasis.tibcopagebus4gwt.testsubscriber.client
 

T

Test - Class in com.eliasbalasis.tibcopagebus4gwt.test.client
Entry point classes define onModuleLoad().
Test() - Constructor for class com.eliasbalasis.tibcopagebus4gwt.test.client.Test
 
TestSubscriberApp - Class in com.eliasbalasis.tibcopagebus4gwt.testsubscriberapp.client
Entry point classes define onModuleLoad().
TestSubscriberApp() - Constructor for class com.eliasbalasis.tibcopagebus4gwt.testsubscriberapp.client.TestSubscriberApp
 
toString() - Method in class com.eliasbalasis.tibcopagebus4gwt.testsubscriber.client.Person
 
toString() - Method in class com.eliasbalasis.tibcopagebus4gwt.testsubscriber.client.PersonRepository
 
toString() - Method in class com.eliasbalasis.tibcopagebus4gwt.testsubscriber.client.SubscriberData
 

A C E G I O P R S T