* @throws ConfigurationException
*/
private void addNetworkAddresses() throws ConfigurationException
{
if (primaryAddress == null) return;
if (components == null) components = new TaggedComponentList();
String primaryIP = primaryAddress.getIP();
if ( logger.isDebugEnabled() )
{
logger.debug("primaryIP is <" + primaryIP + ">");