git-svn-id: http://trooper/svn/projects/jFCPlib/branch/high-level-client@873
c3eda9e8-030b-0410-8277-
bc7414b0a119
private final String clientName;
/** The FCP connection to the node. */
- private FcpConnection fcpConnection;
+ private FcpConnection fcpConnection = null;
/** Listeners for high-level client events. */
private List<HighLevelClientListener> highLevelClientListeners = Collections.synchronizedList(new ArrayList<HighLevelClientListener>());
fcpConnection.close();
}
fcpConnection = null;
- fireClientDisconnected(throwable);
}
/**
}
cancelIdentifier(null);
disconnect(throwable);
+ fireClientDisconnected(throwable);
}
/**