Interface ClientModuleInfo
-
- All Superinterfaces:
ModuleInfo
public interface ClientModuleInfo extends ModuleInfo
Contains information about an application client
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getMainClassName()
Returns the main class name for the client-
Methods inherited from interface com.ibm.ws.container.service.app.deploy.ModuleInfo
getApplicationInfo, getClassLoader, getContainer, getName, getURI
-
-