com.sun.enterprise.config.serverbeans
Interface Ref

All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy
All Known Subinterfaces:
ClusterRef, ServerRef

public interface Ref
extends org.jvnet.hk2.config.ConfigBeanProxy

A domain.xml reference

Author:
Jerome Dochez

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
org.jvnet.hk2.config.ConfigBeanProxy.Duck
 
Method Summary
 String getRef()
           
 void setRef(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


Copyright © 2012 GlassFish Community. All Rights Reserved.