I am probably totally overlooking something, but here goes...

I have a class SocketManager:

public class SocketManager extends StartableService 
        implements Configurable {
    ...
}

StartableService looks like this:

public abstract class StartableService extends AbstractLogEnabled
        implements Runnable, Serviceable, Startable {
    ...
}

My understanding is that when I lookup SocketManager (which is
successful) then configure(), service(), and start() should be called.

Instead, according to my logs it's only being serviced. Any pointers
would be appreciated.

Corey


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to