public final class MethodScheduler extends Object
| Constructor and Description | 
|---|
| MethodScheduler() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | close(org.aspectj.lang.JoinPoint point)Stop/close a routine task. | 
| void | instantiate(org.aspectj.lang.JoinPoint point)Instantiate a new routine task. | 
public void instantiate(org.aspectj.lang.JoinPoint point)
Try NOT to change the signature of this method, in order to keep it backward compatible.
point - Joint pointpublic void close(org.aspectj.lang.JoinPoint point)
           throws IOException
Try NOT to change the signature of this method, in order to keep it backward compatible.
point - Joint pointIOException - If can't closeCopyright © 2012–2014 jcabi.com. All rights reserved.