Interface DeploymentConfiguration
- All Known Subinterfaces:
SessionManagerFactoryConfiguration<SC>
public interface DeploymentConfiguration
Encapsulates the configuration of a deployment.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionReturns the class loader of this deploymentReturns the locally unique name of this deployment.Returns the name of the server hosting this deployment
-
Method Details
-
getDeploymentName
String getDeploymentName()Returns the locally unique name of this deployment.- Returns:
- a deployment name.
-
getServerName
String getServerName()Returns the name of the server hosting this deployment- Returns:
- a server name
-
getClassLoader
ClassLoader getClassLoader()Returns the class loader of this deployment- Returns:
- a class loader
-