Results 1 to 2 of 2

Thread: RmiRegistry - How to specify to use rebind( ) instead of bind( )

  1. #1
    Join Date
    Mar 2005
    Location
    Detroit, MI
    Posts
    7

    Default RmiRegistry - How to specify to use rebind( ) instead of bind( )

    Hi there,

    Howdy. Is there a way to indicate to the java.rmi.registry.Registry in org.springframework.remoting.rmi.RmiRegistryFactor yBean to use the rebind( ) instead of bind( ).

    Any thoughts are greatly appreciated.
    Thanks,
    Venkat

  2. #2
    Join Date
    Jan 2005
    Location
    Bucharest, Romania
    Posts
    5,403

    Default

    RmiRegistryFactoryBean just creates/lookups the Registry - if you want to alter its behavior you can use for example AOP to intercept calls to bind and redirect them to rebind.
    Costin Leau
    SpringSource - http://www.SpringSource.com- Spring Training, Consulting, and Support - "From the Source"
    http://twitter.com/costinl
    Please use [ c o d e ] [ / c o d e ] tags

Posting Permissions

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