Package org.vostok.management.mbean

package org.vostok.management.mbean : MBeanFactory : Core factor.

See:
          Description

Class Summary
MBeanFactory An MBeanFactory is responsible to load and initialize identifed mbean TODO : gestion des erreurs, dep cycliques
 

Enum Summary
MBeanFactory.ERROR define what to do on error
 

Exception Summary
CyclicDependencyException a depency set on a bean cannot be resolve because bean depend o each other
DuplicateNameException throw when trying to create a factory with whom name already registered
LocalDependencyException throw when thying to set a dependency to a class not annoted with a mbean annotation
MBeanException base class for any exception
RunningException throw when attent to start a factory while a previous deployement still pending
 

Package org.vostok.management.mbean Description

package org.vostok.management.mbean :