de.fzj.unicore.wsrflite.utils.deployment
Class DeploymentDescriptorImpl

java.lang.Object
  extended by de.fzj.unicore.wsrflite.utils.deployment.DeploymentDescriptorImpl
All Implemented Interfaces:
DeploymentDescriptor, Annotation

public class DeploymentDescriptorImpl
extends Object
implements DeploymentDescriptor


Constructor Summary
DeploymentDescriptorImpl(String iFace, String impl, boolean isPersistent)
           
DeploymentDescriptorImpl(String iFace, String impl, boolean isPersistent, String initTask)
           
 
Method Summary
 Class<? extends Annotation> annotationType()
           
 String iFace()
           
 String impl()
           
 String initTask()
           
 boolean isPersistent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.annotation.Annotation
equals, hashCode, toString
 

Constructor Detail

DeploymentDescriptorImpl

public DeploymentDescriptorImpl(String iFace,
                                String impl,
                                boolean isPersistent)

DeploymentDescriptorImpl

public DeploymentDescriptorImpl(String iFace,
                                String impl,
                                boolean isPersistent,
                                String initTask)
Method Detail

iFace

public String iFace()

impl

public String impl()

initTask

public String initTask()

isPersistent

public boolean isPersistent()

annotationType

public Class<? extends Annotation> annotationType()
Specified by:
annotationType in interface Annotation


Copyright © 2010. All Rights Reserved.