org.glassfish.api.admin.config
Interface ReferenceContainer


public interface ReferenceContainer

A configured object that can reference another configured object

Author:
Jerome Dochez, Byron Nevins

Method Summary
 String getReference()
           
 boolean isCluster()
           
 boolean isDas()
           
 boolean isInstance()
           
 boolean isServer()
           
 

Method Detail

getReference

String getReference()

isCluster

boolean isCluster()

isServer

boolean isServer()

isInstance

boolean isInstance()

isDas

boolean isDas()


Copyright © 2012. All Rights Reserved.