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

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

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

Methods in com.collation.platform.model.topology.app.j2ee.websphere that return WebSphereJ2EEApplication
 WebSphereJ2EEApplication WebSphereWebModule.getApplication()
           
 WebSphereJ2EEApplication WebSphereSessionTuningParams.getApplication()
           
 WebSphereJ2EEApplication WebSphereEJBModule.getApplication()
           
 WebSphereJ2EEApplication WebSphereConnectorModule.getApplication()
           
 WebSphereJ2EEApplication WebSphereLibraryRef.getParent()
           
 

Methods in com.collation.platform.model.topology.app.j2ee.websphere with parameters of type WebSphereJ2EEApplication
 void WebSphereWebModule.setApplication(WebSphereJ2EEApplication app)
           
 void WebSphereSessionTuningParams.setApplication(WebSphereJ2EEApplication app)
           
 void WebSphereEJBModule.setApplication(WebSphereJ2EEApplication app)
           
 void WebSphereConnectorModule.setApplication(WebSphereJ2EEApplication app)
           
 void WebSphereLibraryRef.setParent(WebSphereJ2EEApplication app)