com.ibm.nex.odpp
Class NativeProvider

java.lang.Object
  extended by com.ibm.nex.odpp.NativeProvider

public class NativeProvider
extends java.lang.Object


Field Summary
static java.lang.String COPYRIGHT
          Legal copyright notice.
 
Constructor Summary
NativeProvider(java.lang.String serviceId)
          Constructs a new NativeProvider instance.
 
Method Summary
 void service(RowSet rowSet)
          Invokes the ODPP Provider service to mask the data in the rowset.
 void shutdown()
          Shuts down the masking provider.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Legal copyright notice.

See Also:
Constant Field Values
Constructor Detail

NativeProvider

public NativeProvider(java.lang.String serviceId)
Constructs a new NativeProvider instance.

Parameters:
serviceId - the service id.
Method Detail

service

public void service(RowSet rowSet)
Invokes the ODPP Provider service to mask the data in the rowset.

Parameters:
rowSet - The row set.

shutdown

public void shutdown()
Shuts down the masking provider.