Author: sebawagner
Date: Sun Oct 28 08:34:46 2012
New Revision: 1402953
URL: http://svn.apache.org/viewvc?rev=1402953&view=rev
Log:
OPENMEETINGS-455 server side load test sync method with return object
Modified:
incubator/openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/remote/red5/ScopeApplicationAdapter.java
Modified:
incubator/openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/remote/red5/ScopeApplicationAdapter.java
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/remote/red5/ScopeApplicationAdapter.java?rev=1402953&r1=1402952&r2=1402953&view=diff
==============================================================================
---
incubator/openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/remote/red5/ScopeApplicationAdapter.java
(original)
+++
incubator/openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/remote/red5/ScopeApplicationAdapter.java
Sun Oct 28 08:34:46 2012
@@ -2270,6 +2270,13 @@ public class ScopeApplicationAdapter ext
syncMessageToCurrentScope(remoteMethodName, newMessage,
sendSelf, false);
}
+ @Deprecated
+ public synchronized boolean loadTestSyncMessage(String
remoteMethodName, Object newMessage, boolean sendSelf) {
+ syncMessageToCurrentScope(remoteMethodName, newMessage,
sendSelf, false);
+ return true;
+ }
+
+
/**
* General sync mechanism for all messages that are send from within
the
* scope of the current client, but: