chatterbox-slack/chatterbox-slack-impl/src/main/java/org/apache/tomee/chatterbox/slack/adapter/out/SlackManagedConnectionMetaData.java [33:54]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    @Override
    public String getEISProductName() throws ResourceException {
        log.finest("getEISProductName()");
        return null; //TODO
    }

    @Override
    public String getEISProductVersion() throws ResourceException {
        log.finest("getEISProductVersion()");
        return null; //TODO
    }

    @Override
    public int getMaxConnections() throws ResourceException {
        log.finest("getMaxConnections()");
        return 0; //TODO
    }

    @Override
    public String getUserName() throws ResourceException {
        log.finest("getUserName()");
        return null; //TODO
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



chatterbox-xmpp/chatterbox-xmpp-impl/src/main/java/org/apache/tomee/chatterbox/xmpp/impl/XMPPManagedConnectionMetaData.java [33:54]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    @Override
    public String getEISProductName() throws ResourceException {
        log.finest("getEISProductName()");
        return null; //TODO
    }

    @Override
    public String getEISProductVersion() throws ResourceException {
        log.finest("getEISProductVersion()");
        return null; //TODO
    }

    @Override
    public int getMaxConnections() throws ResourceException {
        log.finest("getMaxConnections()");
        return 0; //TODO
    }

    @Override
    public String getUserName() throws ResourceException {
        log.finest("getUserName()");
        return null; //TODO
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



