Rodrigo
01034ea8d6
Removed Unused Void Class
...
Removed the class Void.java from
/cloud-framework-ipc/src/org/apache/cloudstack/framework/async/Void.java
since the method public void AsyncMethod(Object realParam,
AsyncCompletionCallback<Void> callback) does not
exist and it does not seemed to be used in another place.
Also, removed an unnecessary comment in
/cloudstack-framework/ipc/test/org/apache/cloudstack/framework/codestyle/AsyncSampleListenerStyleCaller.java
2016-03-13 14:35:51 -03:00
Daan Hoogland
237f922ff7
CLOUDSTACK-8656: removed unused classes
2015-08-14 16:14:17 +02:00
Daan Hoogland
e2b6237464
CLOUDSTACK-8656: debug messages on interupted exceptions
2015-07-30 16:03:10 +02:00
Santhosh Edukulla
4a6560a9ee
Fixed few coverity defects
2014-08-21 12:43:11 +05:30
Kelven Yang
09ec127470
CLOUDSTACK-6743: Use edge-triggering in MessageDetector to handle bogus wakeup gracefully. Level triggering plus bogus wakeup can cause a tight loop to spin
2014-05-21 16:17:39 -07:00
Alex Huang
d620df2bdd
Reformatted all of the code.
2013-11-21 06:15:26 -08:00
Alex Huang
224f479974
Removed trailing spaces
2013-11-21 04:08:01 -08:00
Alex Huang
e4b22d0fca
Replace all tabs, particularly the ones in the comments
2013-11-21 03:39:58 -08:00
Alex Huang
8d62744681
Reformat all source code. Added checkstyle to check the source code
2013-11-20 07:26:53 -08:00
Hugo Trippaers
d57796b94f
Fix XML validation errors
2013-08-13 08:25:45 +02:00
Alex Huang
1e1ee902a2
Moved over the new jobs framework from vmsync. This has not been integrated into the server package yet. Will do that next
2013-07-30 15:00:58 -07:00
Prasanna Santhanam
de38cd815f
Fix typo in class name
...
AsyncRpcConext -> AsyncRpcContext
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-06-29 13:50:25 +05:30
Nitin Mehta
c11dbad9c9
merge master
2013-05-11 15:28:43 +05:30
Rohit Yadav
ea3f5ecb54
Fix license for xml files in javelin
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-01-12 06:31:47 -08:00
Edison Su
2d6133c61e
change the top level async call using future
2013-01-04 17:17:57 -08:00
Kelven Yang
3435ee0604
Get rid of due-mode in AsyncCallFuture, it is too confusing and we don't have a use case of it
2013-01-03 17:43:32 -08:00
Kelven Yang
107fccdf69
Add AsyncCallFuture
2013-01-03 17:24:26 -08:00
Kelven Yang
25d14418b9
Replace Adapters<T> with standard List<T> to work with Spring injection
2013-01-03 13:33:52 -08:00
Kelven Yang
644b783110
Modify RPC callback style to be in consist with the latest AsyncMethod callback style
2012-12-18 17:09:56 -08:00
Kelven Yang
e6ac3fd199
Add chain support to AsyncCallDispatcher
2012-12-18 14:15:38 -08:00
Kelven Yang
c1ed9a9010
Modify Async callback setup convention
2012-12-17 20:37:19 -08:00
Edison Su
716a5673d0
1st try to add async api in the storage component, it's ugly like hell
2012-12-14 18:25:40 -08:00
Kelven Yang
01a4a51abf
Refactor and finalize framework IPC java package structure
2012-12-13 18:44:57 -08:00
Kelven Yang
e998ee59f6
fix some RPC problem
2012-12-13 18:10:02 -08:00
Kelven Yang
e72417a1e7
Fixes/tests on sample management server on new RPC/Async framework
2012-12-13 15:19:01 -08:00
Kelven Yang
a6c441fcc5
Fixes/tests on sample management server on new RPC/Async framework
2012-12-13 15:19:01 -08:00
Kelven Yang
75285f90ba
Add sample management server with loosely coupled sample components to test out the new RPC/messaging framework
2012-12-12 18:02:05 -08:00
Kelven Yang
98a1295fb3
Add transport implementation for RPC/Async framework
2012-12-10 18:11:18 -08:00
Kelven Yang
9375ea0bbd
Add Void class for AsyncMethod to indicate void return
2012-12-06 17:46:13 -08:00
Kelven Yang
e78ccf1dd5
Give flexibility to write in-place AsyncMethod callback hanlder
2012-12-06 17:11:39 -08:00
Kelven Yang
6fd6b38b43
Add AsyncMethod support
2012-12-06 15:14:45 -08:00
Kelven Yang
eee58d7804
Add RpcAddressable to allow upper layer adding address mapping logic for its business object
2012-12-04 11:52:29 -08:00
Kelven Yang
1688919218
Add compilable client RPC test file
2012-12-04 10:43:08 -08:00
Kelven Yang
28db7981b9
add IPC test
2012-12-03 14:52:19 -08:00