org.glassfish.admin.amx.intf.config
Interface JvmOptionBag


Deprecated.

@Deprecated
public interface JvmOptionBag


Method Summary
 boolean contains(String param1)
          Deprecated.  
 List getJvmOptions()
          Deprecated.  
 String getStartingWith(String param1)
          Deprecated.  
 int getXmsMegs()
          Deprecated.  
 int getXmxMegs()
          Deprecated.  
 void setJvmOptions(List param1)
          Deprecated.  
 

Method Detail

contains

boolean contains(String param1)
Deprecated. 

getJvmOptions

List getJvmOptions()
Deprecated. 

setJvmOptions

void setJvmOptions(List param1)
Deprecated. 

getXmxMegs

int getXmxMegs()
Deprecated. 

getXmsMegs

int getXmsMegs()
Deprecated. 

getStartingWith

String getStartingWith(String param1)
Deprecated. 


Copyright © 2012 GlassFish Community. All Rights Reserved.