Interface EJBTransportProvider

    • Method Detail

      • notifyRegistered

        default void notifyRegistered​(EJBReceiverContext receiverContext)
        Notify the provider instance that it has been registered with the given client context.
        Parameters:
        receiverContext - the Enterprise Beans receiver context (not null)
      • supportsProtocol

        boolean supportsProtocol​(String uriScheme)
        Determine whether this transport provider supports the protocol identified by the given URI scheme.
        Parameters:
        uriScheme - the URI scheme
        Returns:
        true if this provider supports the protocol, false otherwise