public abstract class IndirectBinding extends java.lang.Object implements ReferenceBinding, java.io.Serializable
| Constructor and Description |
|---|
IndirectBinding() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getArgs()
Null is returned by default.
|
java.lang.String |
getPropertyString()
Null is returned by default.
|
void |
invalidateCache()
do nothing for this method
|
void |
load(BindContext ctx)
do nothing for this method
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetValue, setValuegetBinder, getComponentpublic void load(BindContext ctx)
load in interface LoadBindingctx - the binding runtime contextpublic java.util.Map<java.lang.String,java.lang.Object> getArgs()
public java.lang.String getPropertyString()
getPropertyString in interface ReferenceBindingpublic void invalidateCache()
invalidateCache in interface ReferenceBindingCopyright © 2005-2011 Potix Corporation. All Rights Reserved.