Uses of Interface
org.eclipse.persistence.sessions.coordination.CommandConverter
-
Packages that use CommandConverter Package Description org.eclipse.persistence.sessions.coordination -
-
Uses of CommandConverter in org.eclipse.persistence.sessions.coordination
Fields in org.eclipse.persistence.sessions.coordination declared as CommandConverter Modifier and Type Field Description protected CommandConverterRemoteCommandManager. commandConverterUsed for converting commands between EclipseLink Command and app command formatsMethods in org.eclipse.persistence.sessions.coordination that return CommandConverter Modifier and Type Method Description CommandConverterCommandManager. getCommandConverter()PUBLIC: Return the converter instance used to convert between TopLink Command objects and an application command format.CommandConverterRemoteCommandManager. getCommandConverter()PUBLIC: Return the converter instance used to convert between EclipseLink Command objects and an application command format.Methods in org.eclipse.persistence.sessions.coordination with parameters of type CommandConverter Modifier and Type Method Description voidCommandManager. setCommandConverter(CommandConverter commandConverter)ADVANCED: Set the converter instance that will be invoked by this CommandProcessor to convert commands from their application command format into EclipseLink Command objects before being propagated to remote command manager services.voidRemoteCommandManager. setCommandConverter(CommandConverter newCommandConverter)ADVANCED: Set the converter instance that will be invoked by this CommandProcessor to convert commands from their application command format into EclipseLink Command objects before being propagated to remote command manager services.
-