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
 java.lang.String getRef()
           
 void setRef(java.lang.String refName)
           
 
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
 

Method Detail

getRef

java.lang.String getRef()

setRef

void setRef(java.lang.String refName)
            throws java.beans.PropertyVetoException
Throws:
java.beans.PropertyVetoException


Copyright © 2012 GlassFish Community. All Rights Reserved.