jdk/src/java.management/share/classes/javax/management/modelmbean/ModelMBeanInfo.java
changeset 29927 9cc3e111a1d8
parent 25859 3317bb8137f4
child 44858 7183899b064b
equal deleted inserted replaced
29926:2eceae3716d9 29927:9cc3e111a1d8
     1 /*
     1 /*
     2  * Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2000, 2015, 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
   305     public ModelMBeanNotificationInfo getNotification(String inName)
   305     public ModelMBeanNotificationInfo getNotification(String inName)
   306             throws MBeanException, RuntimeOperationsException;
   306             throws MBeanException, RuntimeOperationsException;
   307 
   307 
   308     /**
   308     /**
   309      * Creates and returns a copy of this object.
   309      * Creates and returns a copy of this object.
       
   310      * @return a copy of this object
   310      */
   311      */
   311     public java.lang.Object clone();
   312     public java.lang.Object clone();
   312 
   313 
   313     /**
   314     /**
   314      * Returns the list of attributes exposed for management.
   315      * Returns the list of attributes exposed for management.