From 8751ca0a45b9343f37161c9f762fb4c485944a5f Mon Sep 17 00:00:00 2001 From: beckerdo Date: Sun, 1 Feb 2009 20:45:55 +0000 Subject: TUSCANY-2485 Add JavaDocs for Tuscany 1.4 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739833 13f79535-47bb-0310-9956-ffa450edef68 --- .../impl/CompositeConfigurationCollectionImpl.html | 483 ++++++++++++++++++ .../impl/CompositeConfigurationServiceImpl.html | 376 ++++++++++++++ .../impl/CompositeGeneratorServiceImpl.html | 340 +++++++++++++ .../manager/impl/ContributionCollectionImpl.html | 504 +++++++++++++++++++ .../manager/impl/ContributionServiceImpl.html | 298 ++++++++++++ .../impl/DeployableCompositeCollectionImpl.html | 486 +++++++++++++++++++ .../impl/DeployableCompositeServiceImpl.html | 340 +++++++++++++ .../impl/DeployedCompositeCollectionImpl.html | 540 +++++++++++++++++++++ .../manager/impl/DomainManagerConfiguration.html | 259 ++++++++++ .../impl/DomainManagerConfigurationImpl.html | 361 ++++++++++++++ .../sca/domain/manager/impl/DomainManagerUtil.html | 226 +++++++++ .../domain/manager/impl/FileCollectionImpl.html | 486 +++++++++++++++++++ .../sca/domain/manager/impl/FileServiceImpl.html | 364 ++++++++++++++ .../manager/impl/NodeConfigurationServiceImpl.html | 316 ++++++++++++ .../impl/NodeProcessCollectionFacadeImpl.html | 501 +++++++++++++++++++ .../domain/manager/impl/QuickStartServiceImpl.html | 395 +++++++++++++++ .../sca/domain/manager/impl/package-frame.html | 71 +++ .../sca/domain/manager/impl/package-summary.html | 226 +++++++++ .../sca/domain/manager/impl/package-tree.html | 177 +++++++ 19 files changed, 6749 insertions(+) create mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/CompositeConfigurationCollectionImpl.html create mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/CompositeConfigurationServiceImpl.html create mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/CompositeGeneratorServiceImpl.html create mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/ContributionCollectionImpl.html create mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/ContributionServiceImpl.html create mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/DeployableCompositeCollectionImpl.html create mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/DeployableCompositeServiceImpl.html create mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/DeployedCompositeCollectionImpl.html create mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/DomainManagerConfiguration.html create mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/DomainManagerConfigurationImpl.html create mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/DomainManagerUtil.html create mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/FileCollectionImpl.html create mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/FileServiceImpl.html create mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/NodeConfigurationServiceImpl.html create mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/NodeProcessCollectionFacadeImpl.html create mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/QuickStartServiceImpl.html create mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/package-frame.html create mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/package-summary.html create mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/package-tree.html (limited to 'site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl') diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/CompositeConfigurationCollectionImpl.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/CompositeConfigurationCollectionImpl.html new file mode 100644 index 0000000000..09144f918a --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/CompositeConfigurationCollectionImpl.html @@ -0,0 +1,483 @@ + + + + + + +CompositeConfigurationCollectionImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.domain.manager.impl +
+Class CompositeConfigurationCollectionImpl

+
+java.lang.Object
+  extended by org.apache.tuscany.sca.domain.manager.impl.CompositeConfigurationCollectionImpl
+
+
+
All Implemented Interfaces:
Collection<java.lang.String,Item>, ItemCollection, LocalItemCollection
+
+
+
+
public class CompositeConfigurationCollectionImpl
extends java.lang.Object
implements ItemCollection, LocalItemCollection
+ + +

+Implementation of a component that returns composite configuration collections. +

+ +

+


+ +

+ + + + + + + + + + + + + + + +
+Field Summary
+ LocalItemCollectioncloudCollection + +
+           
+ LocalItemCollectioncontributionCollection + +
+           
+  + + + + + + + + + + +
+Constructor Summary
CompositeConfigurationCollectionImpl() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voiddelete(java.lang.String key) + +
+          Delete an item.
+ Itemget(java.lang.String key) + +
+          Retrieves an item.
+ Entry<java.lang.String,Item>[]getAll() + +
+          Get the whole collection.
+ voidinitialize() + +
+          Initialize the component.
+ java.lang.Stringpost(java.lang.String key, + Item item) + +
+          Creates a new item.
+ voidput(java.lang.String key, + Item item) + +
+          Updates an item.
+ Entry<java.lang.String,Item>[]query(java.lang.String queryString) + +
+          Returns a collection resulting from a query.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+contributionCollection

+
+public LocalItemCollection contributionCollection
+
+
+
+
+
+ +

+cloudCollection

+
+public LocalItemCollection cloudCollection
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+CompositeConfigurationCollectionImpl

+
+public CompositeConfigurationCollectionImpl()
+
+
+ + + + + + + + +
+Method Detail
+ +

+initialize

+
+public void initialize()
+
+
Initialize the component. +

+

+
+
+
+
+
+
+
+ +

+getAll

+
+public Entry<java.lang.String,Item>[] getAll()
+
+
Description copied from interface: Collection
+
Get the whole collection. +

+

+
Specified by:
getAll in interface Collection<java.lang.String,Item>
+
+
+ +
Returns:
the whole collection.
+
+
+
+ +

+get

+
+public Item get(java.lang.String key)
+         throws NotFoundException
+
+
Description copied from interface: Collection
+
Retrieves an item. +

+

+
Specified by:
get in interface Collection<java.lang.String,Item>
+
+
+ +
Returns:
+
Throws: +
NotFoundException
+
+
+
+ +

+post

+
+public java.lang.String post(java.lang.String key,
+                             Item item)
+
+
Description copied from interface: Collection
+
Creates a new item. +

+

+
Specified by:
post in interface Collection<java.lang.String,Item>
+
+
+ +
Returns:
+
+
+
+ +

+put

