|
J2EE1.4 SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.appserv.management.j2ee.statistics.StatisticFactory
Creates Statistic implementations based on CompositeData or Map.
Method Summary | |
static Statistic |
create(java.lang.Class theInterface,
CompositeData data)
Create a new Statistic using the specified CompositeData |
static Statistic |
create(java.lang.Class theInterface,
java.util.Map mappings)
Create a new Statistic using the specified map. |
static Statistic |
create(CompositeData data)
Create a new Statistic using the specified CompositeData. |
static java.lang.Class |
getInterface(Statistic s)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static Statistic create(java.lang.Class theInterface, CompositeData data)
theInterface
- interface which the Statistic should implement, must extend Statisticpublic static Statistic create(CompositeData data)
public static Statistic create(java.lang.Class theInterface, java.util.Map mappings)
theInterface
- the interface which the resulting statistic implementsmappings
- a Map containing keys of type String and their Object valuespublic static java.lang.Class getInterface(Statistic s)
|
J2EE1.4 SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2003 Sun Microsystems, Inc. All rights reserved.