Results 1 to 2 of 2

Thread: RmiInvoker proxy and type of target object

  1. #1
    Join Date
    Aug 2004
    Posts
    2,715

    Question RmiInvoker proxy and type of target object

    I managed to export some POJOs via Spring's RmiServiceExporter. Accessing it on the client is no problem.
    I know that in the case of "plain" objects exported via RmiInvoker proxy no "regular" RMI access is possible. Though I would like to perform some generic querying where I want to know the type of objects registered in a RMI Registry.
    The idea is to retrieve an object from java.rmi.registry.Registry.lookup() and deduce the implemented interface from it.

    Is that possible? If not, could an enhancement of the Spring infrastructure make this possible?


    Thanks for informations,
    Andreas

  2. #2
    Join Date
    Aug 2004
    Posts
    2,715

    Default

    I posted a Jira request here.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •