All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
com.sun.enterprise.config.serverbeans.AvailabilityServiceInjector Maven / Gradle / Ivy
package com.sun.enterprise.config.serverbeans;
import org.jvnet.hk2.annotations.Service;
import org.jvnet.hk2.config.InjectionTarget;
import org.jvnet.hk2.config.NoopConfigInjector;
@Service(name = "availability-service", metadata = "target=com.sun.enterprise.config.serverbeans.AvailabilityService,@availability-enabled=optional,@availability-enabled=default:true,@availability-enabled=datatype:java.lang.Boolean,@availability-enabled=leaf,@ha-agent-hosts=optional,@ha-agent-hosts=datatype:java.lang.String,@ha-agent-hosts=leaf,@ha-agent-port=optional,@ha-agent-port=datatype:java.lang.String,@ha-agent-port=leaf,@ha-agent-password=optional,@ha-agent-password=datatype:java.lang.String,@ha-agent-password=leaf,@ha-store-name=optional,@ha-store-name=datatype:java.lang.String,@ha-store-name=leaf,@auto-manage-ha-store=optional,@auto-manage-ha-store=default:false,@auto-manage-ha-store=datatype:java.lang.Boolean,@auto-manage-ha-store=leaf,@store-pool-name=optional,@store-pool-name=datatype:java.lang.String,@store-pool-name=leaf,@ha-store-healthcheck-enabled=optional,@ha-store-healthcheck-enabled=default:false,@ha-store-healthcheck-enabled=datatype:java.lang.Boolean,@ha-store-healthcheck-enabled=leaf,@ha-store-healthcheck-interval-in-seconds=optional,@ha-store-healthcheck-interval-in-seconds=default:5,@ha-store-healthcheck-interval-in-seconds=datatype:java.lang.String,@ha-store-healthcheck-interval-in-seconds=leaf,=com.sun.enterprise.config.serverbeans.WebContainerAvailability,=com.sun.enterprise.config.serverbeans.EjbContainerAvailability,=com.sun.enterprise.config.serverbeans.JmsAvailability,=collection:org.jvnet.hk2.config.types.Property,=collection:org.jvnet.hk2.config.types.Property")
@InjectionTarget(AvailabilityService.class)
public class AvailabilityServiceInjector
extends NoopConfigInjector
{
}