All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sun.enterprise.config.serverbeans.LoadBalancerInjector Maven / Gradle / Ivy

There is a newer version: 10.0-b28
Show newest version

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 = "load-balancer", metadata = "target=com.sun.enterprise.config.serverbeans.LoadBalancer,@name=optional,@name=datatype:java.lang.String,@name=leaf,key=@name,keyed-as=com.sun.enterprise.config.serverbeans.LoadBalancer,@lb-config-name=optional,@lb-config-name=datatype:java.lang.String,@lb-config-name=leaf,@device-host=optional,@device-host=datatype:java.lang.String,@device-host=leaf,@device-port=optional,@device-port=datatype:java.lang.String,@device-port=leaf,@auto-apply-enabled=optional,@auto-apply-enabled=datatype:java.lang.Boolean,@auto-apply-enabled=leaf,=collection:org.jvnet.hk2.config.types.Property,=collection:org.jvnet.hk2.config.types.Property")
@InjectionTarget(LoadBalancer.class)
public class LoadBalancerInjector
    extends NoopConfigInjector
{


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy