public enum SpecificCommunicationDefinitionBeanNames extends Enum<SpecificCommunicationDefinitionBeanNames>
Enum Constant and Description |
---|
EIDAS_HAZELCAST_INSTANCE_INITIALIZER
name of the HazelcastInstanceInitializer bean
|
EIDAS_IGNITE_INSTANCE_INITIALIZER_BEAN
name of the EidasIgniteInstanceInitializer bean
|
IGNITE_SPRING_BEAN
name of the map for holding requests sent from specific to node
|
INCOMING_LIGHT_REQUEST_VALIDATOR
name of the Incoming Light Request Validator bean
|
INCOMING_LIGHT_RESPONSE_VALIDATOR
name of the Incoming Light Response Validator bean
|
NODE_SPECIFIC_CONNECTOR_CACHE
name of the cache for for holding responses sent from node connector to specific connector
|
NODE_SPECIFIC_PROXYSERVICE_CACHE
name of the cache for for holding requests sent from node proxy service to specific proxy service
|
SPECIFIC_CONNECTOR_COMMUNICATION_SERVICE
name of the bean that provides services to node/specific connector for putting/getting requests/responses in the maps
|
SPECIFIC_CONNECTOR_COMMUNICATION_SERVICE_EXTENSION
name of the bean that provides services to node/specific connector for putting requests/responses in the maps
|
SPECIFIC_NODE_CONNECTOR_CACHE
name of the cache for holding requests sent from specific to node
|
SPECIFIC_NODE_PROXYSERVICE_CACHE
name of the cache for for holding responses sent from specific proxy service to node proxy service
|
SPECIFIC_PROXYSERVICE_COMMUNICATION_SERVICE
name of the bean that provides services to node/specific proxy service for putting/getting requests/responses in the maps
|
SPECIFIC_PROXYSERVICE_COMMUNICATION_SERVICE_EXTENSION
name of the bean that provides services to node/specific proxy service for putting requests/responses in the maps
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static SpecificCommunicationDefinitionBeanNames |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpecificCommunicationDefinitionBeanNames[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpecificCommunicationDefinitionBeanNames SPECIFIC_NODE_CONNECTOR_CACHE
public static final SpecificCommunicationDefinitionBeanNames NODE_SPECIFIC_PROXYSERVICE_CACHE
public static final SpecificCommunicationDefinitionBeanNames SPECIFIC_NODE_PROXYSERVICE_CACHE
public static final SpecificCommunicationDefinitionBeanNames NODE_SPECIFIC_CONNECTOR_CACHE
public static final SpecificCommunicationDefinitionBeanNames SPECIFIC_CONNECTOR_COMMUNICATION_SERVICE
public static final SpecificCommunicationDefinitionBeanNames SPECIFIC_PROXYSERVICE_COMMUNICATION_SERVICE
public static final SpecificCommunicationDefinitionBeanNames SPECIFIC_CONNECTOR_COMMUNICATION_SERVICE_EXTENSION
public static final SpecificCommunicationDefinitionBeanNames SPECIFIC_PROXYSERVICE_COMMUNICATION_SERVICE_EXTENSION
public static final SpecificCommunicationDefinitionBeanNames EIDAS_HAZELCAST_INSTANCE_INITIALIZER
public static final SpecificCommunicationDefinitionBeanNames IGNITE_SPRING_BEAN
public static final SpecificCommunicationDefinitionBeanNames EIDAS_IGNITE_INSTANCE_INITIALIZER_BEAN
public static final SpecificCommunicationDefinitionBeanNames INCOMING_LIGHT_REQUEST_VALIDATOR
public static final SpecificCommunicationDefinitionBeanNames INCOMING_LIGHT_RESPONSE_VALIDATOR
public static SpecificCommunicationDefinitionBeanNames[] values()
for (SpecificCommunicationDefinitionBeanNames c : SpecificCommunicationDefinitionBeanNames.values()) System.out.println(c);
public static SpecificCommunicationDefinitionBeanNames valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<SpecificCommunicationDefinitionBeanNames>
Copyright © 2020. All Rights Reserved.