com.sap.mdm.notification
Interface ServerListener

All Superinterfaces:
MdmListener
All Known Implementing Classes:
AbstractServerListener

public interface ServerListener
extends MdmListener

Common interface for all server listeners

See Also:
RepositoryListener

Method Summary
 void repositoryDeleted(ServerEvent event)
          Notification when repository is deleted
 void repositoryMounted(ServerEvent event)
          Notification when repository is mounted
 void repositoryRenamed(ServerEvent event)
          Notification when repository is renamed
 void repositoryUnmounted(ServerEvent event)
          Notification when repository is unmounted
 void repositoryUpdated(ServerEvent event)
          Notification when repository is updated
 void serverStarted(ServerEvent event)
          Notification when server is started
 void serverStopped(ServerEvent event)
          Notification when server is stopped
 

Method Detail

serverStarted

public void serverStarted(ServerEvent event)
Notification when server is started

Parameters:
event - server event

serverStopped

public void serverStopped(ServerEvent event)
Notification when server is stopped

Parameters:
event - server event

repositoryMounted

public void repositoryMounted(ServerEvent event)
Notification when repository is mounted

Parameters:
event - server event

repositoryUnmounted

public void repositoryUnmounted(ServerEvent event)
Notification when repository is unmounted

Parameters:
event - server event

repositoryDeleted

public void repositoryDeleted(ServerEvent event)
Notification when repository is deleted

Parameters:
event - server event

repositoryRenamed

public void repositoryRenamed(ServerEvent event)
Notification when repository is renamed

Parameters:
event - server event

repositoryUpdated

public void repositoryUpdated(ServerEvent event)
Notification when repository is updated

Parameters:
event - server event


Copyright 2004-2007 by SAP AG. All Rights Reserved.

SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary.

These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies (SAP Group) for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.