alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Java example source code file (agent_it.properties)

This example Java source code file (agent_it.properties) is included in the alvinalexander.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Learn more about this Java project at its project page.

Java - Java tags/keywords

acl, copyright, errore, file, general, gnu, jmx, license, limitare, numero, oracle, public, snmp, this

The agent_it.properties Java example source code

#
#
# Copyright (c) 2004, 2013, 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
# particular file as subject to the "Classpath" exception as provided
# by Oracle in the LICENSE file that accompanied this code.
#
# This code is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
# version 2 for more details (a copy is included in the LICENSE file that
# accompanied this code).
#
# You should have received a copy of the GNU General Public License version
# 2 along with this work; if not, write to the Free Software Foundation,
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
# or visit www.oracle.com if you need additional information or have any
# questions.
#

# Localizations for Level names.  For the US locale
# these are the same as the non-localized level name.

agent.err.error			   = Errore
agent.err.exception                = Eccezione dell'agente 
agent.err.warning		   = Avvertenza

agent.err.configfile.notfound      = File di configurazione non trovato
agent.err.configfile.failed        = Errore di lettura file di configurazione
agent.err.configfile.closed.failed = Errore di chiusura file di configurazione
agent.err.configfile.access.denied = Accesso negato al file di configurazione

agent.err.exportaddress.failed	   = Errore di esportazione dell'indirizzo connettore JMX nel buffer strumenti

agent.err.agentclass.notfound      = Classe agente gestione non trovata
agent.err.agentclass.failed        = Errore classe agente gestione 
agent.err.premain.notfound         = premain(String) non esiste nella classe agente
agent.err.agentclass.access.denied = Accesso negato a premain(String)
agent.err.invalid.agentclass       = Valore propriet\u00E0 com.sun.management.agent.class non valido
agent.err.invalid.state            = Stato agente non valido
agent.err.invalid.jmxremote.port   = Numero com.sun.management.jmxremote.port non valido
agent.err.invalid.jmxremote.rmi.port = Numero com.sun.management.jmxremote.rmi.port non valido

agent.err.file.not.set               = File non specificato
agent.err.file.not.readable          = File non leggibile
agent.err.file.read.failed           = Errore di lettura file
agent.err.file.not.found             = File non trovato
agent.err.file.access.not.restricted = Limitare l'accesso in lettura al file

agent.err.password.file.notset     = Il password file non \u00E8 specificato ma com.sun.management.jmxremote.authenticate=true
agent.err.password.file.not.readable = Password file non leggibile
agent.err.password.file.read.failed = Errore di lettura password file
agent.err.password.file.notfound   = Password file non trovato
agent.err.password.file.access.notrestricted = Limitare l'accesso in lettura al password file

agent.err.access.file.notset       = Il file di accesso non \u00E8 specificato ma com.sun.management.jmxremote.authenticate=true
agent.err.access.file.not.readable = File di accesso non leggibile
agent.err.access.file.read.failed  = Errore di lettura file di accesso
agent.err.access.file.notfound     = File di accesso non trovato

agent.err.connector.server.io.error = Errore di comunicazione server del connettore JMX

agent.err.invalid.option	   = Specificata opzione non valida
agent.err.invalid.snmp.port        = Numero com.sun.management.snmp.port non valido
agent.err.invalid.snmp.trap.port   = Numero com.sun.management.snmp.trap non valido
agent.err.unknown.snmp.interface   = Interfaccia SNMP sconosciuta
agent.err.acl.file.notset          = Nessun file SNMP ACL specificato ma com.sun.management.snmp.acl=true
agent.err.acl.file.notfound        = File SNMP ACL non trovato
agent.err.acl.file.not.readable    = File SNMP ACL non leggibile
agent.err.acl.file.read.failed     = Errore di lettura file SNMP ACL
agent.err.acl.file.access.notrestricted = Limitare l'accesso in lettura al password file

agent.err.snmp.adaptor.start.failed = Impossibile avviare l'adattatore SNMP con indirizzo
agent.err.snmp.mib.init.failed     = Impossibile inizializzare MIB SNMP con errore

jmxremote.ConnectorBootstrap.starting = Avvio del server connettore JMX:
jmxremote.ConnectorBootstrap.noAuthentication = Nessuna autenticazione
jmxremote.ConnectorBootstrap.ready = Connettore JMX pronto in: {0}
jmxremote.ConnectorBootstrap.password.readonly = Limitare l''accesso in lettura al password file: {0}
jmxremote.ConnectorBootstrap.file.readonly = Limitare l''accesso in lettura al file: {0}

jmxremote.AdaptorBootstrap.getTargetList.processing = Elaborazione ACL
jmxremote.AdaptorBootstrap.getTargetList.adding = Aggiunta destinazione: {0}
jmxremote.AdaptorBootstrap.getTargetList.starting = Avvio del server adattatore:
jmxremote.AdaptorBootstrap.getTargetList.initialize1 = Adattatore pronto.
jmxremote.AdaptorBootstrap.getTargetList.initialize2 = Adattatore SNMP pronto in: {0}:{1}
jmxremote.AdaptorBootstrap.getTargetList.terminate = interrompere {0}

Other Java examples (source code examples)

Here is a short list of links related to this Java agent_it.properties source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.