01: /*
02: * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
03: * PROPRIETARY/CONFIDENTIAL. Use of this product is subject to license terms.
04: */
05: package com.sun.portal.monitoring;
06:
07: publicclass JMXHelper {
08: publicstaticString TYPE = "type";
09:publicstaticString EQUALS = "=";
10: }