com.bea.adapter.util
Class OEMService

java.lang.Object
  extended bycom.bea.adapter.util.OEMService

public class OEMService
extends Object

This class is provided to OEM partners to check licenses. The check license throws a runtime exception if the license is invalid


Constructor Summary
OEMService()
           
 
Method Summary
static void check(String product, String component, String release)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OEMService

public OEMService()
Method Detail

check

public static void check(String product,
                         String component,
                         String release)