|
|||||||||
| Home >> All >> org >> apache >> hivemind >> impl >> [ servicemodel overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.hivemind.impl.servicemodel
Class ServiceModelMessages

java.lang.Objectorg.apache.hivemind.impl.servicemodel.ServiceModelMessages
- class ServiceModelMessages
- extends java.lang.Object
Messages for the impl.servicemodel package.
| Field Summary | |
protected static org.apache.hivemind.impl.MessageFormatter |
_formatter
|
| Constructor Summary | |
(package private) |
ServiceModelMessages()
|
| Method Summary | |
(package private) static java.lang.String |
factoryReturnedNull(org.apache.hivemind.internal.ServicePoint point)
|
(package private) static java.lang.String |
factoryWrongInterface(org.apache.hivemind.internal.ServicePoint point,
java.lang.Object result,
java.lang.Class serviceType)
|
(package private) static java.lang.String |
registryCleanupIgnored(org.apache.hivemind.internal.ServicePoint point)
|
(package private) static java.lang.String |
unableToConstructService(org.apache.hivemind.internal.ServicePoint point,
java.lang.Throwable cause)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
_formatter
protected static org.apache.hivemind.impl.MessageFormatter _formatter
| Constructor Detail |
ServiceModelMessages
ServiceModelMessages()
| Method Detail |
factoryReturnedNull
static java.lang.String factoryReturnedNull(org.apache.hivemind.internal.ServicePoint point)
factoryWrongInterface
static java.lang.String factoryWrongInterface(org.apache.hivemind.internal.ServicePoint point, java.lang.Object result, java.lang.Class serviceType)
registryCleanupIgnored
static java.lang.String registryCleanupIgnored(org.apache.hivemind.internal.ServicePoint point)
unableToConstructService
static java.lang.String unableToConstructService(org.apache.hivemind.internal.ServicePoint point, java.lang.Throwable cause)
|
|||||||||
| Home >> All >> org >> apache >> hivemind >> impl >> [ servicemodel overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.apache.hivemind.impl.servicemodel.ServiceModelMessages