com.sun.enterprise.config.serverbeans
Interface RefContainer

All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy
All Known Subinterfaces:
Cluster, Node, Server

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

An application or Resource reference container object.

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.util.List<ApplicationRef> getApplicationRef()
          List of all the applications that this instance is referencing.
 java.util.List<ResourceRef> getResourceRef()
          List of all the resources that this instance is referencing.
 
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
 

Method Detail

getResourceRef

java.util.List<ResourceRef> getResourceRef()
List of all the resources that this instance is referencing.

Returns:
the list of resources references

getApplicationRef

java.util.List<ApplicationRef> getApplicationRef()
List of all the applications that this instance is referencing.

Returns:
the list of applications references.


Copyright © 2012 GlassFish Community. All Rights Reserved.