Package com.ibm.wsspi.adaptable.module
Interface Notifier.Notification
- 
- All Known Implementing Classes:
- DefaultNotification
 - Enclosing interface:
- Notifier
 
 public static interface Notifier.NotificationAssociation of paths within a Container.
 Note that if the Notification represents a delete, associated paths may not be valid within the container.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ContainergetContainer()java.util.Collection<java.lang.String>getPaths()
 
- 
- 
- 
Method Detail- 
getContainerContainer getContainer() - Returns:
- the associated container
 
 - 
getPathsjava.util.Collection<java.lang.String> getPaths() - Returns:
- the paths
 
 
- 
 
-