org.apache.qpid.server.configuration
Class LinkConfigType

java.lang.Object
  extended by org.apache.qpid.server.configuration.ConfigObjectType<LinkConfigType,LinkConfig>
      extended by org.apache.qpid.server.configuration.LinkConfigType

public final class LinkConfigType
extends ConfigObjectType<LinkConfigType,LinkConfig>


Nested Class Summary
static interface LinkConfigType.LinkProperty<S>
           
 
Field Summary
static org.apache.qpid.server.configuration.LinkConfigType.LinkReadOnlyProperty<String> AUTH_MECHANISM_PROPERTY
           
static org.apache.qpid.server.configuration.LinkConfigType.LinkReadOnlyProperty<String> HOST_PROPERTY
           
static org.apache.qpid.server.configuration.LinkConfigType.LinkReadOnlyProperty<String> PASSWORD_PROPERTY
           
static org.apache.qpid.server.configuration.LinkConfigType.LinkReadOnlyProperty<Integer> PORT_PROPERTY
           
static org.apache.qpid.server.configuration.LinkConfigType.LinkReadOnlyProperty<String> REMOTE_VHOST_PROPERTY
           
static org.apache.qpid.server.configuration.LinkConfigType.LinkReadOnlyProperty<String> TRANSPORT_PROPERTY
           
static org.apache.qpid.server.configuration.LinkConfigType.LinkReadOnlyProperty<String> USERNAME_PROPERTY
           
static org.apache.qpid.server.configuration.LinkConfigType.LinkReadOnlyProperty<VirtualHostConfig> VIRTUAL_HOST_PROPERTY
           
 
Method Summary
static LinkConfigType getInstance()
           
 Collection<LinkConfigType.LinkProperty<?>> getProperties()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VIRTUAL_HOST_PROPERTY

public static final org.apache.qpid.server.configuration.LinkConfigType.LinkReadOnlyProperty<VirtualHostConfig> VIRTUAL_HOST_PROPERTY

TRANSPORT_PROPERTY

public static final org.apache.qpid.server.configuration.LinkConfigType.LinkReadOnlyProperty<String> TRANSPORT_PROPERTY

HOST_PROPERTY

public static final org.apache.qpid.server.configuration.LinkConfigType.LinkReadOnlyProperty<String> HOST_PROPERTY

PORT_PROPERTY

public static final org.apache.qpid.server.configuration.LinkConfigType.LinkReadOnlyProperty<Integer> PORT_PROPERTY

REMOTE_VHOST_PROPERTY

public static final org.apache.qpid.server.configuration.LinkConfigType.LinkReadOnlyProperty<String> REMOTE_VHOST_PROPERTY

AUTH_MECHANISM_PROPERTY

public static final org.apache.qpid.server.configuration.LinkConfigType.LinkReadOnlyProperty<String> AUTH_MECHANISM_PROPERTY

USERNAME_PROPERTY

public static final org.apache.qpid.server.configuration.LinkConfigType.LinkReadOnlyProperty<String> USERNAME_PROPERTY

PASSWORD_PROPERTY

public static final org.apache.qpid.server.configuration.LinkConfigType.LinkReadOnlyProperty<String> PASSWORD_PROPERTY
Method Detail

getProperties

public Collection<LinkConfigType.LinkProperty<?>> getProperties()
Specified by:
getProperties in class ConfigObjectType<LinkConfigType,LinkConfig>

getInstance

public static LinkConfigType getInstance()


Licensed to the Apache Software Foundation