sun.management.snmp.jvmmib.JvmThreadInstanceTableMeta Java Examples

The following examples show how to use sun.management.snmp.jvmmib.JvmThreadInstanceTableMeta. You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: JvmThreadingMetaImpl.java    From dragonwell8_jdk with GNU General Public License v2.0 3 votes vote down vote up
/**
 * Factory method for "JvmThreadInstanceTable" table metadata class.
 *
 * You can redefine this method if you need to replace the default
 * generated metadata class with your own customized class.
 *
 * @param tableName Name of the table object ("JvmThreadInstanceTable")
 * @param groupName Name of the group to which this table belong
 *        ("JvmThreading")
 * @param mib The SnmpMib object in which this table is registered
 * @param server MBeanServer for this table entries (may be null)
 *
 * @return An instance of the metadata class generated for the
 *         "JvmThreadInstanceTable" table (JvmThreadInstanceTableMeta)
 *
 **/
protected JvmThreadInstanceTableMeta
    createJvmThreadInstanceTableMetaNode(String tableName,
                                         String groupName,
                                         SnmpMib mib,
                                         MBeanServer server)  {
    return new JvmThreadInstanceTableMetaImpl(mib, objectserver);
}
 
Example #2
Source File: JvmThreadingMetaImpl.java    From TencentKona-8 with GNU General Public License v2.0 3 votes vote down vote up
/**
 * Factory method for "JvmThreadInstanceTable" table metadata class.
 *
 * You can redefine this method if you need to replace the default
 * generated metadata class with your own customized class.
 *
 * @param tableName Name of the table object ("JvmThreadInstanceTable")
 * @param groupName Name of the group to which this table belong
 *        ("JvmThreading")
 * @param mib The SnmpMib object in which this table is registered
 * @param server MBeanServer for this table entries (may be null)
 *
 * @return An instance of the metadata class generated for the
 *         "JvmThreadInstanceTable" table (JvmThreadInstanceTableMeta)
 *
 **/
protected JvmThreadInstanceTableMeta
    createJvmThreadInstanceTableMetaNode(String tableName,
                                         String groupName,
                                         SnmpMib mib,
                                         MBeanServer server)  {
    return new JvmThreadInstanceTableMetaImpl(mib, objectserver);
}
 
Example #3
Source File: JvmThreadingMetaImpl.java    From jdk8u60 with GNU General Public License v2.0 3 votes vote down vote up
/**
 * Factory method for "JvmThreadInstanceTable" table metadata class.
 *
 * You can redefine this method if you need to replace the default
 * generated metadata class with your own customized class.
 *
 * @param tableName Name of the table object ("JvmThreadInstanceTable")
 * @param groupName Name of the group to which this table belong
 *        ("JvmThreading")
 * @param mib The SnmpMib object in which this table is registered
 * @param server MBeanServer for this table entries (may be null)
 *
 * @return An instance of the metadata class generated for the
 *         "JvmThreadInstanceTable" table (JvmThreadInstanceTableMeta)
 *
 **/
protected JvmThreadInstanceTableMeta
    createJvmThreadInstanceTableMetaNode(String tableName,
                                         String groupName,
                                         SnmpMib mib,
                                         MBeanServer server)  {
    return new JvmThreadInstanceTableMetaImpl(mib, objectserver);
}
 
Example #4
Source File: JvmThreadingMetaImpl.java    From openjdk-jdk8u with GNU General Public License v2.0 3 votes vote down vote up
/**
 * Factory method for "JvmThreadInstanceTable" table metadata class.
 *
 * You can redefine this method if you need to replace the default
 * generated metadata class with your own customized class.
 *
 * @param tableName Name of the table object ("JvmThreadInstanceTable")
 * @param groupName Name of the group to which this table belong
 *        ("JvmThreading")
 * @param mib The SnmpMib object in which this table is registered
 * @param server MBeanServer for this table entries (may be null)
 *
 * @return An instance of the metadata class generated for the
 *         "JvmThreadInstanceTable" table (JvmThreadInstanceTableMeta)
 *
 **/
protected JvmThreadInstanceTableMeta
    createJvmThreadInstanceTableMetaNode(String tableName,
                                         String groupName,
                                         SnmpMib mib,
                                         MBeanServer server)  {
    return new JvmThreadInstanceTableMetaImpl(mib, objectserver);
}
 
