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, wait
getValue, setValue
getBinder, getComponent
public void load(BindContext ctx)
load
in interface LoadBinding
ctx
- the binding runtime contextpublic java.util.Map<java.lang.String,java.lang.Object> getArgs()
public java.lang.String getPropertyString()
getPropertyString
in interface ReferenceBinding
public void invalidateCache()
invalidateCache
in interface ReferenceBinding
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.