Package com.eliasbalasis.tibcopagebus4gwt.client

Interface Summary
IPageBusAdapter  
PageBusListener Implement this interface to implement custom logic for handling published messages.
 

Class Summary
PageBusAdapter This is the main GWT widget which serves as an access point for all TIBCO PageBus™ functions.
PageBusEvent 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.
 

Exception Summary
PageBusAdapterException