Java EE 5 SDK

com.sun.appserv.management.config
Interface Libraries

All Known Subinterfaces:
EJBModuleConfig, J2EEApplicationConfig, WebModuleConfig

public interface Libraries

Mixin interface for access to library path.


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

Method Detail

getLibraries

String[] getLibraries()
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)
Replaces the existing libraries Attribute. Certain system applications may not allow changing this Attribute (read only).

Since:
AppServer 9.0
See Also:
getLibraries()

Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.