com.ibm.wsspi.adaptable.module

Interface Notifier.Notification

All known implementing classes:
DefaultNotification
Enclosing interface:
Notifier

  1. public static interface Notifier.Notification
Association of paths within a Container.
Note that if the Notification represents a delete, associated paths may not be valid within the container.

Method Summary

Modifier and Type Method and Description
  1. Container
getContainer()
  1. java.util.Collection<java.lang.String>
getPaths()

Method Detail

getContainer

  1. Container getContainer()
Returns:
the associated container

getPaths

  1. java.util.Collection<java.lang.String> getPaths( )
Returns:
the paths