Uses of Interface
com.collation.platform.model.topology.app.j2ee.websphere.WebSphereSharedLibrary

Packages that use WebSphereSharedLibrary
com.collation.platform.model.topology.app.j2ee.websphere   
 

Uses of WebSphereSharedLibrary in com.collation.platform.model.topology.app.j2ee.websphere
 

Methods in com.collation.platform.model.topology.app.j2ee.websphere that return WebSphereSharedLibrary
 WebSphereSharedLibrary[] WebSphereServer.getLibraries()
           
 WebSphereSharedLibrary[] WebSphereNode.getLibraries()
           
 WebSphereSharedLibrary[] WebSphereCell.getLibraries()
           
 WebSphereSharedLibrary WebSphereLibraryRef.getSharedLibrary()
           
 

Methods in com.collation.platform.model.topology.app.j2ee.websphere with parameters of type WebSphereSharedLibrary
 void WebSphereServer.setLibraries(WebSphereSharedLibrary[] libs)
           
 void WebSphereNode.setLibraries(WebSphereSharedLibrary[] libs)
           
 void WebSphereCell.setLibraries(WebSphereSharedLibrary[] libs)
           
 void WebSphereLibraryRef.setSharedLibrary(WebSphereSharedLibrary lib)