[jboss-jira] [JBoss JIRA] Commented: (JBMICROCONT-418) Access MC bean remotely in a type safe manner

Darran Lofthouse (JIRA) jira-events at lists.jboss.org
Fri Apr 3 10:25:22 EDT 2009


    [ https://jira.jboss.org/jira/browse/JBMICROCONT-418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12460497#action_12460497 ] 

Darran Lofthouse commented on JBMICROCONT-418:
----------------------------------------------

The following is a possibility for the moment to obtain this functionality: -

  JMXMBeanRemoteProxy
http://www.jboss.org/community/docs/DOC-10944

However it would be better if longer term the equivalent could be made available with MC without the need to expose using JMX first.





> Access MC bean remotely in a type safe manner
> ---------------------------------------------
>
>                 Key: JBMICROCONT-418
>                 URL: https://jira.jboss.org/jira/browse/JBMICROCONT-418
>             Project: JBoss Microcontainer
>          Issue Type: Feature Request
>          Components: AOP
>            Reporter: Galder Zamarreño
>
> Provide a mechanism to access an MC bean remotely in a type safe manner.
> Currently, the only way to access an MC bean remotely is to add a @JMX annotation to it and use the 
> RMIAdaptor method explained in http://www.jboss.org/community/docs/DOC-9901 to access the bean.
> Another possibility is to bind the MC bean to JNDI via @JNDI annotation but looking up the bean effectively
> serializes the bean and sends it back to the client. Any invocations on the bean are local to client.
> One solution would be to either enhance @JNDI annotation or add an MC remote annotation that indicates
> the JNDI name and the remote proxy class so that MC creates a remote proxy for the bean and binds the 
> proxy itself in JNDI. Clients would then be able to look up the proxy and use it to call the MC remotely in a 
> type safe manner.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       




More information about the jboss-jira mailing list