+
+public void put(java.lang.String key,
+                Item item)
+         throws NotFoundException
+
+
Description copied from interface: Collection
+
Updates an item. +

+

+
Specified by:
put in interface Collection<java.lang.String,Item>
+
+
+ +
Throws: +
NotFoundException
+
+
+
+ +

+delete

+
+public void delete(java.lang.String key)
+            throws NotFoundException
+
+
Description copied from interface: Collection
+
Delete an item. +

+

+
Specified by:
delete in interface Collection<java.lang.String,Item>
+
+
+ +
Throws: +
NotFoundException
+
+
+
+ +

+query

+
+public Entry<java.lang.String,Item>[] query(java.lang.String queryString)
+
+
Description copied from interface: Collection
+
Returns a collection resulting from a query. +

+

+
Specified by:
query in interface Collection<java.lang.String,Item>
+
+
+ +
Returns:
the collection.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/CompositeConfigurationServiceImpl.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/CompositeConfigurationServiceImpl.html new file mode 100644 index 0000000000..c3a79c3acd --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/CompositeConfigurationServiceImpl.html @@ -0,0 +1,376 @@ + + + + + + +CompositeConfigurationServiceImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.domain.manager.impl +
+Class CompositeConfigurationServiceImpl

+
+java.lang.Object
+  extended by HttpServlet
+      extended by org.apache.tuscany.sca.domain.manager.impl.CompositeConfigurationServiceImpl
+
+
+
+
public class CompositeConfigurationServiceImpl
extends HttpServlet
+ + +

+Implementation of a service that returns a fully configured composite. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+ LocalItemCollectioncloudCollection + +
+           
+ LocalItemCollectioncontributionCollection + +
+           
+ LocalItemCollectiondomainCompositeCollection + +
+           
+ DomainManagerConfigurationdomainManagerConfiguration + +
+           
+  + + + + + + + + + + +
+Constructor Summary
CompositeConfigurationServiceImpl() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+protected  voiddoGet(HttpServletRequest request, + HttpServletResponse response) + +
+           
+ voidinitialize() + +
+          Initialize the component.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+contributionCollection

+
+public LocalItemCollection contributionCollection
+
+
+
+
+
+ +

+domainCompositeCollection

+
+public LocalItemCollection domainCompositeCollection
+
+
+
+
+
+ +

+domainManagerConfiguration

+
+public DomainManagerConfiguration domainManagerConfiguration
+
+
+
+
+
+ +

+cloudCollection

+
+public LocalItemCollection cloudCollection
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+CompositeConfigurationServiceImpl

+
+public CompositeConfigurationServiceImpl()
+
+
+ + + + + + + + +
+Method Detail
+ +

+initialize

+
+public void initialize()
+                throws javax.xml.parsers.ParserConfigurationException
+
+
Initialize the component. +

+

+ +
Throws: +
javax.xml.parsers.ParserConfigurationException
+
+
+
+ +

+doGet

+
+protected void doGet(HttpServletRequest request,
+                     HttpServletResponse response)
+              throws ServletException,
+                     java.io.IOException
+
+
+ +
Throws: +
ServletException +
java.io.IOException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/CompositeGeneratorServiceImpl.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/CompositeGeneratorServiceImpl.html new file mode 100644 index 0000000000..934f059a28 --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/CompositeGeneratorServiceImpl.html @@ -0,0 +1,340 @@ + + + + + + +CompositeGeneratorServiceImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.domain.manager.impl +
+Class CompositeGeneratorServiceImpl

+
+java.lang.Object
+  extended by HttpServlet
+      extended by org.apache.tuscany.sca.domain.manager.impl.CompositeGeneratorServiceImpl
+
+
+
+
public class CompositeGeneratorServiceImpl
extends HttpServlet
+ + +

+Implementation of a service that generates a composite from a composite model. +

+ +

+


+ +

+ + + + + + + + + + + + + + + +
+Field Summary
+ LocalItemCollectioncontributionCollection + +
+           
+ DomainManagerConfigurationdomainManagerConfiguration + +
+           
+  + + + + + + + + + + +
+Constructor Summary
CompositeGeneratorServiceImpl() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+protected  voiddoGet(HttpServletRequest request, + HttpServletResponse response) + +
+           
+ voidinitialize() + +
+          Initialize the component.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+contributionCollection

+
+public LocalItemCollection contributionCollection
+
+
+
+
+
+ +

+domainManagerConfiguration

+
+public DomainManagerConfiguration domainManagerConfiguration
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+CompositeGeneratorServiceImpl

+
+public CompositeGeneratorServiceImpl()
+
+
+ + + + + + + + +
+Method Detail
+ +

+initialize

+
+public void initialize()
+                throws javax.xml.parsers.ParserConfigurationException
+
+
Initialize the component. +

+

+ +
Throws: +
javax.xml.parsers.ParserConfigurationException
+
+
+
+ +

+doGet

+
+protected void doGet(HttpServletRequest request,
+                     HttpServletResponse response)
+              throws ServletException,
+                     java.io.IOException
+
+
+ +
Throws: +
ServletException +
java.io.IOException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/ContributionCollectionImpl.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/ContributionCollectionImpl.html new file mode 100644 index 0000000000..776123ca76 --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/ContributionCollectionImpl.html @@ -0,0 +1,504 @@ + + + + + + +ContributionCollectionImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.domain.manager.impl +
+Class ContributionCollectionImpl

+
+java.lang.Object
+  extended by org.apache.tuscany.sca.domain.manager.impl.ContributionCollectionImpl
+
+
+
All Implemented Interfaces:
Collection<java.lang.String,Item>, ItemCollection, LocalItemCollection
+
+
+
+
public class ContributionCollectionImpl
extends java.lang.Object
implements ItemCollection, LocalItemCollection
+ + +

