Uses of Class
de.aristaflow.adept2.base.globalregistry.WrongClusterException
Packages that use WrongClusterException
-
Uses of WrongClusterException in de.aristaflow.adept2.base.globalregistry
Methods in de.aristaflow.adept2.base.globalregistry that throw WrongClusterExceptionModifier and TypeMethodDescriptionvoidGlobalRegistry.invalidate(SessionToken session, String clusterName, String serviceType, String serviceName) Informs the global registry that the designated service is not reachable any more.voidGlobalRegistry.invalidate(SessionToken session, String clusterName, URI[] globalServiceUris) Informs the global registry that the designated service is not reachable any more.URI[]GlobalServiceExport.prepareServiceExport(SessionToken session, String clusterName, String serviceTypeName, String simpleServiceName, Class<? extends ADEPT2Service> serviceInterface, String peerId) Prepares the specified service for being globally exported and creates a remote object identifiers of type URI for all communication protocols this global service exports services.GlobalRegistry.prepareServicePublishing(SessionToken session, String clusterName, String serviceType, String serviceName, List<URI> localServiceUris) Prepares the specified service for being published.