JTools

org.jtools.activate
Class SimpleDomainResource

java.lang.Object
  extended by org.jtools.activate.SimpleDomainResource
All Implemented Interfaces:
Cloneable, Activatable, ActivatableInfo, DomainResourceInfo
Direct Known Subclasses:
SimpleClass

public class SimpleDomainResource
extends Object
implements Activatable, DomainResourceInfo, Cloneable

TODO type-description

Author:
Rainer Noack

Constructor Summary
SimpleDomainResource()
           
SimpleDomainResource(SimpleDomainResource from)
           
 
Method Summary
 Object activate(Object loaderContext)
           
 Object activate(Object loaderContext, int retry)
           
 Object clone()
           
 String getDomain()
           
 String getDomainIndependentName()
           
 ActivatableInfo getInfo()
           
 String getName()
           
 String[] getNamingArguments()
           
 Activatable getParentDomainDescriptor()
           
 void setBestDomain()
           
 void setDomain(String domain)
           
 void setName(String name)
           
 void setNamingArguments(String[] namingArguments)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleDomainResource

public SimpleDomainResource()

SimpleDomainResource

public SimpleDomainResource(SimpleDomainResource from)
Method Detail

activate

public final Object activate(Object loaderContext)
                      throws ResourceException
Specified by:
activate in interface Activatable
Throws:
ResourceException

activate

public Object activate(Object loaderContext,
                       int retry)
                throws ResourceException
Specified by:
activate in interface Activatable
Throws:
ResourceException

clone

public Object clone()
Overrides:
clone in class Object

getDomain

public String getDomain()
Specified by:
getDomain in interface DomainResourceInfo

getDomainIndependentName

public String getDomainIndependentName()
Specified by:
getDomainIndependentName in interface DomainResourceInfo

getInfo

public ActivatableInfo getInfo()
Specified by:
getInfo in interface Activatable

getName

public String getName()
Specified by:
getName in interface DomainResourceInfo

getNamingArguments

public String[] getNamingArguments()
Specified by:
getNamingArguments in interface DomainResourceInfo

getParentDomainDescriptor

public final Activatable getParentDomainDescriptor()
Specified by:
getParentDomainDescriptor in interface DomainResourceInfo

setBestDomain

public void setBestDomain()

setDomain

public void setDomain(String domain)

setName

public void setName(String name)

setNamingArguments

public void setNamingArguments(String[] namingArguments)

JTools

© 2000-2006, JTools.org.