Oracle Application Server TopLink API Reference
10g (9.0.4)

B10491-01

oracle.toplink.remotecommand
Class MergeChangeSetCommand

java.lang.Object
  |
  +--oracle.toplink.remotecommand.Command
        |
        +--oracle.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 © 2003 Oracle Corporation. All Rights Reserved.