Hitachi

JP1 Version 12 JP1/Integrated Management 2 - Manager Command, Definition File and API Reference


4.5.6 jp1SimtService.pack

This method encloses the class (without underscores) in the structured identifier specified by the first parameter with underscores (_), URL-encodes symbols other than ., ~, -, and :, and non-alphanumeric characters in the name specified by the second parameter, concatenates the class with the name in this order, and then returns the generated structured identifier as string type. The following table shows the details of the jp1SimtService.pack method.

Method name

String jp1SimtService.pack(String key, String value)

Parameters
key

The class in the structured identifier that is to be enclosed with underscores (_)

Class in the structured identifier that takes a non-host-name value for the name

value

The name in the structured identifier to be URL-encoded

Return values

A structured identifier string created by combining the class string enclosed by underscores (_) with the URL-encoded name string

Exception

None