Package | Description |
---|---|
org.jboss.as.ejb3.component.stateful | |
org.jboss.as.ejb3.deployment | |
org.jboss.as.ejb3.remote.protocol.versionone |
Modifier and Type | Method and Description |
---|---|
ModuleDeployment |
MarshallingConfigurationContext.getDeployment() |
ModuleDeployment |
MarshallingConfigurationRepositoryValue.getDeployment() |
Constructor and Description |
---|
StatefulSessionBeanSerializabilityChecker(ModuleDeployment deployment) |
Constructor and Description |
---|
MarshallingConfigurationRepositoryValue(org.jboss.msc.value.Value<ModuleDeployment> deployment,
org.jboss.msc.value.Value<org.jboss.modules.Module> module) |
Modifier and Type | Method and Description |
---|---|
ModuleDeployment |
ModuleDeployment.getValue() |
Modifier and Type | Method and Description |
---|---|
Map<DeploymentModuleIdentifier,ModuleDeployment> |
DeploymentRepository.getModules()
Returns all the deployments.
|
Map<DeploymentModuleIdentifier,ModuleDeployment> |
DeploymentRepository.getStartedModules()
Returns all the deployments that are in a started state, i.e.
|
Modifier and Type | Method and Description |
---|---|
void |
DeploymentRepository.add(DeploymentModuleIdentifier identifier,
ModuleDeployment deployment) |
void |
DeploymentRepositoryListener.deploymentAvailable(DeploymentModuleIdentifier deployment,
ModuleDeployment moduleDeployment)
Callback when a deployment becomes available
|
void |
DeploymentRepositoryListener.deploymentStarted(DeploymentModuleIdentifier deployment,
ModuleDeployment moduleDeployment)
Callback when a deployment has started, i.e.
|
Modifier and Type | Method and Description |
---|---|
void |
VersionOneProtocolChannelReceiver.deploymentAvailable(DeploymentModuleIdentifier deploymentModuleIdentifier,
ModuleDeployment moduleDeployment) |
void |
VersionOneProtocolChannelReceiver.deploymentStarted(DeploymentModuleIdentifier deploymentModuleIdentifier,
ModuleDeployment moduleDeployment) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.