+Implementation of a contribution collection service component. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + +
+Field Summary
+ java.lang.StringdeploymentContributionDirectory + +
+           
+ DomainManagerConfigurationdomainManagerConfiguration + +
+           
+ java.lang.StringworkspaceFile + +
+           
+  + + + + + + + + + + +
+Constructor Summary
ContributionCollectionImpl() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voiddelete(java.lang.String key) + +
+          Delete an item.
+ Itemget(java.lang.String key) + +
+          Retrieves an item.
+ Entry<java.lang.String,Item>[]getAll() + +
+          Get the whole collection.
+ voidinitialize() + +
+          Initialize the component.
+ java.lang.Stringpost(java.lang.String key, + Item item) + +
+          Creates a new item.
+ voidput(java.lang.String key, + Item item) + +
+          Updates an item.
+ Entry<java.lang.String,Item>[]query(java.lang.String queryString) + +
+          Returns a collection resulting from a query.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+workspaceFile

+
+public java.lang.String workspaceFile
+
+
+
+
+
+ +

+deploymentContributionDirectory

+
+public java.lang.String deploymentContributionDirectory
+
+
+
+
+
+ +

+domainManagerConfiguration

+
+public DomainManagerConfiguration domainManagerConfiguration
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+ContributionCollectionImpl

+
+public ContributionCollectionImpl()
+
+
+ + + + + + + + +
+Method Detail
+ +

+initialize

+
+public void initialize()
+                throws javax.xml.parsers.ParserConfigurationException
+
+
Initialize the component. +

+

+
+
+
+ +
Throws: +
javax.xml.parsers.ParserConfigurationException
+
+
+
+ +

+getAll

+
+public Entry<java.lang.String,Item>[] getAll()
+
+
Description copied from interface: Collection
+
Get the whole collection. +

+

+
Specified by:
getAll in interface Collection<java.lang.String,Item>
+
+
+ +
Returns:
the whole collection.
+
+
+
+ +

+get

+
+public Item get(java.lang.String key)
+         throws NotFoundException
+
+
Description copied from interface: Collection
+
Retrieves an item. +

+

+
Specified by:
get in interface Collection<java.lang.String,Item>
+
+
+ +
Returns:
+
Throws: +
NotFoundException
+
+
+
+ +

+post

+
+public java.lang.String post(java.lang.String key,
+                             Item item)
+
+
Description copied from interface: Collection
+
Creates a new item. +

+

+
Specified by:
post in interface Collection<java.lang.String,Item>
+
+
+ +
Returns:
+
+
+
+ +

+put

+
+public void put(java.lang.String key,
+                Item item)
+         throws NotFoundException
+
+
Description copied from interface: Collection
+
Updates an item. +

+

+
Specified by:
put in interface Collection<java.lang.String,Item>
+
+
+ +
Throws: +
NotFoundException
+
+
+
+ +

+delete

+
+public void delete(java.lang.String key)
+            throws NotFoundException
+
+
Description copied from interface: Collection
+
Delete an item. +

+

+
Specified by:
delete in interface Collection<java.lang.String,Item>
+
+
+ +
Throws: +
NotFoundException
+
+
+
+ +

+query

+
+public Entry<java.lang.String,Item>[] query(java.lang.String queryString)
+
+
Description copied from interface: Collection
+
Returns a collection resulting from a query. +

+

+
Specified by:
query in interface Collection<java.lang.String,Item>
+
+
+ +
Returns:
the collection.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/ContributionServiceImpl.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/ContributionServiceImpl.html new file mode 100644 index 0000000000..4656e87115 --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/ContributionServiceImpl.html @@ -0,0 +1,298 @@ + + + + + + +ContributionServiceImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.domain.manager.impl +
+Class ContributionServiceImpl

+
+java.lang.Object
+  extended by HttpServlet
+      extended by org.apache.tuscany.sca.domain.manager.impl.ContributionServiceImpl
+
+
+
+
public class ContributionServiceImpl
extends HttpServlet
+ + +

+Implementation of a contribution collection service component. +

+ +

+


+ +

+ + + + + + + + + + + +
+Field Summary
+ LocalItemCollectioncontributionCollection + +
+           
+  + + + + + + + + + + +
+Constructor Summary
ContributionServiceImpl() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+protected  voiddoGet(HttpServletRequest request, + HttpServletResponse response) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+contributionCollection

+
+public LocalItemCollection contributionCollection
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+ContributionServiceImpl

+
+public ContributionServiceImpl()
+
+
+ + + + + + + + +
+Method Detail
+ +

+doGet

+
+protected void doGet(HttpServletRequest request,
+                     HttpServletResponse response)
+              throws ServletException,
+                     java.io.IOException
+
+
+ +
Throws: +
ServletException +
java.io.IOException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/DeployableCompositeCollectionImpl.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/DeployableCompositeCollectionImpl.html new file mode 100644 index 0000000000..e5e25e4ec1 --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/DeployableCompositeCollectionImpl.html @@ -0,0 +1,486 @@ + + + + + + +DeployableCompositeCollectionImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.domain.manager.impl +
+Class DeployableCompositeCollectionImpl

+
+java.lang.Object
+  extended by org.apache.tuscany.sca.domain.manager.impl.DeployableCompositeCollectionImpl
+
+
+
All Implemented Interfaces:
Collection<java.lang.String,Item>, ItemCollection, LocalItemCollection
+
+
+
+
public class DeployableCompositeCollectionImpl
extends java.lang.Object
implements ItemCollection, LocalItemCollection
+ + +

+Implementation of a deployable composite collection service. +

+ +

+


+ +

+ + + + + + + + + + + + + + + +
+Field Summary
+ LocalItemCollectioncontributionCollection + +
+           
+ DomainManagerConfigurationdomainManagerConfiguration + +
+           
+  + + + + + + + + + + +
+Constructor Summary
DeployableCompositeCollectionImpl() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voiddelete(java.lang.String key) + +
+          Delete an item.
+ Itemget(java.lang.String key) + +
+          Retrieves an item.
+ Entry<java.lang.String,Item>[]getAll() + +
+          Get the whole collection.
+ voidinitialize() + +
+          Initialize the component.
+ java.lang.Stringpost(java.lang.String key, + Item item) + +
+          Creates a new item.
+ voidput(java.lang.String key, + Item item) + +
+          Updates an item.
+ Entry<java.lang.String,Item>[]query(java.lang.String queryString) + +
+          Returns a collection resulting from a query.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+contributionCollection

