|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.nex.odpp.ODPP
public class ODPP
ODPP
is the ODPP masking provider factory.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Legal copyright notice. |
Constructor Summary | |
---|---|
ODPP()
Constructs a new ODPP instance. |
Method Summary | |
---|---|
NativeProvider |
createProvider(java.lang.String maskDefinition)
Creates and returns a masking provider described and initialized with the values in the specified mask string. |
RowSet |
createRowSet(int rowCount,
FieldDescriptor[] fieldDescriptors)
Creates and returns a new row set with the specified number of rows and specified field descriptors. |
void |
initialize()
Initializes the ODPP runtime environment. |
void |
setJNILIBNAME(java.lang.String JNILibName)
Sets the JNI library name for interfacing with ODPP runtime. |
void |
shutdown()
Shuts down the ODPP runtime environment. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Constructor Detail |
---|
public ODPP()
ODPP
instance. This class has overall control of the ODPP runtime environment.
Method Detail |
---|
public NativeProvider createProvider(java.lang.String maskDefinition)
maskDefinition
- The maskDefinition. Cannot be null. Validated by called methods.
public RowSet createRowSet(int rowCount, FieldDescriptor[] fieldDescriptors)
rowCount
- Number of rows.fieldDescriptors
- The field descriptors for a row.
public void initialize()
ODPPException
- Error while initializing ODPP framework -- Often due to missing or expired license file
java.lang.UnsatisfiedLinkError
- Generally caused by a failure to load the JNI Librarypublic void setJNILIBNAME(java.lang.String JNILibName)
JNILibName
- The JNI library name.public void shutdown()
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |