BEA Systems, Inc.

com.beasys.commerce.axiom.util.helper
Class UtilityHelper

java.lang.Object
  |
  +--com.beasys.commerce.axiom.util.helper.UtilityHelper

public class UtilityHelper
extends java.lang.Object
implements java.io.Serializable

General location for required utility methods, possibly across personalization and portal.

See Also:
Serialized Form

Constructor Summary
UtilityHelper()
           
 
Method Summary
static void checkAccess(java.lang.String aKey)
          Check access.
static boolean checkLicense(java.lang.String aKey)
          Check access.
static void checkVersion()
          Check the version of WebLogic.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UtilityHelper

public UtilityHelper()
Method Detail

checkAccess

public static final void checkAccess(java.lang.String aKey)
Check access.
Parameters:
aKey - the key to check.

checkLicense

public static final boolean checkLicense(java.lang.String aKey)
Check access.
Parameters:
aKey - the key to check.

checkVersion

public static void checkVersion()
Check the version of WebLogic. If it is less than the recommended build within the commerce.properties spit out warnings..

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved