@MessageBundle(projectCode="JBAS")
public interface SingletonMessages
Modifier and Type | Field and Description |
---|---|
static SingletonMessages |
MESSAGES |
Modifier and Type | Method and Description |
---|---|
IllegalStateException |
notStarted(String serviceName) |
IllegalStateException |
unexpectedResponseCount(String serviceName,
int results) |
static final SingletonMessages MESSAGES
@Message(id=10350, value="Expected service %s value from singleton master only, but instead received %d results.") IllegalStateException unexpectedResponseCount(String serviceName, int results)
@Message(id=10351, value="Singleton service %s is not started.") IllegalStateException notStarted(String serviceName)
Copyright © 2014 JBoss by Red Hat. All rights reserved.