KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > rmi > AccessException > Top Examples

  • org.objectweb.jonas.security.realm.factory.JResourceRemoteImpl
    This class allow to make authentication on server side even for Client container or remote applications @author Florent Benoit
  • org.exolab.jms.net.registry.RegistryTestCase
    Tests the behaviour of the {@link Registry}. @author <a HREF="mailto:tma@netspace.net.au">Tim Anderson</a> @version $Revision: 1.4 $ $Date: 2005/05/27 13:53:52 $
  • org.exolab.jms.net.orb.RegistryImpl
    The <code>RegistryImpl</code> provides a simple interface for binding and retrieving remote object references by name. @author <a HREF="mailto:tma@netspace.net.au">Tim Anderson</a> @version $Revision: 1.1 $ $Date: 2004/11/26 01:51:04 $ The registry service proxy class na ...
  • org.objectweb.carol.jndi.registry.ManageableRegistry
    JRMP Registry without checks for bind @author Guillaume Rivière
  • org.jboss.ejb.plugins.local.BaseLocalProxyFactory
    The LocalProxyFactory implementation that handles local ejb interface proxies. @author <a HREF="mailto:docodan@mvcsoft.com">Daniel OConnor</a> @author <a HREF="mailto:scott.stark@jboss.org">Scott Stark</a> @author <a HREF="mailto:dain@daingroup.com">Dain Sundstrom< ...
  • org.exolab.jms.net.orb.Locator
    Helper class for constructing proxies for exported objects with a known identifier. @author <a HREF="mailto:tma@netspace.net.au">Tim Anderson</a> @version $Revision: 1.3 $ $Date: 2005/05/24 05:55:18 $ Prevent construction of helper class. Returns a proxy for a remote {@link Regist ...
  • org.jboss.iiop.rmi.RmiIdlUtil
    This class contains a bunch of methods taken from org.jboss.verifier.strategy.AbstractVerifier. There they are declared as instance methods. I copied them to this class and made them static here in order to call them as utility methods, without having to create a verifier instance, @author <a ...
Popular Tags