|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.jasmine.monitoring.mbeancmd.graph.conf.Constants
public class Constants
Graph constants.
Field Summary | |
---|---|
static int |
DOUBLE
The "double" data type. |
static java.lang.String |
GRAPH_CONFIG_PATH
Configuration file for the graph. |
static int |
LONG
The "long" data type (can also represent time since 01/01/1970). |
Constructor Summary | |
---|---|
Constants()
|
Method Summary | |
---|---|
static int |
getType(java.lang.String f)
Gets the type of a format. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int LONG
public static final int DOUBLE
public static final java.lang.String GRAPH_CONFIG_PATH
Constructor Detail |
---|
public Constants()
Method Detail |
---|
public static final int getType(java.lang.String f) throws java.io.InvalidObjectException
f
- Format, for example "double" or "long". Case is ignored.
LONG
or DOUBLE
java.io.InvalidObjectException
- f doesn't match any format.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |