Interface Ref
-
- All Superinterfaces:
ConfigBeanProxy
- All Known Subinterfaces:
ClusterRef,DGServerRef,ServerRef
public interface Ref extends ConfigBeanProxy
A domain.xml reference- Author:
- Jerome Dochez
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
ConfigBeanProxy.Duck
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetRef()voidsetRef(String refName)-
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
-
-
-
-
Method Detail
-
getRef
String getRef()
-
setRef
void setRef(String refName) throws PropertyVetoException
- Throws:
PropertyVetoException
-
-