Uses of Class
de.root1.simon.exceptions.NameBindingException

Packages that use NameBindingException
de.root1.simon Provides the core classes of SIMON 
 

Uses of NameBindingException in de.root1.simon
 

Methods in de.root1.simon that throw NameBindingException
 void Registry.bind(java.lang.String name, java.lang.Object remoteObject)
          Binds a remote object to the registry's own LookupTable
 void Registry.bindAndPublish(java.lang.String name, java.lang.Object remoteObject)
          Binds the object to the Registry and publishes it to the network, so that they can be found with Simon.searchRemoteObjects(int) or Simon.searchRemoteObjects(SearchProgressListener, int)
 



Copyright © 2011. All Rights Reserved.