Searched refs:STR_JVM_OPTIONS_NAME (Results 1 - 1 of 1) sorted by relevance

/forgerock/jee-agents-v3.5/jee-agents-websphere/jee-agents-websphere-common/src/main/java/com/sun/identity/agents/tools/websphere/
H A DServerXMLBase.java412 jvmOptions.getAttributeValue(STR_JVM_OPTIONS_NAME);
426 jvmOptions.removeAttribute(STR_JVM_OPTIONS_NAME);
432 .updateAttribute(STR_JVM_OPTIONS_NAME, newJVMOptionsValue);
455 jvmOptions.getAttributeValue(STR_JVM_OPTIONS_NAME);
468 jvmOptions.removeAttribute(STR_JVM_OPTIONS_NAME);
474 .updateAttribute(STR_JVM_OPTIONS_NAME, newJVMOptionsValue);
489 public static final String STR_JVM_OPTIONS_NAME = "genericJvmArguments"; field in class:ServerXMLBase

Completed in 19 milliseconds