*/
public void testSimpleRegisterListenerAndPut_FromClusterWithLCC()
throws Exception
{
// SETUP
IRemoteCacheServerAttributes rcsa = new RemoteCacheServerAttributes();
rcsa.setLocalClusterConsistency( true );
rcsa.setConfigFileName( "/TestRemoteCacheServer.ccf" );
RemoteCacheServer server = new RemoteCacheServer( rcsa );
// this is to get the listenr id for inserts.
RemoteCacheListenerMockImpl clusterListener = new RemoteCacheListenerMockImpl();
clusterListener.remoteType = IRemoteCacheAttributes.CLUSTER;