com.ibm.commerce.registry
Interface ItemUpdate

All Known Implementing Classes:
TradingAgreementRegistry

public interface ItemUpdate

This is an interface for extending a Registry to support update to individual items in the registry


Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 void update(java.lang.String action, java.lang.String key)
          Update an item in the registry.
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Method Detail

update

public void update(java.lang.String action,
                   java.lang.String key)
            throws java.lang.Exception
Update an item in the registry.

Parameters:
action - java.lang.String - action to be applied to item
key - java.lang.String - key used to locate the item