src/share/classes/com/sun/corba/se/spi/monitoring/MonitoringManager.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 22,31 **** --- 22,32 ---- * or visit www.oracle.com if you need additional information or have any * questions. */ package com.sun.corba.se.spi.monitoring; + import java.io.Closeable; import com.sun.corba.se.spi.orb.ORB; import com.sun.corba.se.spi.monitoring.MonitoredObject; import java.util.*; /**
*** 37,47 **** * <p> * * @author Hemanth Puttaswamy * </p> */ ! public interface MonitoringManager { /////////////////////////////////////// // operations /** --- 38,48 ---- * <p> * * @author Hemanth Puttaswamy * </p> */ ! public interface MonitoringManager extends Closeable { /////////////////////////////////////// // operations /**