Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Event Processing
11g Release 1 (11.1.1.7)

E14303-11
FRAMES    NO FRAMES
DETAIL:  FIELD | CONSTR | METHOD


com.bea.wlevs.diagnostic
Interface ProfileManagerFactory


public interface ProfileManagerFactory

The interface for an profilemanagerFactory, which is listening to server runtime mbean for newly deployed application and removed application.When a new application is deployed,a profilemanager will be created for it, and when an application is undeployed the corresponding profilemanager will be removed.


Method Summary
 void addListener(ProfileManagerListener listener)
          Adds a profilemanager listener for adding and removing profilemanager notifications.
 void removeListener(ProfileManagerListener listener)
          Removes a profile listener.The removed listener won't get notifications any more.

 

Method Detail

addListener

public void addListener(ProfileManagerListener listener)
Adds a profilemanager listener for adding and removing profilemanager notifications.
Parameters:
listener -  

removeListener

public void removeListener(ProfileManagerListener listener)
Removes a profile listener.The removed listener won't get notifications any more.
Parameters:
listener -  

Overview  Package   Class   Use  Tree  Deprecated  Index  Help 
Copyright © 2007, 2013 Oracle and/or its affiliates. All rights reserved.
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD