org.glassfish.examples.ctm
Interface Environment


@Contract
public interface Environment

TODO: How do I say what things come from the XML file? I don't know

Author:
jwells

Method Summary
 int getMaxSize()
           
 int getMinSize()
           
 String getName()
           
 

Method Detail

getName

String getName()

getMinSize

int getMinSize()

getMaxSize

int getMaxSize()


Copyright © 2012 Oracle Corporation. All Rights Reserved.