com.partnersoft.v3x.data
Class DestroyUniquenessMonitor

java.lang.Object
  extended by com.partnersoft.v3x.data.DestroyUniquenessMonitor
All Implemented Interfaces:
java.lang.Runnable

public class DestroyUniquenessMonitor
extends java.lang.Object
implements java.lang.Runnable

Destroys a named uniqueness monitor.


Constructor Summary
DestroyUniquenessMonitor()
           
 
Method Summary
 java.lang.String getMonitorName()
           
 void run()
           
 void setMonitorName(java.lang.String newMonitorName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DestroyUniquenessMonitor

public DestroyUniquenessMonitor()
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

getMonitorName

public java.lang.String getMonitorName()

setMonitorName

public void setMonitorName(java.lang.String newMonitorName)