Class SimpleComponent

java.lang.Object
com.yahoo.config.model.producer.AbstractConfigProducer<CHILD>
com.yahoo.vespa.model.container.component.Component<AbstractConfigProducer<?>,com.yahoo.osgi.provider.model.ComponentModel>
com.yahoo.vespa.model.container.component.SimpleComponent
All Implemented Interfaces:
com.yahoo.config.ConfigInstance.Producer, ConfigProducer, Serializable, Comparable<Component<?,?>>
Direct Known Subclasses:
AccessLogComponent, CloudSecretStore, ClusterControllerComponent, ClusterControllerConfigurer, ConnectionLogComponent, ConnectorFactory, ContainerThreadpool, FilterConfigProvider, IdentityProvider, JettyHttpServer, JettyHttpServer.FilterBindingsProviderComponent, SslProvider

public class SimpleComponent extends Component<AbstractConfigProducer<?>,com.yahoo.osgi.provider.model.ComponentModel>
A component that uses the class name as id, and resides in the container-disc bundle.
Author:
gjoranv
See Also:
  • Constructor Details

    • SimpleComponent

      public SimpleComponent(com.yahoo.osgi.provider.model.ComponentModel model)
    • SimpleComponent

      public SimpleComponent(String className)