Example #5
Source File: JvmThreadingMetaImpl.java    From openjdk-jdk8u-backup with GNU General Public License v2.0 3 votes vote down vote up
/**
 * Factory method for "JvmThreadInstanceTable" table metadata class.
 *
 * You can redefine this method if you need to replace the default
 * generated metadata class with your own customized class.
 *
 * @param tableName Name of the table object ("JvmThreadInstanceTable")
 * @param groupName Name of the group to which this table belong
 *        ("JvmThreading")
 * @param mib The SnmpMib object in which this table is registered
 * @param server MBeanServer for this table entries (may be null)
 *
 * @return An instance of the metadata class generated for the
 *         "JvmThreadInstanceTable" table (JvmThreadInstanceTableMeta)
 *
 **/
protected JvmThreadInstanceTableMeta
    createJvmThreadInstanceTableMetaNode(String tableName,
                                         String groupName,
                                         SnmpMib mib,
                                         MBeanServer server)  {
    return new JvmThreadInstanceTableMetaImpl(mib, objectserver);
}
 
Example #6
Source File: JvmThreadingMetaImpl.java    From jdk8u-jdk with GNU General Public License v2.0 3 votes vote down vote up
/**
 * Factory method for "JvmThreadInstanceTable" table metadata class.
 *
 * You can redefine this method if you need to replace the default
 * generated metadata class with your own customized class.
 *
 * @param tableName Name of the table object ("JvmThreadInstanceTable")
 * @param groupName Name of the group to which this table belong
 *        ("JvmThreading")
 * @param mib The SnmpMib object in which this table is registered
 * @param server MBeanServer for this table entries (may be null)
 *
 * @return An instance of the metadata class generated for the
 *         "JvmThreadInstanceTable" table (JvmThreadInstanceTableMeta)
 *
 **/
protected JvmThreadInstanceTableMeta
    createJvmThreadInstanceTableMetaNode(String tableName,
                                         String groupName,
                                         SnmpMib mib,
                                         MBeanServer server)  {
    return new JvmThreadInstanceTableMetaImpl(mib, objectserver);
}
 
Example #7
Source File: JvmThreadingMetaImpl.java    From hottub with GNU General Public License v2.0 3 votes vote down vote up
/**
 * Factory method for "JvmThreadInstanceTable" table metadata class.
 *
 * You can redefine this method if you need to replace the default
 * generated metadata class with your own customized class.
 *
 * @param tableName Name of the table object ("JvmThreadInstanceTable")
 * @param groupName Name of the group to which this table belong
 *        ("JvmThreading")
 * @param mib The SnmpMib object in which this table is registered
 * @param server MBeanServer for this table entries (may be null)
 *
 * @return An instance of the metadata class generated for the
 *         "JvmThreadInstanceTable" table (JvmThreadInstanceTableMeta)
 *
 **/
protected JvmThreadInstanceTableMeta
    createJvmThreadInstanceTableMetaNode(String tableName,
                                         String groupName,
                                         SnmpMib mib,
                                         MBeanServer server)  {
    return new JvmThreadInstanceTableMetaImpl(mib, objectserver);
}
 
Example #8
Source File: JvmThreadingMetaImpl.java    From openjdk-8-source with GNU General Public License v2.0 3 votes vote down vote up
/**
 * Factory method for "JvmThreadInstanceTable" table metadata class.
 *
 * You can redefine this method if you need to replace the default
 * generated metadata class with your own customized class.
 *
 * @param tableName Name of the table object ("JvmThreadInstanceTable")
 * @param groupName Name of the group to which this table belong
 *        ("JvmThreading")
 * @param mib The SnmpMib object in which this table is registered
 * @param server MBeanServer for this table entries (may be null)
 *
 * @return An instance of the metadata class generated for the
 *         "JvmThreadInstanceTable" table (JvmThreadInstanceTableMeta)
 *
 **/
protected JvmThreadInstanceTableMeta
    createJvmThreadInstanceTableMetaNode(String tableName,
                                         String groupName,
                                         SnmpMib mib,
                                         MBeanServer server)  {
    return new JvmThreadInstanceTableMetaImpl(mib, objectserver);
}
 