+
+public LocalItemCollection contributionCollection
+
+
+
+
+
+ +

+domainManagerConfiguration

+
+public DomainManagerConfiguration domainManagerConfiguration
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+DeployableCompositeCollectionImpl

+
+public DeployableCompositeCollectionImpl()
+
+
+ + + + + + + + +
+Method Detail
+ +

+initialize

+
+public void initialize()
+                throws javax.xml.parsers.ParserConfigurationException
+
+
Initialize the component. +

+

+
+
+
+ +
Throws: +
javax.xml.parsers.ParserConfigurationException
+
+
+
+ +

+getAll

+
+public Entry<java.lang.String,Item>[] getAll()
+
+
Description copied from interface: Collection
+
Get the whole collection. +

+

+
Specified by:
getAll in interface Collection<java.lang.String,Item>
+
+
+ +
Returns:
the whole collection.
+
+
+
+ +

+get

+
+public Item get(java.lang.String key)
+         throws NotFoundException
+
+
Description copied from interface: Collection
+
Retrieves an item. +

+

+
Specified by:
get in interface Collection<java.lang.String,Item>
+
+
+ +
Returns:
+
Throws: +
NotFoundException
+
+
+
+ +

+post

+
+public java.lang.String post(java.lang.String key,
+                             Item item)
+
+
Description copied from interface: Collection
+
Creates a new item. +

+

+
Specified by:
post in interface Collection<java.lang.String,Item>
+
+
+ +
Returns:
+
+
+
+ +

+put

+
+public void put(java.lang.String key,
+                Item item)
+         throws NotFoundException
+
+
Description copied from interface: Collection
+
Updates an item. +

+

+
Specified by:
put in interface Collection<java.lang.String,Item>
+
+
+ +
Throws: +
NotFoundException
+
+
+
+ +

+delete

+
+public void delete(java.lang.String key)
+            throws NotFoundException
+
+
Description copied from interface: Collection
+
Delete an item. +

+

+
Specified by:
delete in interface Collection<java.lang.String,Item>
+
+
+ +
Throws: +
NotFoundException
+
+
+
+ +

+query

+
+public Entry<java.lang.String,Item>[] query(java.lang.String queryString)
+
+
Description copied from interface: Collection
+
Returns a collection resulting from a query. +

+

+
Specified by:
query in interface Collection<java.lang.String,Item>
+
+
+ +
Returns:
the collection.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/DeployableCompositeServiceImpl.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/DeployableCompositeServiceImpl.html new file mode 100644 index 0000000000..1a266133d0 --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/DeployableCompositeServiceImpl.html @@ -0,0 +1,340 @@ + + + + + + +DeployableCompositeServiceImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.domain.manager.impl +
+Class DeployableCompositeServiceImpl

+
+java.lang.Object
+  extended by HttpServlet
+      extended by org.apache.tuscany.sca.domain.manager.impl.DeployableCompositeServiceImpl
+
+
+
+
public class DeployableCompositeServiceImpl
extends HttpServlet
+ + +

+Implementation of a service that returns the source of a deployable composite. +

+ +

+


+ +

+ + + + + + + + + + + + + + + +
+Field Summary
+ LocalItemCollectiondeployableCollection + +
+           
+ DomainManagerConfigurationdomainManagerConfiguration + +
+           
+  + + + + + + + + + + +
+Constructor Summary
DeployableCompositeServiceImpl() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+protected  voiddoGet(HttpServletRequest request, + HttpServletResponse response) + +
+           
+ voidinitialize() + +
+          Initialize the component.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+domainManagerConfiguration

+
+public DomainManagerConfiguration domainManagerConfiguration
+
+
+
+
+
+ +

+deployableCollection

+
+public LocalItemCollection deployableCollection
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+DeployableCompositeServiceImpl

+
+public DeployableCompositeServiceImpl()
+
+
+ + + + + + + + +
+Method Detail
+ +

+initialize

+
+public void initialize()
+                throws javax.xml.parsers.ParserConfigurationException
+
+
Initialize the component. +

+

+ +
Throws: +
javax.xml.parsers.ParserConfigurationException
+
+
+
+ +

+doGet

+
+protected void doGet(HttpServletRequest request,
+                     HttpServletResponse response)
+              throws ServletException,
+                     java.io.IOException
+
+
+ +
Throws: +
ServletException +
java.io.IOException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/DeployedCompositeCollectionImpl.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/DeployedCompositeCollectionImpl.html new file mode 100644 index 0000000000..af42739d01 --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/DeployedCompositeCollectionImpl.html @@ -0,0 +1,540 @@ + + + + + + +DeployedCompositeCollectionImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.domain.manager.impl +
+Class DeployedCompositeCollectionImpl

+
+java.lang.Object
+  extended by org.apache.tuscany.sca.domain.manager.impl.DeployedCompositeCollectionImpl
+
+
+
All Implemented Interfaces:
Collection<java.lang.String,Item>, ItemCollection, LocalItemCollection
+
+
+
+
public class DeployedCompositeCollectionImpl
extends java.lang.Object
implements ItemCollection, LocalItemCollection
+ + +

+Implementation of a composite collection service. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+ java.lang.StringcompositeFile + +
+           
+ LocalItemCollectiondeployableCollection + +
+           
+ java.lang.StringdeploymentContributionDirectory + +
+           
+ DomainManagerConfigurationdomainManagerConfiguration + +
+           
+ LocalItemCollectionprocessCollection + +
+           
+  + + + + + + + + + + +
+Constructor Summary
DeployedCompositeCollectionImpl() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voiddelete(java.lang.String key) + +
+          Delete an item.
+ Itemget(java.lang.String key) + +
+          Retrieves an item.
+ Entry<java.lang.String,Item>[]getAll() + +
+          Get the whole collection.
+ voidinitialize() + +
+          Initialize the component.
+ java.lang.Stringpost(java.lang.String key, + Item item) + +
+          Creates a new item.
+ voidput(java.lang.String key, + Item item) + +
+          Updates an item.
+ Entry<java.lang.String,Item>[]query(java.lang.String queryString) + +
+          Returns a collection resulting from a query.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+compositeFile

