|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EZBComponentException | |
|---|---|
| org.ow2.easybeans.api.components | Implementation of EJB 3.0 container API |
| org.ow2.easybeans.component.api | Implementation of EJB 3.0 container API |
| org.ow2.easybeans.component.itf | Implementation of EJB 3.0 container API |
| Uses of EZBComponentException in org.ow2.easybeans.api.components |
|---|
| Methods in org.ow2.easybeans.api.components that throw EZBComponentException | |
|---|---|
void |
EZBComponentRegistry.register(String componentName,
EZBComponent component)
Register a component. |
void |
EZBComponentRegistry.unregister(EZBComponent component)
Unregister a component. |
void |
EZBComponentRegistry.unregister(String componentName)
Unregister a component. |
| Uses of EZBComponentException in org.ow2.easybeans.component.api |
|---|
| Methods in org.ow2.easybeans.component.api that throw EZBComponentException | |
|---|---|
void |
EZBComponent.init()
Init method. This method is called before the start method. |
void |
EZBComponent.start()
Start method. This method is called after the init method. |
void |
EZBComponent.stop()
Stop method. This method is called when component needs to be stopped. |
| Uses of EZBComponentException in org.ow2.easybeans.component.itf |
|---|
| Methods in org.ow2.easybeans.component.itf that throw EZBComponentException | |
|---|---|
void |
EZBDepMonitorComponent.enable()
Calback used if EasyBeans is started. |
String |
EZBStatisticComponent.getStatisticDescription(String statisticId)
Get the statistic description for the given statistic. |
List<String> |
EZBStatisticComponent.getStatisticFactoryIds()
Get registered statistic factory ids. |
EZBStatisticComponent.STATISTIC_FACTORY_MODE |
EZBStatisticComponent.getStatisticFactoryMode(String statisticFactoryId)
Get the statistic factory mode for the given statistic factory. |
boolean |
EZBStatisticComponent.getStatisticFactoryState(String statisticFactoryId)
Get the statistic factory state for the given statistic factory. |
List<String> |
EZBStatisticComponent.getStatisticIds()
Get all statistic ids. |
long |
EZBStatisticComponent.getStatisticLastSampleTime(String statisticId)
Get the statistic last sample time for the given statistic. |
EZBStatisticComponent.STATISTIC_MODE |
EZBStatisticComponent.getStatisticMode(String statisticId)
Get the statistic mode for the given statistic. |
String |
EZBStatisticComponent.getStatisticName(String statisticId)
Get the statistic name for the given statistic. |
List<String> |
EZBStatisticComponent.getStatisticProviderIds()
Get registered statistic provider ids. |
EZBStatisticComponent.STATISTIC_PROVIDER_MODE |
EZBStatisticComponent.getStatisticProviderMode(String statisticProviderId)
Get the statistic provider mode for the given statistic provider. |
boolean |
EZBStatisticComponent.getStatisticProviderState(String statisticProviderId)
Get the statistic provider state for the given statistic provider. |
long |
EZBStatisticComponent.getStatisticStartTime(String statisticId)
Get the statistic start time for the given statistic. |
boolean |
EZBStatisticComponent.getStatisticState(String statisticId)
Get the statistic state for the given statistic. |
String |
EZBStatisticComponent.getStatisticValue(String statisticId)
Get the statistic value for the given statistic. |
void |
EZBStatisticComponent.importStatisticFactory(URL url)
Import a new Statistic factory from the given URL. The factory is downloaded, then compiled, then instanciated and finally registered in the component. |
void |
EZBStatisticComponent.resetStatistic(String statisticId)
Reset the given statistic. |
void |
TimerComponent.schedule(String id,
long interval,
TimerCallback callback,
Map<String,Object> callbackProperties)
Schedule a recurring call to a TimerCallback starting immediately. |
void |
EZBStatisticComponent.setStatisticFactoryMode(String statisticFactoryId,
EZBStatisticComponent.STATISTIC_FACTORY_MODE statisticFactoryMode)
Set the statistic factory mode for the given statistic factory. |
void |
EZBStatisticComponent.setStatisticFactoryState(String statisticFactoryId,
boolean statisticFactoryState)
Set the statistic factory state for the given statistic factory. The statistic factory mode is automatically set to MANUAL. |
void |
EZBStatisticComponent.setStatisticMode(String statisticId,
EZBStatisticComponent.STATISTIC_MODE statisticMode)
Set the statistic mode for the given statistic. |
void |
EZBStatisticComponent.setStatisticProviderMode(String statisticProviderId,
EZBStatisticComponent.STATISTIC_PROVIDER_MODE statisticProviderMode)
Set the statistic provider mode for the given statistic provider. |
void |
EZBStatisticComponent.setStatisticProviderState(String statisticProviderId,
boolean statisticProviderState)
Set the statistic provider state for the given statistic provider. The statistic provider mode is automatically set to MANUAL. |
void |
EZBStatisticComponent.setStatisticState(String statisticId,
boolean statisticStateValue)
Set the statistic state for the given statistic. The statistic mode is automatically set to MANUAL. |
void |
TimerComponent.unschedule(String id)
Unschedule a callback timer for a given id |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||