Uses of Class
java.rmi.AccessException
Packages that use AccessException
-
Uses of AccessException in java.rmi.registry
Methods in java.rmi.registry that throw AccessExceptionModifier and TypeMethodDescriptionvoid
Binds a remote reference to the specifiedname
in this registry.String[]
Registry.list()
Returns an array of the names bound in this registry.Returns the remote reference bound to the specifiedname
in this registry.void
Replaces the binding for the specifiedname
in this registry with the supplied remote reference.void
Removes the binding for the specifiedname
in this registry.