+
+public java.lang.String compositeFile
+
+
+
+
+
+ +

+deploymentContributionDirectory

+
+public java.lang.String deploymentContributionDirectory
+
+
+
+
+
+ +

+deployableCollection

+
+public LocalItemCollection deployableCollection
+
+
+
+
+
+ +

+processCollection

+
+public LocalItemCollection processCollection
+
+
+
+
+
+ +

+domainManagerConfiguration

+
+public DomainManagerConfiguration domainManagerConfiguration
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+DeployedCompositeCollectionImpl

+
+public DeployedCompositeCollectionImpl()
+
+
+ + + + + + + + +
+Method Detail
+ +

+initialize

+
+public void initialize()
+                throws javax.xml.parsers.ParserConfigurationException
+
+
Initialize the component. +

+

+
+
+
+ +
Throws: +
javax.xml.parsers.ParserConfigurationException
+
+
+
+ +

+getAll

+
+public Entry<java.lang.String,Item>[] getAll()
+
+
Description copied from interface: Collection
+
Get the whole collection. +

+

+
Specified by:
getAll in interface Collection<java.lang.String,Item>
+
+
+ +
Returns:
the whole collection.
+
+
+
+ +

+get

+
+public Item get(java.lang.String key)
+         throws NotFoundException
+
+
Description copied from interface: Collection
+
Retrieves an item. +

+

+
Specified by:
get in interface Collection<java.lang.String,Item>
+
+
+ +
Returns:
+
Throws: +
NotFoundException
+
+
+
+ +

+post

+
+public java.lang.String post(java.lang.String key,
+                             Item item)
+
+
Description copied from interface: Collection
+
Creates a new item. +

+

+
Specified by:
post in interface Collection<java.lang.String,Item>
+
+
+ +
Returns:
+
+
+
+ +

+put

+
+public void put(java.lang.String key,
+                Item item)
+         throws NotFoundException
+
+
Description copied from interface: Collection
+
Updates an item. +

+

+
Specified by:
put in interface Collection<java.lang.String,Item>
+
+
+ +
Throws: +
NotFoundException
+
+
+
+ +

+delete

+
+public void delete(java.lang.String key)
+            throws NotFoundException
+
+
Description copied from interface: Collection
+
Delete an item. +

+

+
Specified by:
delete in interface Collection<java.lang.String,Item>
+
+
+ +
Throws: +
NotFoundException
+
+
+
+ +

+query

+
+public Entry<java.lang.String,Item>[] query(java.lang.String queryString)
+
+
Description copied from interface: Collection
+
Returns a collection resulting from a query. +

+

+
Specified by:
query in interface Collection<java.lang.String,Item>
+
+
+ +
Returns:
the collection.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/DomainManagerConfiguration.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/DomainManagerConfiguration.html new file mode 100644 index 0000000000..2794be4f18 --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/DomainManagerConfiguration.html @@ -0,0 +1,259 @@ + + + + + + +DomainManagerConfiguration + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.domain.manager.impl +
+Interface DomainManagerConfiguration

+
+
All Known Implementing Classes:
DomainManagerConfigurationImpl
+
+
+
+
public interface DomainManagerConfiguration
+ + +

+Domain manager configuration service interface. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ ExtensionPointRegistrygetExtensionPoints() + +
+          Returns the extension point registry used in the + domain manager.
+ java.lang.StringgetRootDirectory() + +
+          Returns the domain manager root directory.
+ voidsetRootDirectory(java.lang.String rootDirectory) + +
+          Sets the domain manager root directory.
+  +

+ + + + + + + + +
+Method Detail
+ +

+setRootDirectory

+
+void setRootDirectory(java.lang.String rootDirectory)
+
+
Sets the domain manager root directory. +

+

+
Parameters:
rootDirectory -
+
+
+
+ +

+getRootDirectory

+
+java.lang.String getRootDirectory()
+
+
Returns the domain manager root directory. +

+

+ +
Returns:
the domain manager root directory
+
+
+
+ +

+getExtensionPoints

+
+ExtensionPointRegistry getExtensionPoints()
+
+
Returns the extension point registry used in the + domain manager. +

+

+ +
Returns:
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/DomainManagerConfigurationImpl.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/DomainManagerConfigurationImpl.html new file mode 100644 index 0000000000..1f999fa1f7 --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/DomainManagerConfigurationImpl.html @@ -0,0 +1,361 @@ + + + + + + +DomainManagerConfigurationImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.domain.manager.impl +
+Class DomainManagerConfigurationImpl

+
+java.lang.Object
+  extended by org.apache.tuscany.sca.domain.manager.impl.DomainManagerConfigurationImpl
+
+
+
All Implemented Interfaces:
DomainManagerConfiguration
+
+
+
+
public class DomainManagerConfigurationImpl
extends java.lang.Object
implements DomainManagerConfiguration
+ + +

+Implementation of a domain manager configuration component. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
DomainManagerConfigurationImpl() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voiddestroy() + +
+           
+ ExtensionPointRegistrygetExtensionPoints() + +
+          Returns the extension point registry used in the + domain manager.
+ java.lang.StringgetRootDirectory() + +
+          Returns the domain manager root directory.
+ voidinitialize() + +
+           
+ voidsetRootDirectory(java.lang.String rootDirectory) + +
+          Sets the domain manager root directory.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+DomainManagerConfigurationImpl

+
+public DomainManagerConfigurationImpl()
+
+
+ + + + + + + + +
+Method Detail
+ +

+initialize

+
+public void initialize()
+
+
+
+
+
+
+
+
+
+ +

+destroy

+
+public void destroy()
+
+
+
+
+
+
+
+
+
+ +

+getRootDirectory

+
+public java.lang.String getRootDirectory()
+
+
Description copied from interface: DomainManagerConfiguration
+
Returns the domain manager root directory. +

