com.caucho.management.server
Interface WebBeanMXBean

All Superinterfaces:
ManagedObjectMXBean
All Known Implementing Classes:
InjectBeanAdmin, WebBeanAdmin

public interface WebBeanMXBean
extends ManagedObjectMXBean

MBean API for a WebBean

 resin:type=WebBean,name=myBean,id=13,...
 


Method Summary
 java.lang.String[] getBeanTypes()
          Returns the all the bean types
 java.lang.String[] getQualifiers()
          Returns the binding types
 java.lang.String getScope()
          Returns the scope type attribute
 
Methods inherited from interface com.caucho.management.server.ManagedObjectMXBean
getName, getObjectName, getType
 

Method Detail

getBeanTypes

java.lang.String[] getBeanTypes()
Returns the all the bean types


getScope

java.lang.String getScope()
Returns the scope type attribute


getQualifiers

java.lang.String[] getQualifiers()
Returns the binding types