Lines Matching defs:in

9  * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
77 * Allows you to instantiate and register one or several MBeans in the MBean server
80 * The information on each MBean is specified in a single instance of a tag, called the MLET tag.
100 * The compiled <CODE>.class</CODE> file of the MBean must be contained in one of the <CODE>.jar</CODE> files specified by the <CODE>ARCHIVE</CODE>
106 * This file must be contained in one of the <CODE>.jar</CODE> files specified by the <CODE>ARCHIVE</CODE> attribute. If the <CODE>.jar</CODE> file contains a directory hierarchy, specify the path of the file within this hierarchy. Otherwise a match will not be found. Either <CODE>CODE</CODE> or <CODE>OBJECT</CODE> must be present.
116 * <LI><VAR>archivelist</VAR> must be enclosed in double quote marks.
118 * All <CODE>.jar</CODE> files in <VAR>archivelist</VAR> must be stored in the directory specified by the code base URL.
123 * the <CODE>.jar</CODE> files specified by the <CODE>ARCHIVE</CODE> attribute. Specify this attribute only if the <CODE>.jar</CODE> files are not in the same
139 * server to update those stored locally in the cache the next time the m-let
147 * Use the following syntax to specify each item in
157 * <P>The arguments' type in the argument list should be a Java primitive type or a Java basic type
162 * instance of each MBean specified in the file is created and registered.
165 * and jar files in the VM of the agent.
167 * to load classes that could not be found in the loaded jar files.
269 * delegation parent ClassLoader. The URLs will be searched in
271 * searching in the parent class loader.
282 * searched in the order specified for classes and resources
283 * after first searching in the specified parent class loader.
315 * delegation parent ClassLoader. The URLs will be searched in
317 * searching in the parent class loader.
320 * @param delegateToCLR True if, when a class is not found in
332 * searched in the order specified for classes and resources
333 * after first searching in the specified parent class loader.
339 * @param delegateToCLR True if, when a class is not found in
359 * @param delegateToCLR True if, when a class is not found in
435 * a URL. The MBeans specified in the MLET file will be instantiated and
436 * registered in the MBean server.
440 * @return A set containing one entry per MLET tag in the m-let text file loaded.
461 * a URL. The MBeans specified in the MLET file will be instantiated and
462 * registered in the MBean server.
466 * @return A set containing one entry per MLET tag in the m-let
518 "File " + url + " not found or MLET tag not defined in file";
566 // always the remote server but if the service has been extended in
592 // Instantiate the class specified in the
601 "same time in tag MLET";
608 "Either CODE or OBJECT parameter must be specified in " +
735 * does not support storing native libraries in this way.
750 * does not support storing native libraries in this way.
758 * being registered in the MBean server. If the ObjectName is
762 * @param server The MBean server in which the m-let will be registered.
787 * registered in the MBean server or after the registration has failed.
790 * been successfully registered in the MBean server. The value
811 * unregistered in the MBean server.
825 * also support {@link #readExternal} in such a way that what is
848 * support {@link #writeExternal} in such a way that what is
851 * @param in The object input stream to read from.
859 public void readExternal(ObjectInput in)
873 * the class is not found in this MLet's URLs. The given
874 * ClassLoaderRepository can be null, in which case a {@link
876 * found in this MLet's URLs.</p>
880 * for the given class, if it is not found in this
884 * found in this ClassLoader nor in the given
918 in the class loader repository. (This is no longer
941 // Try looking in the JAR:
965 "Class " + name + " : looking in CLR");
981 "Class " + name + " not found in CLR");
997 * searched in the JAR files using first just the native library
1002 * the library stat on Solaris SPARC 5.7 will be searched in the JAR file as:
1007 * the library stat on Windows NT 4.0 will be searched in the JAR file as:
1016 * searched in the JAR files, in order:<br>
1020 * spaces in the result removed, and {@code /} stands for the
1024 * were not found in any of the JAR files loaded with this class
1046 "Search " + libname + " in all JAR files");
1049 // First try to locate the library in the JAR file using only
1091 // All paths exhausted, library not found in JAR file.
1096 libname + " not found in any JAR file");
1151 * Search the specified native library in any of the JAR files