Uses of Class
org.vostok.management.mbean.MBeanFactory.ERROR

Packages that use MBeanFactory.ERROR
org.vostok.management.mbean package org.vostok.management.mbean : MBeanFactory : Core factor. 
 

Uses of MBeanFactory.ERROR in org.vostok.management.mbean
 

Methods in org.vostok.management.mbean that return MBeanFactory.ERROR
 MBeanFactory.ERROR MBeanFactory.getErrorLevel()
          get error level for this factory, default to warn
static MBeanFactory.ERROR MBeanFactory.ERROR.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MBeanFactory.ERROR[] MBeanFactory.ERROR.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.vostok.management.mbean with parameters of type MBeanFactory.ERROR
static MBeanFactory MBeanFactory.CreateFactory(java.lang.String name, java.lang.String[] source, MBeanFactory.ERROR errorLevel)
          create an register a new factory. whnen using the default factory, just call MBeanFactory.getFactory().
 

Constructors in org.vostok.management.mbean with parameters of type MBeanFactory.ERROR
MBeanFactory(java.lang.String name, java.lang.String[] source, MBeanFactory.ERROR errorLevel)