org.qi4j.library.jmx
Interface JMXConnectorConfiguration

All Superinterfaces:
Composite, ConfigurationComposite, Enabled, 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<java.lang.String> password()
           
 Property<java.lang.Integer> port()
           
 Property<java.lang.String> username()
           
 
Methods inherited from interface org.qi4j.api.entity.Identity
identity
 
Methods inherited from interface org.qi4j.api.configuration.Enabled
enabled
 

Method Detail

port

@UseDefaults
Property<java.lang.Integer> port()

username

@Optional
Property<java.lang.String> username()

password

@Optional
Property<java.lang.String> password()