Interface Ref
-
- All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy
- All Known Subinterfaces:
ClusterRef,ServerRef
public interface Ref extends org.jvnet.hk2.config.ConfigBeanProxyA domain.xml reference- Author:
- Jerome Dochez
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetRef()voidsetRef(String refName)
-
-
-
Method Detail
-
getRef
String getRef()
-
setRef
void setRef(String refName) throws PropertyVetoException
- Throws:
PropertyVetoException
-
-