com.tivoli.twg.engine
Interface TWGAddressEntryListener
- All Superinterfaces:
- TWGManagedObjectStateListener
- public interface TWGAddressEntryListener
- extends TWGManagedObjectStateListener
Listener interface extension for TWGManagedObjectStateListener, which
adds support for listening for AddressEntryShadow changes. These
notifications are made when the value of the AddressEntryShadow
associated with a TWGManagedObject changes without an associated
state change notification. That is, if a TWGManagedObject is modified
in a way which invalidates the existing value of the AddressEntryShadow
record AND a state change notification is not generated, THEN this
interface will be invoked. This callback is intended to suplement the
maintenance of the AddressEntryShadow value which can be accomplished
using just the TWGManagedObjectStateListener interface.
managedObjectAddressEntryChange
public void managedObjectAddressEntryChange(TWGManagedObject twgmo,
byte[] addr_ent)
- Notificaton method for TWGManagedObject AddressEntry changes without
corresponding state changed. This method is only called when a
TWGManagedObject changes its AddressEntryShadow value without changing
state. Implementations of this callback must
execute quickly without blocking.
- Parameters:
twgmo
- - Reference to TWGManagedObject which changed stateaddr_ent
- - new address entry resolution