com.ibm.commerce.rules
Interface JustInTimeServiceEventListener


public interface JustInTimeServiceEventListener

Any class can implement this interface to listen to events generated by the JustInTimeServiceManager.


Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 void addedService(java.lang.String serverName, java.lang.String serviceName, int storeId)
          A service has been added to the service manager.
 void updatedService(java.lang.String serverName, java.lang.String serviceName, int storeId)
          A service has been updated by the service manager.
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Method Detail

addedService

public void addedService(java.lang.String serverName,
                         java.lang.String serviceName,
                         int storeId)
A service has been added to the service manager.
Parameters:
serverName - The name of the server to which the service belongs.
serviceName - The name of the service.
storeId - The ID of the store to which the service belongs.

updatedService

public void updatedService(java.lang.String serverName,
                           java.lang.String serviceName,
                           int storeId)
A service has been updated by the service manager.
Parameters:
serverName - The name of the server to which the service belongs.
serviceName - The name of the service.
storeId - The ID of the store to which the service belongs.