+

+
Specified by:
getRootDirectory in interface DomainManagerConfiguration
+
+
+ +
Returns:
the domain manager root directory
+
+
+
+ +

+setRootDirectory

+
+public void setRootDirectory(java.lang.String rootDirectory)
+
+
Description copied from interface: DomainManagerConfiguration
+
Sets the domain manager root directory. +

+

+
Specified by:
setRootDirectory in interface DomainManagerConfiguration
+
+
+
+
+
+
+ +

+getExtensionPoints

+
+public ExtensionPointRegistry getExtensionPoints()
+
+
Description copied from interface: DomainManagerConfiguration
+
Returns the extension point registry used in the + domain manager. +

+

+
Specified by:
getExtensionPoints in interface DomainManagerConfiguration
+
+
+ +
Returns:
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/DomainManagerUtil.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/DomainManagerUtil.html new file mode 100644 index 0000000000..4745c8eeb3 --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/DomainManagerUtil.html @@ -0,0 +1,226 @@ + + + + + + +DomainManagerUtil + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.domain.manager.impl +
+Class DomainManagerUtil

+
+java.lang.Object
+  extended by org.apache.tuscany.sca.domain.manager.impl.DomainManagerUtil
+
+
+
+
public final class DomainManagerUtil
extends java.lang.Object
+ + +

+Common functions and constants used by the admin components. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
DomainManagerUtil() + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+DomainManagerUtil

+
+public DomainManagerUtil()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/FileCollectionImpl.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/FileCollectionImpl.html new file mode 100644 index 0000000000..d2085342a3 --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/FileCollectionImpl.html @@ -0,0 +1,486 @@ + + + + + + +FileCollectionImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.domain.manager.impl +
+Class FileCollectionImpl

+
+java.lang.Object
+  extended by org.apache.tuscany.sca.domain.manager.impl.FileCollectionImpl
+
+
+
All Implemented Interfaces:
Collection<java.lang.String,Item>, ItemCollection
+
+
+
+
public class FileCollectionImpl
extends java.lang.Object
implements ItemCollection
+ + +

+Implementation of a file collection service component. +

+ +

+


+ +

+ + + + + + + + + + + + + + + +
+Field Summary
+ java.lang.StringdirectoryName + +
+           
+ DomainManagerConfigurationdomainManagerConfiguration + +
+           
+  + + + + + + + + + + +
+Constructor Summary
FileCollectionImpl() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voiddelete(java.lang.String key) + +
+          Delete an item.
+ Itemget(java.lang.String key) + +
+          Retrieves an item.
+ Entry<java.lang.String,Item>[]getAll() + +
+          Get the whole collection.
+ voidinitialize() + +
+          Initialize the component.
+ java.lang.Stringpost(java.lang.String key, + Item item) + +
+          Creates a new item.
+ voidput(java.lang.String key, + Item item) + +
+          Updates an item.
+ Entry<java.lang.String,Item>[]query(java.lang.String queryString) + +
+          Returns a collection resulting from a query.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+directoryName

+
+public java.lang.String directoryName
+
+
+
+
+
+ +

+domainManagerConfiguration

+
+public DomainManagerConfiguration domainManagerConfiguration
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+FileCollectionImpl

+
+public FileCollectionImpl()
+
+
+ + + + + + + + +
+Method Detail
+ +

+initialize

+
+public void initialize()
+                throws java.io.IOException
+
+
Initialize the component. +

+

+
+
+
+ +
Throws: +
java.io.IOException
+
+
+
+ +

+getAll

+
+public Entry<java.lang.String,Item>[] getAll()
+
+
Description copied from interface: Collection
+
Get the whole collection. +

+

+
Specified by:
getAll in interface Collection<java.lang.String,Item>
+
+
+ +
Returns:
the whole collection.
+
+
+
+ +

+get

+
+public Item get(java.lang.String key)
+         throws NotFoundException
+
+
Description copied from interface: Collection
+
Retrieves an item. +

+

+
Specified by:
get in interface Collection<java.lang.String,Item>
+
+
+ +
Returns:
+
Throws: +
NotFoundException
+
+
+
+ +

+post

+
+public java.lang.String post(java.lang.String key,
+                             Item item)
+
+
Description copied from interface: Collection
+
Creates a new item. +

+

+
Specified by:
post in interface Collection<java.lang.String,Item>
+
+
+ +
Returns:
+
+
+
+ +

+put

+
+public void put(java.lang.String key,
+                Item item)
+         throws NotFoundException
+
+
Description copied from interface: Collection
+
Updates an item. +

+

+
Specified by:
put in interface Collection<java.lang.String,Item>
+
+
+ +
Throws: +
NotFoundException
+
+
+
+ +

+delete

+
+public void delete(java.lang.String key)
+            throws NotFoundException
+
+
Description copied from interface: Collection
+
Delete an item. +

+

+
Specified by:
delete in interface Collection<java.lang.String,Item>
+
+
+ +
Throws: +
NotFoundException
+
+
+
+ +

+query

+
+public Entry<java.lang.String,Item>[] query(java.lang.String queryString)
+
+
Description copied from interface: Collection
+
Returns a collection resulting from a query. +

+

+
Specified by:
query in interface Collection<java.lang.String,Item>
+
+
+ +
Returns:
the collection.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/FileServiceImpl.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/FileServiceImpl.html new file mode 100644 index 0000000000..18d190178a --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/FileServiceImpl.html @@ -0,0 +1,364 @@ + + + + + + +FileServiceImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.domain.manager.impl +
+Class FileServiceImpl

+
+java.lang.Object
+  extended by HttpServlet
+      extended by org.apache.tuscany.sca.domain.manager.impl.FileServiceImpl
+
+
+
+
public class FileServiceImpl
extends HttpServlet
+ + +

+Implementation of a servlet component supporting file upload/download. +

+ +

+


+ +

