class Activation.RegistryImpl extends AbstractRegistry
Modifier and Type | Field and Description |
---|---|
private String |
NAME
The name of the single entry
|
REGISTRY_PORT
Constructor and Description |
---|
Activation.RegistryImpl() |
Modifier and Type | Method and Description |
---|---|
void |
bind(String name,
Remote obj)
Always throws SecurityException.
|
String[] |
list()
Returns a list containing the single name.
|
Remote |
lookup(String name)
Returns the single object if the specified name matches the single
name, otherwise throws NotBoundException.
|
void |
rebind(String name,
Remote obj)
Always throws SecurityException.
|
void |
unbind(String name)
Always throws SecurityException.
|
private final String NAME
public Remote lookup(String name) throws NotBoundException
NotBoundException
public void unbind(String name)
public String[] list()
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.