org.exolab.jms.net.registry
Interface LocalRegistry

All Superinterfaces:
Registry

public interface LocalRegistry
extends Registry

LocalRegistry extends Registry to allow the local registry to be made read-only

Version:
$Revision: 1.1 $ $Date: 2004/11/26 01:51:05 $
Author:
Tim Anderson
See Also:
RegistryLocator

Method Summary
 boolean getReadOnly()
          Determines if the registry is read-only
 void setReadOnly(boolean readOnly)
          Set if the registry is read-only for remote users
 
Methods inherited from interface org.exolab.jms.net.registry.Registry
bind, lookup, unbind
 

Method Detail

setReadOnly

public void setReadOnly(boolean readOnly)
Set if the registry is read-only for remote users
Parameters:
readOnly - if true, prevent remote users from modifying bindings

getReadOnly

public boolean getReadOnly()
Determines if the registry is read-only
Returns:
true if the registry is read-only


Copyright © 1999-2007 The OpenJMS Group. All Rights Reserved.