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

All Known Subinterfaces:
Application, ApplicationConfig

Deprecated. Mixing interface for access to library path.

@Deprecated
public interface Libraries


Method Summary
 String getLibraries()
          Deprecated. Optional Attribute (may be null).
 void setLibraries(String libraries)
          Deprecated. Replaces the existing libraries Attribute.
 

Method Detail

getLibraries

String getLibraries()
Deprecated. 
Optional Attribute (may be null).

These paths could be either relative [relative to {com.sun.aas.instanceRoot}/lib/applibs] or absolute paths. These dependencies appears *after* the libraries defined in classpath-prefix in the java-config and *before* the application server provided over-rideable jar set. The libraries would be made available to the application in the order in which they were specified.

Since:
AppServer 9.0

setLibraries

void setLibraries(String libraries)
Deprecated. 
Replaces the existing libraries Attribute. Certain system applications may not allow changing this Attribute (read only). Delimiter is TBD

Since:
AppServer 9.0
See Also:
getLibraries()


Copyright © 2012 GlassFish Community. All Rights Reserved.