Uses of Class
de.aristaflow.adept2.base.globalregistry.WrongClusterException
-
Packages that use WrongClusterException Package Description de.aristaflow.adept2.base.globalregistry -
-
Uses of WrongClusterException in de.aristaflow.adept2.base.globalregistry
Methods in de.aristaflow.adept2.base.globalregistry that throw WrongClusterException Modifier and Type Method Description void
GlobalRegistry. invalidate(SessionToken session, String clusterName, String serviceType, String serviceName)
Informs the global registry that the designated service is not reachable any more.void
GlobalRegistry. 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.List<URI>
GlobalRegistry. prepareServicePublishing(SessionToken session, String clusterName, String serviceType, String serviceName, List<URI> localServiceUris)
Prepares the specified service for being published.
-