com.jrockit.mc.rjmx.notification
Interface INotificationFactory


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

createAction

INotificationAction createAction(java.lang.String className)
                                 throws java.lang.Exception
Creates an action.

Parameters:
className - the className for which to create the action.
Returns:
the created action.
Throws:
java.lang.Exception - if the action could not be created.

createConstraint

INotificationConstraint createConstraint(java.lang.String className)
                                         throws java.lang.Exception
Creates a constraint.

Parameters:
className - the className for which to create the constraint.
Returns:
the created constraint.
Throws:
java.lang.Exception - if the constraint could not be created.

createTrigger

com.jrockit.mc.rjmx.notification.internal.NotificationTrigger createTrigger()
Creates a notification trigger.

Returns:
the created trigger.


Copyright © 1999, 2011, Oracle and/or its affiliates. All rights reserved.