public class NativeProvider
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
Legal copyright notice.
|
Constructor and Description |
---|
NativeProvider(java.lang.String serviceId)
Constructs a new
NativeProvider instance. |
Modifier and Type | Method and Description |
---|---|
void |
service(RowSet rowSet)
Invokes the ODPP Provider service to mask the data in the rowset.
|
void |
shutdown()
Shuts down the masking provider.
|
public static final java.lang.String COPYRIGHT
public NativeProvider(java.lang.String serviceId)
NativeProvider
instance.serviceId
- the service id.public void service(RowSet rowSet)
rowSet
- The row set.public void shutdown()