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


Deprecated.

@Deprecated
public interface ConfigBeansUtilities


Method Summary
 Map<String,Application> getAllDefinedSystemApplications()
          Deprecated.  
 ApplicationRef getApplicationRefInServer(String param1, String param2)
          Deprecated.  
 Map<String,ApplicationRef> getApplicationRefsInServer(String param1)
          Deprecated.  
 Map<String,ApplicationRef> getApplicationRefsInServer(String param1, boolean param2)
          Deprecated.  
 String getContextRoot(String param1)
          Deprecated.  
 String getDefaultFormat()
          Deprecated.  
 String getDefaultQueueSizeInBytes()
          Deprecated.  
 String getDefaultRotationEnabled()
          Deprecated.  
 String getDefaultRotationIntervalInMinutes()
          Deprecated.  
 String getDefaultRotationPolicy()
          Deprecated.  
 String getDirectoryDeployed(String param1)
          Deprecated.  
 Domain getDomain()
          Deprecated.  
 String getEnabled(String param1, String param2)
          Deprecated.  
 String getLibraries(String param1)
          Deprecated.  
 String getLocation(String param1)
          Deprecated.  
 Server getServerNamed(String param1)
          Deprecated.  
 Map<String,Server> getServers()
          Deprecated.  
 Application getSystemApplicationReferencedFrom(String param1, String param2)
          Deprecated.  
 Map<String,Application> getSystemApplicationsReferencedFrom(String param1)
          Deprecated.  
 String getVirtualServers(String param1, String param2)
          Deprecated.  
 boolean isNamedSystemApplicationReferencedFrom(String param1, String param2)
          Deprecated.  
 String join(Iterable param1, String param2)
          Deprecated.  
 boolean toBoolean(String param1)
          Deprecated.  
 String toString(Throwable param1)
          Deprecated.  
 

Method Detail

toString

String toString(Throwable param1)
Deprecated. 

getLocation

String getLocation(String param1)
Deprecated. 

join

String join(Iterable param1,
            String param2)
Deprecated. 

toBoolean

boolean toBoolean(String param1)
Deprecated. 

getServers

Map<String,Server> getServers()
Deprecated. 

getDirectoryDeployed

String getDirectoryDeployed(String param1)
Deprecated. 

getEnabled

String getEnabled(String param1,
                  String param2)
Deprecated. 

getContextRoot

String getContextRoot(String param1)
Deprecated. 

getLibraries

String getLibraries(String param1)
Deprecated. 

getVirtualServers

String getVirtualServers(String param1,
                         String param2)
Deprecated. 

getDefaultFormat

String getDefaultFormat()
Deprecated. 

getDefaultRotationPolicy

String getDefaultRotationPolicy()
Deprecated. 

getDefaultRotationEnabled

String getDefaultRotationEnabled()
Deprecated. 

getDefaultRotationIntervalInMinutes

String getDefaultRotationIntervalInMinutes()
Deprecated. 

getDefaultQueueSizeInBytes

String getDefaultQueueSizeInBytes()
Deprecated. 

getSystemApplicationsReferencedFrom

Map<String,Application> getSystemApplicationsReferencedFrom(String param1)
Deprecated. 

getSystemApplicationReferencedFrom

Application getSystemApplicationReferencedFrom(String param1,
                                               String param2)
Deprecated. 

isNamedSystemApplicationReferencedFrom

boolean isNamedSystemApplicationReferencedFrom(String param1,
                                               String param2)
Deprecated. 

getServerNamed

Server getServerNamed(String param1)
Deprecated. 

getAllDefinedSystemApplications

Map<String,Application> getAllDefinedSystemApplications()
Deprecated. 

getApplicationRefsInServer

Map<String,ApplicationRef> getApplicationRefsInServer(String param1)
Deprecated. 

getApplicationRefsInServer

Map<String,ApplicationRef> getApplicationRefsInServer(String param1,
                                                      boolean param2)
Deprecated. 

getApplicationRefInServer

ApplicationRef getApplicationRefInServer(String param1,
                                         String param2)
Deprecated. 

getDomain

Domain getDomain()
Deprecated. 


Copyright © 2012 GlassFish Community. All Rights Reserved.