Skip to main content

ModelCenter Remote Execution Java API 2026 R1

Deprecated API

Last update: 22.06.2026

Deprecated interfaces

Interface and Description
com.phoenix_int.pacz.api.IComponentConfig
see com.phoenix_int.pacz.api.v2.IComponentConfig
com.phoenix_int.pacz.api.IInstanceFile
see com.phoenix_int.pacz.api.v2.IInstanceFile
com.phoenix_int.aserver.library.IPHXFactory
It is preferred to use IPHXFactory2, as this class has methods that can leak resources
com.phoenix_int.aserver.library.IPHXLibrarian
It is preferred to use IPHXLibrarian2 as this class uses methods that can leak resources.
com.phoenix_int.aserver.library.IPHXVersionedLibrarian
It is preferred to use IPHXVersionedLibrarian3 as this class has methods that can leak resources
com.phoenix_int.aserver.library.IPHXVersionedLibrarian2
It is preferred to use IPHXVersionedLibrarian3 as this class supports methods that can cause file leaks.
com.phoenix_int.pacz.api.IRuntimeVariable
see com.phoenix_int.pacz.api.v2.IRuntimeVariable
com.phoenix_int.aserver.util.scriptwrapper.api.OutputFile
in favor of OutputFile2

Deprecated classes

Class and Description
com.phoenix_int.pacz.api.Environment
see com.phoenix_int.pacz.api.v2.Environment
com.phoenix_int.aserver.client.PHXAnalysisClient
Use AnalysisServerClient instead.
com.phoenix_int.aserver.types.PHXFile
com.phoenix_int.aserver.types.PHXInteger

Deprecated enums

Enum and Description
com.phoenix_int.pacz.api.RunFolderPreference
see com.phoenix_int.pacz.api.v2.RunFolderPreference
com.phoenix_int.pacz.api.VariableDataType IRuntimeVariables are now using the canonical PHX type identifiers which are literal strings (see com.phoenix_int.pacz.api.v2)

Deprecated fields

Field and Description
com.phoenix_int.aserver.util.PHXFileParser.AUTOMATIC
in favor of Parser.Mode.AUTOMATIC
com.phoenix_int.aserver.util.PHXFileParser.BUFFERED
in favor of Parser.Mode.BUFFERED
com.phoenix_int.aserver.util.PHXFileParser.FILE_SIZE_LIMIT
in favor of Parser.Mode.FILE_SIZE_LIMIT
com.phoenix_int.aserver.util.scriptwrapper.api.PHXRowFieldFile.GENERATE
in favor of ParseableFile.Mode.GENERATE
com.phoenix_int.aserver.util.scriptwrapper.api.PHXRowFieldFile.PARSE
in favor of ParseableFile.Mode.PARSE
com.phoenix_int.aserver.util.PHXFileParser.RANDOM_ACCESS
in favor of Parser.Mode.RANDOM
com.phoenix_int.aserver.util.scriptwrapper.api.PHXRowFieldFile.READ_TEMPLATE
in favor of ParseableFile.Mode.READ_TEMPLATE

Deprecated methods

Method and Description
com.phoenix_int.aserver.types.PHXTypeFactory.allocateArray(String)
Prefer PHXTypeFactory.allocateVariable2(java.lang.String) which can properly differentiate between arrays and non-array types.
com.phoenix_int.aserver.types.PHXTypeFactory.allocateVariable(String)
Prefer PHXTypeFactory.allocateVariable2(java.lang.String) which can properly differentiate between arrays and non-array types.
com.phoenix_int.aserver.types.PHXString.arrayToString(String[])
com.phoenix_int.aserver.types.PHXInteger.getHasFormat()
in favor of PHXInteger.hasFormat()
com.phoenix_int.aserver.types.PHXLong.getHasFormat()
in favor of PHXLong.hasFormat()
com.phoenix_int.aserver.types.PHXRawFile.getValueStream()
using toString2().getInputStream() is prefered.
com.phoenix_int.aserver.library.IPHXFactory.instantiate(File, String, String)
It is preferred to use IPHXFactory2.instantiateManaged(java.io.File, java.lang.String, java.lang.String) as this method can lead to resource leaks.
com.phoenix_int.aserver.library.IPHXLibrarian.instantiate(String, String)
com.phoenix_int.aserver.library.IPHXLibrarian.instantiate(String, String, String, String)

Deprecated construtors

Constructor and Description
com.phoenix_int.aserver.util.PHXFileParser(String, int)
in favor of PHXFileParser.PHXFileParser(String, Parser.Mode)
com.phoenix_int.aserver.util.scriptwrapper.api.PHXRowFieldFile(PHXScriptWrapperObject, int)
in favor of PHXRowFieldFile.PHXRowFieldFile(PHXScriptWrapperObject, ParseableFile.Mode)

Connect with Ansys