arlut.csd.ganymede
Interface NameSpace
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- DBNameSpace
- public interface NameSpace
- extends java.rmi.Remote
Client side interface for the Ganymede
DBNameSpace class. This interface
allows the admin console to be able to view the name of the namespace and
view/set the case sensitivity of this namespace.
getName
public java.lang.String getName()
throws java.rmi.RemoteException
java.rmi.RemoteException
isCaseInsensitive
public boolean isCaseInsensitive()
throws java.rmi.RemoteException
java.rmi.RemoteException
setName
public boolean setName(java.lang.String name)
throws java.rmi.RemoteException
java.rmi.RemoteException
setInsensitive
public void setInsensitive(boolean b)
throws java.rmi.RemoteException
java.rmi.RemoteException