+ + + + + + + + + + + + + + + +
+Field Summary
+ java.lang.StringdirectoryName + +
+           
+ DomainManagerConfigurationdomainManagerConfiguration + +
+           
+  + + + + + + + + + + +
+Constructor Summary
FileServiceImpl() + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  voiddoGet(HttpServletRequest request, + HttpServletResponse response) + +
+           
+ voiddoPost(HttpServletRequest request, + HttpServletResponse response) + +
+           
+ voidinitialize() + +
+          Initialize the component.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+directoryName

+
+public java.lang.String directoryName
+
+
+
+
+
+ +

+domainManagerConfiguration

+
+public DomainManagerConfiguration domainManagerConfiguration
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+FileServiceImpl

+
+public FileServiceImpl()
+
+
+ + + + + + + + +
+Method Detail
+ +

+initialize

+
+public void initialize()
+                throws java.io.IOException
+
+
Initialize the component. +

+

+ +
Throws: +
java.io.IOException
+
+
+
+ +

+doPost

+
+public void doPost(HttpServletRequest request,
+                   HttpServletResponse response)
+            throws java.io.IOException
+
+
+ +
Throws: +
java.io.IOException
+
+
+
+ +

+doGet

+
+protected void doGet(HttpServletRequest request,
+                     HttpServletResponse response)
+              throws ServletException,
+                     java.io.IOException
+
+
+ +
Throws: +
ServletException +
java.io.IOException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/NodeConfigurationServiceImpl.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/NodeConfigurationServiceImpl.html new file mode 100644 index 0000000000..e36fef715b --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/NodeConfigurationServiceImpl.html @@ -0,0 +1,316 @@ + + + + + + +NodeConfigurationServiceImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.domain.manager.impl +
+Class NodeConfigurationServiceImpl

+
+java.lang.Object
+  extended by HttpServlet
+      extended by org.apache.tuscany.sca.domain.manager.impl.NodeConfigurationServiceImpl
+
+
+
+
public class NodeConfigurationServiceImpl
extends HttpServlet
+ + +

+Implementation of a service that returns a node configuration. +

+ +

+


+ +

+ + + + + + + + + + + + + + + +
+Field Summary
+ LocalItemCollectioncloudCollection + +
+           
+ LocalItemCollectioncontributionCollection + +
+           
+  + + + + + + + + + + +
+Constructor Summary
NodeConfigurationServiceImpl() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+protected  voiddoGet(HttpServletRequest request, + HttpServletResponse response) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+contributionCollection

+
+public LocalItemCollection contributionCollection
+
+
+
+
+
+ +

+cloudCollection

+
+public LocalItemCollection cloudCollection
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+NodeConfigurationServiceImpl

+
+public NodeConfigurationServiceImpl()
+
+
+ + + + + + + + +
+Method Detail
+ +

+doGet

+
+protected void doGet(HttpServletRequest request,
+                     HttpServletResponse response)
+              throws ServletException,
+                     java.io.IOException
+
+
+ +
Throws: +
ServletException +
java.io.IOException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/NodeProcessCollectionFacadeImpl.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/NodeProcessCollectionFacadeImpl.html new file mode 100644 index 0000000000..358f4e6639 --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/NodeProcessCollectionFacadeImpl.html @@ -0,0 +1,501 @@ + + + + + + +NodeProcessCollectionFacadeImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.domain.manager.impl +
+Class NodeProcessCollectionFacadeImpl

+
+java.lang.Object
+  extended by org.apache.tuscany.sca.domain.manager.impl.NodeProcessCollectionFacadeImpl
+
+
+
All Implemented Interfaces:
Collection<java.lang.String,Item>, ItemCollection, LocalItemCollection
+
+
+
+
public class NodeProcessCollectionFacadeImpl
extends java.lang.Object
implements ItemCollection, LocalItemCollection
+ + +

+Implementation of a node process collection service. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + +
+Field Summary
+ LocalItemCollectioncloudCollection + +
+           
+ DomainManagerConfigurationdomainManagerConfiguration + +
+           
+ ItemCollectionprocessCollection + +
+           
+  + + + + + + + + + + +
+Constructor Summary
NodeProcessCollectionFacadeImpl() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voiddelete(java.lang.String key) + +
+          Delete an item.
+ Itemget(java.lang.String key) + +
+          Retrieves an item.
+ Entry<java.lang.String,Item>[]getAll() + +
+          Get the whole collection.
+ voidinitialize() + +
+          Initialize the component.
+ java.lang.Stringpost(java.lang.String key, + Item item) + +
+          Creates a new item.
+ voidput(java.lang.String key, + Item item) + +
+          Updates an item.
+ Entry<java.lang.String,Item>[]query(java.lang.String queryString) + +
+          Returns a collection resulting from a query.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+cloudCollection

+
+public LocalItemCollection cloudCollection
+
+
+
+
+
+ +

+processCollection

+
+public ItemCollection processCollection
+
+
+
+
+
+ +

+domainManagerConfiguration

+
+public DomainManagerConfiguration domainManagerConfiguration
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+NodeProcessCollectionFacadeImpl

+
+public NodeProcessCollectionFacadeImpl()
+
+
+ + + + + + + + +
+Method Detail
+ +

+initialize

+
+public void initialize()
+
+
Initialize the component. +

+

+
+
+
+
+
+
+
+ +

+getAll

+
+public Entry<java.lang.String,Item>[] getAll()
+
+
Description copied from interface: Collection
+
Get the whole collection. +

+

+
Specified by:
getAll in interface Collection<java.lang.String,Item>
+
+
+ +
Returns:
the whole collection.
+
+
+
+ +

+get

+
+public Item get(java.lang.String key)
+         throws NotFoundException
+
+
Description copied from interface: Collection
+
Retrieves an item. +

+

+
Specified by:
get in interface Collection<java.lang.String,Item>
+
+
+ +
Returns:
+
Throws: +
NotFoundException
+
+
+
+ +

+post

+
+public java.lang.String post(java.lang.String key,
+                             Item item)
+
+
Description copied from interface: Collection
+
Creates a new item. +

+

+
Specified by:
post in interface Collection<java.lang.String,Item>
+
+
+ +
Returns:
+
+
+
+ +

