org.objectweb.fractal.fraclet.annotation.generator.template
Class UnbindFcTemplate

java.lang.Object
  extended by org.objectweb.fractal.fraclet.annotation.generator.template.UnbindFcTemplate
All Implemented Interfaces:
spoon.template.Template

public class UnbindFcTemplate
extends Object
implements spoon.template.Template

A template to manage the unbindFc method

Author:
Nicolas Pessemier

Constructor Summary
UnbindFcTemplate(String name)
          Use this constructor for collection bindings
UnbindFcTemplate(String itfName, spoon.reflect.reference.CtTypeReference<?> serviceType, String serviceName)
          Constructor for singleton binding
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnbindFcTemplate

public UnbindFcTemplate(String itfName,
                        spoon.reflect.reference.CtTypeReference<?> serviceType,
                        String serviceName)
Constructor for singleton binding

Parameters:
itfName -
serviceType -
serviceName -

UnbindFcTemplate

public UnbindFcTemplate(String name)
Use this constructor for collection bindings

Parameters:
name -