corba/src/share/classes/com/sun/corba/se/spi/monitoring/MonitoringManagerFactory.java
changeset 13171 1ac5e9a54a6e
parent 5555 b2b5ed3f0d0d
equal deleted inserted replaced
13082:9b19b2302c28 13171:1ac5e9a54a6e
     1 /*
     1 /*
     2  * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    38     /**
    38     /**
    39      *  A Simple Factory Method to create the Monitored Attribute Info.
    39      *  A Simple Factory Method to create the Monitored Attribute Info.
    40      */
    40      */
    41     MonitoringManager createMonitoringManager( String nameOfTheRoot,
    41     MonitoringManager createMonitoringManager( String nameOfTheRoot,
    42         String description );
    42         String description );
       
    43 
       
    44     void remove(String nameOfTheRoot);
    43 }
    45 }