/* Copyright (c) Oracle Corporation 1998, 1999, 2000. All Rights Preserved. */ /* */ import java.util.ListResourceBundle; public class libRes extends ListResourceBundle { public Object[][] getContents() { return contents; } static final Object[][] contents = { //*****oemRegistry/resources/libId.properties messages {"Name", "Oracle Enterprise Manager Application Launcher Installer Action"}, {"Description", "Contains actions for registering and de-registering application for oemapp"}, //*****O:/Source/oracle/sysman/oil/oila/launchpad/resources/libRes.properties messages {"OEMAddEntryToFileWithRefCount", "AddEntryToFileWithRefCount"}, {"OEMAddEntryToFileWithRefCount_desc", "Action to add an entry to a file. Keeps a reference count for the entry"}, {"OEMAddFolder", "AddFolder"}, {"OEMAddFolder_desc", "Action to register a new Folder"}, {"OEMAppAddJavaApp", "AddJavaApplication"}, {"OEMAppAddJavaApp_desc", "Action to register a new java application to the oemclient registry"}, {"OEMAppAddNativeApp", "AddNativeApplication"}, {"OEMAppAddNativeApp_desc", "Action to register a new native application to the oemclient registry"}, {"OEMAppAddHTMLApp", "AddHTMLApplication"}, {"OEMAppAddHTMLApp_desc", "Action to register a new URL to the oemclient registry"}, {"OEMAddAppToToolPalette", "AddAppToToolPalette"}, {"OEMAddAppToToolPalette_desc", "Action to register an application to be added to the tool palette"}, {"OEMAddPalette", "AddPalette"}, {"OEMAddPalette_desc", "Action to register a new palette"}, {"OEMNavigatorIntegrationLevel0", "NavigatorIntegrationLevel0"}, {"OEMNavigatorIntegrationLevel0_desc", "Action to register a Level0 navigator integrated service"}, {"OEMNavigatorIntegrationLevel1", "NavigatorIntegrationLevel1"}, {"OEMNavigatorIntegrationLevel1_desc", "Action to register a Level1 navigator integrated service"}, {"OEMNavigatorIntegrationLevel2", "NavigatorIntegrationLevel2"}, {"OEMNavigatorIntegrationLevel2_desc", "Action to register a Level2 navigator integrated service"}, {"OEMNavigatorIntegrationGeneric", "NavigatorIntegrationGeneric"}, {"OEMNavigatorIntegrationGeneric_desc", "Action to register a Generic navigator integrated service"}, {"OEMRegEventsFromFile", "RegisterEventsFromFile"}, {"OEMRegEventsFromFile_desc", "Action to register multiple events from a file to the oemclient registry"}, {"OEMRegisterDataSourceOfType", "RegisterDataSourceOfType"}, {"OEMRegisterDataSourceOfType_desc", "Action to register a data source to the oemclient registry"}, {"OEMRegisterVtdClient", "RegisterVtdClient"}, {"OEMRegisterVtdClient_desc", "Action to register a DG client target"}, {"OEMRegisterVdkClient", "RegisterVdkClient"}, {"OEMRegisterVdkClient_desc", "Action to register a TP client"}, {"OEMSetTargetOrderInVtdClient", "SetTargetOrderInVtdClient"}, {"OEMSetTargetOrderInVtdClient_desc", "Action to set /options/target_order = oracle_sysman_node"}, {"OEMSetTimeoutInVtdClient", "SetTimeoutInVtdClient"}, {"OEMSetTimeoutInVtdClient_desc", "Action to set the timeout in vtdclient.properties"}, {"OEMAppFileAccessProblemException_name", "OEMAppFileAccessProblemException"}, {"OEMAppFileAccessProblemException_desc", "File Access Problem"}, {"OEMAppNullInputException_name", "OEMAppNullInputException"}, {"OEMAppNullInputException_desc", " At least one of the inputs to the action was null"}, {"OEMAddToRegistry", "AddToRegistry"}, {"OEMAddToRegistry_desc", "Action to add a generic key and value to the oemclient registry"}, // for external service {"OEMAppAddExtService", "AddExternalService"}, {"OEMAppAddExtService_desc", "Action to register a new external service to the OMS configuration registry"}, {"ext_service_name", "external_service_name"}, {"ext_service_name_desc", "Name that is used as a CORBA bindable name -- service will be known to ORB by this name"}, {"ext_service_nvlist", "name_value_pair"}, {"ext_service_nvlist_desc", "Comma separated name-value pairs of the form name=value that are passed to the application when it starts. Used when you need to send values to the application at startup."}, {"ext_service_args", "arguments"}, {"ext_service_args_desc", "Comma separated command-line arguments to the application. They will be passed in the same order to the application as they appear here"}, {"ext_service_classpath_desc", "The application is started as a JRE process by appending this classpath to the base OMS classpath"}, {"ext_service_log", "logfile_name"}, {"ext_service_log_desc", "The log file to which System.out and System.err in the application is redirected. If this is null, then the log file name defaults to the service name"}, {"ext_service_entrypoint_desc", "Fully qualified name of class that implements the external CORBA server"}, {"application_name_name", "application_name"}, {"application_name_desc", "Unique identifier for the application (e.g. SDKSample)"}, {"browser_enabled_name", "browser_enabled"}, {"browser_enabled_desc", "Indicates if the application is browser-enabled (true, false)"}, {"classpath_name", "classpath"}, {"classpath_desc", "Additional directories, separated by the appropriate separator for the operating system, to be added to the classpath (e.g. ewt.jar;classes.zip)"}, {"context_name", "context"}, {"context_desc", "name of context type"}, {"credentials_name", "credentials"}, {"credentials_desc", "Class that provides serialization for credentials"}, {"credentials_display_name", "credentials_display"}, {"credentials_display_desc", "Classname of the display class for credentials"}, {"commandline_name", "commandline"}, {"commandline_desc", "Additional command-line arguments to pass to the program. These are appended to any command-line arguments submitted by the user at runtime. "}, {"datasource_class_name", "datasource_class"}, {"datasource_class_desc", "Fully qualified classname (e.g. oracle.sysman.vtcConsole.vtcEvent.vtceTests.VtcetBaseTestsDatasource)"}, {"datasource_type_name", "datasource_type"}, {"datasource_type_desc", "The type of the data source - tasks, tests, folders"}, {"data_source_name", "data_source"}, {"data_source_desc", "Fully qualified name for the data source class"}, {"display_class_name", "display_class"}, {"display_class_desc", "Fully qualified classname of the display class (e.g. oracle.sysman.emSDKSamples.omsClient.OmsClientAppDisplayInfo)"}, {"entry_name", "entry"}, {"entry_desc", "Entry to be added"}, {"entrypoint_name", "entrypoint"}, {"entrypoint_desc", "Fully qualified classname of the class to be executed (e.g. oracle.sysman.emSDKSamples.omsClient.OmsClientApp)"}, {"exec_type_name", "exec_type"}, {"exec_type_desc", "The exe type of the Java application - mgmt_application, java"}, {"exe_type_name", "exe_type"}, {"exe_type_desc", "The exe type of the tool - Mgmt_application, win32 or html"}, {"file_name", "File"}, {"file_desc", "Fully qualified filename"}, {"filename_name", "Input Filename"}, {"filename_desc", "The filename where events' information is located"}, {"folder_name", "folder"}, {"folder_desc", "The name of the folder to be added"}, {"isa_name", "isa"}, {"isa_desc", "Isa"}, {"launch_context_name", "launch_context"}, {"launch_context_desc", "Fully qualified classname, which is the name of the launch context for the class (e.g. oracle.sysman.emSDK.appContainer.contextLibrary.Context)"}, {"nodisplay_name", "nodisplay"}, {"nodisplay_desc", "Indicates where target is displayed in navigator"}, {"ORACLE_HOME_name", "ORACLE_HOME"}, {"ORACLE_HOME_desc", "The oracle home where the OEMClient.properties file is located"}, {"pack_id_name", "pack_id"}, {"pack_id_desc", "The identifier for the pack which is adding the specified target type"}, {"pack_name_name", "pack_name"}, {"pack_name_desc", "The unique name of the pack"}, {"palette_name", "palette"}, {"palette_desc", "The name of the palette to which the tool will be added"}, {"palette_name_name", "palette_name"}, {"palette_name_desc", "The name of the palette to be added"}, {"params_name", "params"}, {"params_desc", "The parametes to be passed to the application when it is launched"}, {"proxy_name", "proxy"}, {"proxy_desc", "Fully qualified name for the proxy class"}, {"service_name", "service"}, {"service_desc", "Service"}, {"service_name_name", "service_name"}, {"service_name_desc", "The name of the discoverable service to be added to the Navigator tree"}, {"target_type_name", "target_type"}, {"target_type_desc", "The target type identifer which is being added to the DG client applications"}, {"timeout_name", "timeout"}, {"timeout_desc", "Timeout (e.g. 120)"}, {"types_name", "types"}, {"types_desc", "The navigator type - tool will be added to popup menu for this type in the navigator tree"}, {"vtd_credentials_name", "vtd_credentials"}, {"vtd_credentials_desc", "The fully qualified Vtd credentials class for the specified target type"}, {"product_id_name", "product_id"}, {"product_id_desc", "The product type identifer which is being added to the TP client applications"}, {"property_key_name", "property_key"}, {"property_key_desc", "The property key name which is being added to the property file of TP client applications"}, {"property_value_name", "property_value"}, {"property_value_desc", "The property value which is being added to the property file of TP client applications"}, {"key_name", "key"}, {"key_desc", "The property key name which is being added to OEMClient.registry."}, {"key_value", "property_value"}, {"key_value_desc", "The property value which is being added to OEMClient.registry"}, //***** oemRegistry/resources/libExceptions.properties messages {"OEMAppAddJavaApp_desc_runtime", "Action to register a new java application to the oemclient registry"}, {"OEMAppAddNativeApp_desc_runtime", "Action to register a new native application to the oemclient registry"}, {"OEMAppAddHTMLApp_desc_runtime", "Action to register a new URL to the oemclient registry"}, {"OEMAddAppToToolPalette_desc_runtime", "Action to register an application to be added to the tool palette"}, {"OEMAddPalette_desc_runtime", "Action to register a new palette"}, {"OEMNavigatorIntegrationLevel0_desc_runtime", "Action to register a Level0 navigator integrated service"}, {"OEMNavigatorIntegrationLevel1_desc_runtime", "Action to register a Level1 navigator integrated service"}, {"OEMNavigatorIntegrationLevel2_desc_runtime", "Action to register a Level2 navigator integrated service"}, {"OEMNavigatorIntegrationGeneric_desc_runtime", "Action to register a Generic navigator integrated service"}, {"OEMRegEventsFromFile_desc_runtime", "Action to register multiple events from a file to the oemclient registry"}, {"OEMAppFileAccessProblemException_desc_runtime", "File Access Problem"}, {"OEMAppNullInputException_desc_runtime", " At least one of the inputs to the action was null or invalid"} }; }