org.qi4j.library.jmx
Interface JMXConnectorConfiguration

All Superinterfaces:
Composite, ConfigurationComposite, Enabled, Entity, EntityComposite, Identity

public interface JMXConnectorConfiguration
extends ConfigurationComposite, Enabled

Configuration for JMXConnector. Username+password is optional.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.qi4j.api.entity.Identity
Identity.IdentityMixin
 
Method Summary
 Property<Boolean> enabled()
           
 Property<String> password()
           
 Property<Integer> port()
           
 Property<String> username()
           
 
Methods inherited from interface org.qi4j.api.entity.Identity
identity
 
Methods inherited from interface org.qi4j.api.composite.Composite
metaInfo, type
 

Method Detail

enabled

@UseDefaults
Property<Boolean> enabled()
Specified by:
enabled in interface Enabled

port

@UseDefaults
Property<Integer> port()

username

@Optional
Property<String> username()

password

@Optional
Property<String> password()