Class DefaultServiceRegistry.ServiceEndpointState

java.lang.Object
net.sf.jstuff.integration.serviceregistry.impl.DefaultServiceRegistry.ServiceEndpointState
Enclosing class:
DefaultServiceRegistry

public final class DefaultServiceRegistry.ServiceEndpointState extends Object
  • Method Details

    • getActiveServiceIfCompatible

      public <T> @Nullable T getActiveServiceIfCompatible(Class<T> serviceInterface)
    • getActiveServiceInterface

      public @Nullable Class<?> getActiveServiceInterface()
    • getServiceEndpointId

      public String getServiceEndpointId()
    • onListenerAdded

      public void onListenerAdded(ServiceProxyInternal<?> proxy)