Example #9
Source File: JvmThreadingMetaImpl.java    From openjdk-8 with GNU General Public License v2.0 3 votes vote down vote up
/**
 * Factory method for "JvmThreadInstanceTable" table metadata class.
 *
 * You can redefine this method if you need to replace the default
 * generated metadata class with your own customized class.
 *
 * @param tableName Name of the table object ("JvmThreadInstanceTable")
 * @param groupName Name of the group to which this table belong
 *        ("JvmThreading")
 * @param mib The SnmpMib object in which this table is registered
 * @param server MBeanServer for this table entries (may be null)
 *
 * @return An instance of the metadata class generated for the
 *         "JvmThreadInstanceTable" table (JvmThreadInstanceTableMeta)
 *
 **/
protected JvmThreadInstanceTableMeta
    createJvmThreadInstanceTableMetaNode(String tableName,
                                         String groupName,
                                         SnmpMib mib,
                                         MBeanServer server)  {
    return new JvmThreadInstanceTableMetaImpl(mib, objectserver);
}
 
Example #10
Source File: JvmThreadingMetaImpl.java    From jdk8u_jdk with GNU General Public License v2.0 3 votes vote down vote up
/**
 * Factory method for "JvmThreadInstanceTable" table metadata class.
 *
 * You can redefine this method if you need to replace the default
 * generated metadata class with your own customized class.
 *
 * @param tableName Name of the table object ("JvmThreadInstanceTable")
 * @param groupName Name of the group to which this table belong
 *        ("JvmThreading")
 * @param mib The SnmpMib object in which this table is registered
 * @param server MBeanServer for this table entries (may be null)
 *
 * @return An instance of the metadata class generated for the
 *         "JvmThreadInstanceTable" table (JvmThreadInstanceTableMeta)
 *
 **/
protected JvmThreadInstanceTableMeta
    createJvmThreadInstanceTableMetaNode(String tableName,
                                         String groupName,
                                         SnmpMib mib,
                                         MBeanServer server)  {
    return new JvmThreadInstanceTableMetaImpl(mib, objectserver);
}
 
Example #11
Source File: JvmThreadingMetaImpl.java    From jdk8u-jdk with GNU General Public License v2.0 3 votes vote down vote up
/**
 * Factory method for "JvmThreadInstanceTable" table metadata class.
 *
 * You can redefine this method if you need to replace the default
 * generated metadata class with your own customized class.
 *
 * @param tableName Name of the table object ("JvmThreadInstanceTable")
 * @param groupName Name of the group to which this table belong
 *        ("JvmThreading")
 * @param mib The SnmpMib object in which this table is registered
 * @param server MBeanServer for this table entries (may be null)
 *
 * @return An instance of the metadata class generated for the
 *         "JvmThreadInstanceTable" table (JvmThreadInstanceTableMeta)
 *
 **/
protected JvmThreadInstanceTableMeta
    createJvmThreadInstanceTableMetaNode(String tableName,
                                         String groupName,
                                         SnmpMib mib,
                                         MBeanServer server)  {
    return new JvmThreadInstanceTableMetaImpl(mib, objectserver);
}
 
Example #12
Source File: JvmThreadingMetaImpl.java    From jdk8u-dev-jdk with GNU General Public License v2.0 3 votes vote down vote up
/**
 * Factory method for "JvmThreadInstanceTable" table metadata class.
 *
 * You can redefine this method if you need to replace the default
 * generated metadata class with your own customized class.
 *
 * @param tableName Name of the table object ("JvmThreadInstanceTable")
 * @param groupName Name of the group to which this table belong
 *        ("JvmThreading")
 * @param mib The SnmpMib object in which this table is registered
 * @param server MBeanServer for this table entries (may be null)
 *
 * @return An instance of the metadata class generated for the
 *         "JvmThreadInstanceTable" table (JvmThreadInstanceTableMeta)
 *
 **/
protected JvmThreadInstanceTableMeta
    createJvmThreadInstanceTableMetaNode(String tableName,
                                         String groupName,
                                         SnmpMib mib,
                                         MBeanServer server)  {
    return new JvmThreadInstanceTableMetaImpl(mib, objectserver);
}