+put

+
+public void put(java.lang.String key,
+                Item item)
+         throws NotFoundException
+
+
Description copied from interface: Collection
+
Updates an item. +

+

+
Specified by:
put in interface Collection<java.lang.String,Item>
+
+
+ +
Throws: +
NotFoundException
+
+
+
+ +

+delete

+
+public void delete(java.lang.String key)
+            throws NotFoundException
+
+
Description copied from interface: Collection
+
Delete an item. +

+

+
Specified by:
delete in interface Collection<java.lang.String,Item>
+
+
+ +
Throws: +
NotFoundException
+
+
+
+ +

+query

+
+public Entry<java.lang.String,Item>[] query(java.lang.String queryString)
+
+
Description copied from interface: Collection
+
Returns a collection resulting from a query. +

+

+
Specified by:
query in interface Collection<java.lang.String,Item>
+
+
+ +
Returns:
the collection.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/QuickStartServiceImpl.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/QuickStartServiceImpl.html new file mode 100644 index 0000000000..40f77635af --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/QuickStartServiceImpl.html @@ -0,0 +1,395 @@ + + + + + + +QuickStartServiceImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.domain.manager.impl +
+Class QuickStartServiceImpl

+
+java.lang.Object
+  extended by HttpServlet
+      extended by org.apache.tuscany.sca.domain.manager.impl.QuickStartServiceImpl
+
+
+
+
public class QuickStartServiceImpl
extends HttpServlet
+ + +

+Implementation of a component that provides a quick start path for a + composite in a contribution. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+ LocalItemCollectioncloudCollection + +
+           
+ LocalItemCollectioncontributionCollection + +
+           
+ LocalItemCollectiondeployableCollection + +
+           
+ LocalItemCollectiondomainCompositeCollection + +
+           
+ LocalItemCollectionprocessCollection + +
+           
+  + + + + + + + + + + +
+Constructor Summary
QuickStartServiceImpl() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+protected  voiddoGet(HttpServletRequest request, + HttpServletResponse response) + +
+           
+ voidinitialize() + +
+          Initialize the component.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+contributionCollection

+
+public LocalItemCollection contributionCollection
+
+
+
+
+
+ +

+deployableCollection

+
+public LocalItemCollection deployableCollection
+
+
+
+
+
+ +

+domainCompositeCollection

+
+public LocalItemCollection domainCompositeCollection
+
+
+
+
+
+ +

+cloudCollection

+
+public LocalItemCollection cloudCollection
+
+
+
+
+
+ +

+processCollection

+
+public LocalItemCollection processCollection
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+QuickStartServiceImpl

+
+public QuickStartServiceImpl()
+
+
+ + + + + + + + +
+Method Detail
+ +

+initialize

+
+public void initialize()
+                throws javax.xml.parsers.ParserConfigurationException
+
+
Initialize the component. +

+

+ +
Throws: +
javax.xml.parsers.ParserConfigurationException
+
+
+
+ +

+doGet

+
+protected void doGet(HttpServletRequest request,
+                     HttpServletResponse response)
+              throws ServletException,
+                     java.io.IOException
+
+
+ +
Throws: +
ServletException +
java.io.IOException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/package-frame.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/package-frame.html new file mode 100644 index 0000000000..3ddb1b1d4f --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/package-frame.html @@ -0,0 +1,71 @@ + + + + + + +org.apache.tuscany.sca.domain.manager.impl + + + + + + + + + + + +org.apache.tuscany.sca.domain.manager.impl + + + + +
+Interfaces  + +
+DomainManagerConfiguration
+ + + + + + +
+Classes  + +
+CompositeConfigurationCollectionImpl +
+CompositeConfigurationServiceImpl +
+CompositeGeneratorServiceImpl +
+ContributionCollectionImpl +
+ContributionServiceImpl +
+DeployableCompositeCollectionImpl +
+DeployableCompositeServiceImpl +
+DeployedCompositeCollectionImpl +
+DomainManagerConfigurationImpl +
+DomainManagerUtil +
+FileCollectionImpl +
+FileServiceImpl +
+NodeConfigurationServiceImpl +
+NodeProcessCollectionFacadeImpl +
+QuickStartServiceImpl
+ + + + diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/package-summary.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/package-summary.html new file mode 100644 index 0000000000..ce0ed6c922 --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/package-summary.html @@ -0,0 +1,226 @@ + + + + + + +org.apache.tuscany.sca.domain.manager.impl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package org.apache.tuscany.sca.domain.manager.impl +

+ + + + + + + + + +
+Interface Summary
DomainManagerConfigurationDomain manager configuration service interface.
+  + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
CompositeConfigurationCollectionImplImplementation of a component that returns composite configuration collections.
CompositeConfigurationServiceImplImplementation of a service that returns a fully configured composite.
CompositeGeneratorServiceImplImplementation of a service that generates a composite from a composite model.
ContributionCollectionImplImplementation of a contribution collection service component.
ContributionServiceImplImplementation of a contribution collection service component.
DeployableCompositeCollectionImplImplementation of a deployable composite collection service.
DeployableCompositeServiceImplImplementation of a service that returns the source of a deployable composite.
DeployedCompositeCollectionImplImplementation of a composite collection service.
DomainManagerConfigurationImplImplementation of a domain manager configuration component.
DomainManagerUtilCommon functions and constants used by the admin components.
FileCollectionImplImplementation of a file collection service component.
FileServiceImplImplementation of a servlet component supporting file upload/download.
NodeConfigurationServiceImplImplementation of a service that returns a node configuration.
NodeProcessCollectionFacadeImplImplementation of a node process collection service.
QuickStartServiceImplImplementation of a component that provides a quick start path for a + composite in a contribution.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/package-tree.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/package-tree.html new file mode 100644 index 0000000000..1b25d7c0d6 --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/domain/manager/impl/package-tree.html @@ -0,0 +1,177 @@ + + + + + + +org.apache.tuscany.sca.domain.manager.impl Class Hierarchy + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package org.apache.tuscany.sca.domain.manager.impl +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Interface Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3