IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.rcp.broker.xpd
Class XpdPropertyBrokerService

java.lang.Object
  extended by com.ibm.btt.rcp.broker.core.impl.PropertyBrokerService
      extended by com.ibm.btt.rcp.broker.xpd.XpdPropertyBrokerService
All Implemented Interfaces:
IPropertyBrokerService

public class XpdPropertyBrokerService
extends PropertyBrokerService
implements IPropertyBrokerService

This XpdPropertyBrokerService is IPropertyBrokerService implementation class for Expeditor use.


Field Summary
 
Fields inherited from class com.ibm.btt.rcp.broker.core.impl.PropertyBrokerService
listenerRegistry, propertyFactory
 
Fields inherited from interface com.ibm.btt.rcp.broker.core.IPropertyBrokerService
SERVICE_PID
 
Constructor Summary
XpdPropertyBrokerService()
          XpdPropertyBrokerService constructor
 
Method Summary
 void changedProperties(IPropertyValue[] values)
          Deliver property changes
 void changedProperties(IPropertyValue[] values, java.lang.String source)
          Deliver property changes
 void dispose()
          Dispose property broker service resource and listeners.
 IPropertyFactory getPropertyFactory()
          Get property factory instance
 void handleEvent(PropertyBrokerEvent pbe)
          Handle property broker event
 
Methods inherited from class com.ibm.btt.rcp.broker.core.impl.PropertyBrokerService
addPropertyListener, addPropertyListener, getListenedProperties, removePropertyListener, removePropertyListener, removePropertyListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ibm.btt.rcp.broker.core.IPropertyBrokerService
addPropertyListener, addPropertyListener, getListenedProperties, removePropertyListener, removePropertyListener, removePropertyListener
 

Constructor Detail

XpdPropertyBrokerService

public XpdPropertyBrokerService()
XpdPropertyBrokerService constructor

Method Detail

changedProperties

public void changedProperties(IPropertyValue[] values,
                              java.lang.String source)
                       throws BrokerServiceException
Description copied from interface: IPropertyBrokerService
Deliver property changes

Specified by:
changedProperties in interface IPropertyBrokerService
Overrides:
changedProperties in class PropertyBrokerService
Parameters:
values - property values
source - property source
Throws:
BrokerServiceException

changedProperties

public void changedProperties(IPropertyValue[] values)
                       throws BrokerServiceException
Description copied from interface: IPropertyBrokerService
Deliver property changes

Specified by:
changedProperties in interface IPropertyBrokerService
Overrides:
changedProperties in class PropertyBrokerService
Parameters:
values - property values
Throws:
BrokerServiceException

handleEvent

public void handleEvent(PropertyBrokerEvent pbe)
Handle property broker event


dispose

public void dispose()
Dispose property broker service resource and listeners.


getPropertyFactory

public IPropertyFactory getPropertyFactory()
Description copied from interface: IPropertyBrokerService
Get property factory instance

Specified by:
getPropertyFactory in interface IPropertyBrokerService
Overrides:
getPropertyFactory in class PropertyBrokerService
Returns:
property factory instance

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011