Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.hivemind.impl.servicemodel
Class ServiceModelMessages  view ServiceModelMessages download ServiceModelMessages.java

java.lang.Object
  extended byorg.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)