wt.clients.replication.unit
Interface Updateable

All Known Implementing Classes:
BuildRuleItem, ReferenceItem, UnitUsageInterfaceItem, UnitUsageItem, UsageInterfaceItem, UsageItem

public interface Updateable

An object that implements the Updateable interface can be created, deleted, or updated.

Supported API: false

Extendable: false


Method Summary
 void create()
          Create the object.
 void delete()
          Delete the object.
 void update()
          Update the object.
 

Method Detail

create

public void create()
            throws WTException
Create the object.

Throws:
WTException
See Also:
WTException

delete

public void delete()
            throws WTException
Delete the object.

Throws:
WTException
See Also:
WTException

update

public void update()
            throws WTException
Update the object.

Throws:
WTException
See Also:
WTException