Again, either an AOP instrumented or non-AOP instrumented pojo can be
remotely clustered.

An example is in
testsuite/src/main/org/jboss/test/aop/bean/RemotingTester.java
config is in testsuite/src/resource/aop/jboss-service.xml


POJO pojo = new POJO("hello");
String objectId = "clusteredObj";
POJO proxy = (POJO)ClusteredRemoting.registerClusteredObject(objectId, pojo,

"DefaultPartition", new RoundRobin(),
                                                              new
InvokerLocator("socket://xeon:5150"));

That's it....

More doco later,

XXXXXXXXXXXXXXXX
Bill Burke
Chief Architect
JBoss Group, LLC
XXXXXXXXXXXXXXXX



-------------------------------------------------------
This SF.net email is sponsored by: Does your code think in ink? 
You could win a Tablet PC. Get a free Tablet PC hat just for playing. 
What are you waiting for?
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to