1: package com.sun.portal.common.util; 2: 3: public interface TimeBoundRunnable { 4: 5: public void run() throws TimeBoundRunnableException; 6: 7: }