|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface INotificationFactory
Abstract factory for creating notifications and constraints.
| Method Summary | |
|---|---|
INotificationAction |
createAction(java.lang.String className)
Creates an action. |
INotificationConstraint |
createConstraint(java.lang.String className)
Creates a constraint. |
com.jrockit.mc.rjmx.notification.internal.NotificationTrigger |
createTrigger()
Creates a notification trigger. |
| Method Detail |
|---|
INotificationAction createAction(java.lang.String className)
throws java.lang.Exception
className - the className for which to create the action.
java.lang.Exception - if the action could not be created.
INotificationConstraint createConstraint(java.lang.String className)
throws java.lang.Exception
className - the className for which to create the constraint.
java.lang.Exception - if the constraint could not be created.com.jrockit.mc.rjmx.notification.internal.NotificationTrigger createTrigger()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||