org.apache.qpid.server.configuration
Class LinkConfigType
java.lang.Object
org.apache.qpid.server.configuration.ConfigObjectType<LinkConfigType,LinkConfig>
org.apache.qpid.server.configuration.LinkConfigType
public final class LinkConfigType
- extends ConfigObjectType<LinkConfigType,LinkConfig>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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