org.objectweb.fractal.jonathan
Class JScheduler

java.lang.Object
  extended by org.objectweb.jonathan.libs.resources.JScheduler
      extended by org.objectweb.fractal.jonathan.JScheduler
All Implemented Interfaces:
org.objectweb.fractal.api.control.BindingController, Scheduler

public class JScheduler
extends JScheduler
implements org.objectweb.fractal.api.control.BindingController

A Fractal compliant JScheduler subclass.


Field Summary
 
Fields inherited from class org.objectweb.jonathan.libs.resources.JScheduler
context_factory, verbose
 
Constructor Summary
JScheduler()
           
 
Method Summary
 void bindFc(java.lang.String clientItfName, java.lang.Object serverItf)
           
 java.lang.String[] listFc()
           
 java.lang.Object lookupFc(java.lang.String clientItfName)
           
 void unbindFc(java.lang.String clientItfName)
           
 
Methods inherited from class org.objectweb.jonathan.libs.resources.JScheduler
enter, escape, getCurrent, newJob, notify, notifyAll, wait, wait, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JScheduler

public JScheduler()
Method Detail

listFc

public java.lang.String[] listFc()
Specified by:
listFc in interface org.objectweb.fractal.api.control.BindingController

lookupFc

public java.lang.Object lookupFc(java.lang.String clientItfName)
Specified by:
lookupFc in interface org.objectweb.fractal.api.control.BindingController

bindFc

public void bindFc(java.lang.String clientItfName,
                   java.lang.Object serverItf)
Specified by:
bindFc in interface org.objectweb.fractal.api.control.BindingController

unbindFc

public void unbindFc(java.lang.String clientItfName)
Specified by:
unbindFc in interface org.objectweb.fractal.api.control.BindingController


Copyright © 2008 OW2 Consortium. All Rights Reserved.