Entry 3827

ewrerew

   

Submitted by anonymous on May 17, 2010 at 9:10 a.m.
Language: Java. Code size: 268 bytes.

public void start() throws ConfigurationException {
		if(null == configuration){
			throw new ConfigurationException("Wrong configuration");
		}
		instanceId = configuration.getInstanceId();
		synchronized (activeClients) {
			activeClients.clear();
		}
		
	}

This snippet took 0.00 seconds to highlight.

Back to the Entry List or Home.

Delete this entry (admin only).