com.beasys
Class M3JavaLicenseImpl

java.lang.Object
  |
  +--com.beasys.M3JavaLicenseImpl

public class M3JavaLicenseImpl
extends java.lang.Object
implements M3JavaLicense

Checks M3 Java licnese. Although, this is checking M3 Java license, it is used only when Weblogic JDBC driver invokes isValid on it. It is not used anywhere in M3 for Java code. (1/20/1999)


Constructor Summary
M3JavaLicenseImpl()
           
 
Method Summary
 boolean isValid()
          calls standard native M3 for Java license check routine.
static void main(java.lang.String[] str)
           
 int validateLicense()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

M3JavaLicenseImpl

public M3JavaLicenseImpl()
Method Detail

isValid

public boolean isValid()
calls standard native M3 for Java license check routine.
Specified by:
isValid in interface M3JavaLicense
Returns:
true if valid license, false otherwise.

validateLicense

public int validateLicense()

main

public static void main(java.lang.String[] str)