|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BindingException | |
---|---|
jxl.binding | Binding is a object persistence library similary to java.util.Preferences. |
Uses of BindingException in jxl.binding |
---|
Methods in jxl.binding that throw BindingException | |
---|---|
void |
BindingContext.bind(java.lang.String name,
java.io.Serializable o)
Bind name to o |
void |
BindingContext.destroySubcontext(java.lang.String name)
Recursively destroys all bindings and subcontexts beneath the subcontext denoted by name . |
static BindingContext |
BindingContext.getContext(javax.naming.Name n,
java.security.Permission check)
Get a BindingContext |
BindingContext |
BindingContext.getSubcontext(java.lang.String name)
Returns the named subcontext |
java.util.Set<java.lang.String> |
BindingContext.listBindings()
List the names of object bindings in this context |
java.util.Set<java.lang.String> |
BindingContext.listSubcontexts()
List the names of subcontext of this context |
java.io.Serializable |
BindingContext.lookup(java.lang.String name)
Get object bound to name or null if it is not bound. |
java.lang.String |
BindingContext.nextUniqueSubcontext()
Get a name for new subcontext |
void |
BindingContext.unbind(java.lang.String name)
Removes the binding to name . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |