Uses of Class java.rmi.AlreadyBoundException

Uses in package java.rmi.registry

Methods which throw type java.rmi.AlreadyBoundException

void
Registry.bind(String name, Remote obj)

Uses in package gnu.java.rmi.registry

Methods which throw type java.rmi.AlreadyBoundException

void
void
RegistryImpl_Stub.bind(String $param_0, Remote $param_1)

Uses in package java.rmi

Methods which throw type java.rmi.AlreadyBoundException

void
Naming.bind(String name, Remote obj)
Try to bind the given object to the given service name.