|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertyRef | |
|---|---|
| net.sf.sail.core.beans | Management of beans brought into SAIL. |
| net.sf.sail.core.beans.assembly | Mechanisms for disassembly and reassembly of Pod hierarchies. |
| Uses of PropertyRef in net.sf.sail.core.beans |
|---|
| Methods in net.sf.sail.core.beans that return types with arguments of type PropertyRef | |
|---|---|
java.util.Set<PropertyRef> |
Pod.getTransientRefs()
|
java.util.Map<java.lang.String,PropertyRef> |
Pod.getVars()
|
| Methods in net.sf.sail.core.beans with parameters of type PropertyRef | |
|---|---|
void |
Pod.bind(java.lang.String varName,
PropertyRef propertyRef,
boolean isTransient)
Deprecated. |
void |
Pod.exportProperty(PropertyRef propertyRef,
java.lang.String exportSocketName)
Export propertyRef as exportSocketName. |
void |
Pod.importProperty(PropertyRef propertyRef,
java.lang.String importSocketName)
Import propertyRef as importSocketName. |
| Method parameters in net.sf.sail.core.beans with type arguments of type PropertyRef | |
|---|---|
void |
Pod.setTransientRefs(java.util.Set<PropertyRef> transientRefs)
|
void |
Pod.setVars(java.util.Map<java.lang.String,PropertyRef> vars)
|
| Uses of PropertyRef in net.sf.sail.core.beans.assembly |
|---|
| Subclasses of PropertyRef in net.sf.sail.core.beans.assembly | |
|---|---|
class |
IndexedPropertyRef
Version of PropertyRef that points to an index within the property |
| Methods in net.sf.sail.core.beans.assembly that return PropertyRef | |
|---|---|
PropertyRef |
SimpleContainer.getPropertyRef()
|
PropertyRef |
PodVarDelegate.getRef(PodRegistry registry)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||