Oracle TopLink API Reference
10g Release 3 (10.1.3)

B13698-01

oracle.toplink.remotecommand
Class MergeChangeSetCommand

java.lang.Object
  extended byoracle.toplink.remotecommand.Command
      extended byoracle.toplink.remotecommand.MergeChangeSetCommand
All Implemented Interfaces:
java.io.Serializable

public class MergeChangeSetCommand
extends Command

Purpose: Provide a remote command implementation for remote cache merges of changes.

Description: This command provides the implementation for cache synchronization using RCM.

Since:
OracleAS TopLink 10g (9.0.4)
See Also:
Serialized Form

Constructor Summary
MergeChangeSetCommand()
           
 
Methods inherited from class oracle.toplink.remotecommand.Command
getServiceId, setServiceId
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MergeChangeSetCommand

public MergeChangeSetCommand()

Copyright © 1998, 2006, Oracle. All Rights Reserved.