Java Doc for BusinessLifeCycleManagerImpl.java in  » Web-Services » XML-Registry-JAXR » org » apache » ws » scout » registry » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Web Services » XML Registry JAXR » org.apache.ws.scout.registry 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.apache.ws.scout.registry.LifeCycleManagerImpl
      org.apache.ws.scout.registry.BusinessLifeCycleManagerImpl

BusinessLifeCycleManagerImpl
public class BusinessLifeCycleManagerImpl extends LifeCycleManagerImpl implements BusinessLifeCycleManager,Serializable(Code)
Implements JAXR BusinessLifeCycleManager Interface. For futher details, look into the JAXR API Javadoc.
author:
   Anil Saldhana
author:
   Geir Magnusson Jr.



Constructor Summary
public  BusinessLifeCycleManagerImpl(RegistryService registry)
    

Method Summary
public  voidconfirmAssociation(Association assoc)
    
public  BulkResponsedeleteAssociations(Collection<Key> associationKeys)
    
public  BulkResponsedeleteClassificationSchemes(Collection<Key> schemeKeys)
    
public  BulkResponsedeleteConcepts(Collection<Key> conceptKeys)
    
public  BulkResponsedeleteObjects(Collection<Key> keys, String objectType)
     Deletes one or more previously submitted objects from the registry using the object keys and a specified objectType attribute.
protected  BulkResponsedeleteOperation(Collection<Key> keys, String op)
    
public  BulkResponsedeleteOrganizations(Collection<Key> orgkeys)
    
public  BulkResponsedeleteServiceBindings(Collection<Key> bindingKeys)
    
public  BulkResponsedeleteServices(Collection<Key> serviceKeys)
    
protected  XmlObjectexecuteOperation(Object dataarray, String op)
    
public  BulkResponsesaveAssociations(Collection associations, boolean replace)
    
public  BulkResponsesaveClassificationSchemes(Collection schemes)
    
public  BulkResponsesaveConcepts(Collection concepts)
    
public  BulkResponsesaveObjects(Collection col)
     Saves one or more Objects to the registry.
public  BulkResponsesaveOrganizations(Collection organizations)
    
public  BulkResponsesaveServiceBindings(Collection bindings)
    
public  BulkResponsesaveServices(Collection services)
    
public  voidunConfirmAssociation(Association assoc)
    


Constructor Detail
BusinessLifeCycleManagerImpl
public BusinessLifeCycleManagerImpl(RegistryService registry)(Code)




Method Detail
confirmAssociation
public void confirmAssociation(Association assoc) throws JAXRException, InvalidRequestException(Code)



deleteAssociations
public BulkResponse deleteAssociations(Collection<Key> associationKeys) throws JAXRException(Code)



deleteClassificationSchemes
public BulkResponse deleteClassificationSchemes(Collection<Key> schemeKeys) throws JAXRException(Code)



deleteConcepts
public BulkResponse deleteConcepts(Collection<Key> conceptKeys) throws JAXRException(Code)



deleteObjects
public BulkResponse deleteObjects(Collection<Key> keys, String objectType) throws JAXRException(Code)
Deletes one or more previously submitted objects from the registry using the object keys and a specified objectType attribute.
Parameters:
  keys -
Parameters:
  objectType -
throws:
  JAXRException -



deleteOperation
protected BulkResponse deleteOperation(Collection<Key> keys, String op) throws JAXRException(Code)



deleteOrganizations
public BulkResponse deleteOrganizations(Collection<Key> orgkeys) throws JAXRException(Code)



deleteServiceBindings
public BulkResponse deleteServiceBindings(Collection<Key> bindingKeys) throws JAXRException(Code)



deleteServices
public BulkResponse deleteServices(Collection<Key> serviceKeys) throws JAXRException(Code)



executeOperation
protected XmlObject executeOperation(Object dataarray, String op) throws RegistryException, JAXRException(Code)



saveAssociations
public BulkResponse saveAssociations(Collection associations, boolean replace) throws JAXRException(Code)



saveClassificationSchemes
public BulkResponse saveClassificationSchemes(Collection schemes) throws JAXRException(Code)



saveConcepts
public BulkResponse saveConcepts(Collection concepts) throws JAXRException(Code)



saveObjects
public BulkResponse saveObjects(Collection col) throws JAXRException(Code)
Saves one or more Objects to the registry. An object may be a RegistryObject subclass instance. If an object is not in the registry, it is created in the registry. If it already exists in the registry and has been modified, then its state is updated (replaced) in the registry

TODO:Check if juddi can provide a facility to store a collection of heterogenous objects

TODO - does this belong here? it's really an overload of LifecycleManager.saveObjects, but all the help we need like saveOrganization() is up here...
Parameters:
  col - a BulkResponse containing the Collection of keys for those objectsthat were saved successfully and any SaveException that was encounteredin case of partial commit
throws:
  JAXRException -




saveOrganizations
public BulkResponse saveOrganizations(Collection organizations) throws JAXRException(Code)



saveServiceBindings
public BulkResponse saveServiceBindings(Collection bindings) throws JAXRException(Code)



saveServices
public BulkResponse saveServices(Collection services) throws JAXRException(Code)



unConfirmAssociation
public void unConfirmAssociation(Association assoc) throws JAXRException, InvalidRequestException(Code)



Fields inherited from org.apache.ws.scout.registry.LifeCycleManagerImpl
final protected RegistryServiceImpl registry(Code)(Java Doc)

Methods inherited from org.apache.ws.scout.registry.LifeCycleManagerImpl
public Association createAssociation(RegistryObject targetObject, Concept associationType) throws JAXRException(Code)(Java Doc)
public Classification createClassification(Concept concept) throws JAXRException, InvalidRequestException(Code)(Java Doc)
public Classification createClassification(ClassificationScheme scheme, InternationalString name, String value) throws JAXRException(Code)(Java Doc)
public Classification createClassification(ClassificationScheme scheme, String name, String value) throws JAXRException(Code)(Java Doc)
public ClassificationScheme createClassificationScheme(Concept concept) throws JAXRException, InvalidRequestException(Code)(Java Doc)
public ClassificationScheme createClassificationScheme(InternationalString name, InternationalString des) throws JAXRException, InvalidRequestException(Code)(Java Doc)
public ClassificationScheme createClassificationScheme(String name, String desc) throws JAXRException, InvalidRequestException(Code)(Java Doc)
public Concept createConcept(RegistryObject parent, InternationalString name, String value) throws JAXRException(Code)(Java Doc)
public Concept createConcept(RegistryObject parent, String name, String value) throws JAXRException(Code)(Java Doc)
public EmailAddress createEmailAddress(String address) throws JAXRException(Code)(Java Doc)
public EmailAddress createEmailAddress(String address, String type) throws JAXRException(Code)(Java Doc)
public ExternalIdentifier createExternalIdentifier(ClassificationScheme ids, InternationalString name, String value) throws JAXRException(Code)(Java Doc)
public ExternalIdentifier createExternalIdentifier(ClassificationScheme ids, String name, String value) throws JAXRException(Code)(Java Doc)
public ExternalLink createExternalLink(String uri, InternationalString desc) throws JAXRException(Code)(Java Doc)
public ExternalLink createExternalLink(String uri, String desc) throws JAXRException(Code)(Java Doc)
public ExtrinsicObject createExtrinsicObject(DataHandler repositoryItem) throws JAXRException(Code)(Java Doc)
public InternationalString createInternationalString() throws JAXRException(Code)(Java Doc)
public InternationalString createInternationalString(String value) throws JAXRException(Code)(Java Doc)
public InternationalString createInternationalString(Locale locale, String value) throws JAXRException(Code)(Java Doc)
public Key createKey(String id)(Code)(Java Doc)
public LocalizedString createLocalizedString(Locale locale, String value) throws JAXRException(Code)(Java Doc)
public LocalizedString createLocalizedString(Locale locale, String value, String charsetName) throws JAXRException(Code)(Java Doc)
public Object createObject(String interfaceName) throws JAXRException(Code)(Java Doc)
public Organization createOrganization(InternationalString name) throws JAXRException(Code)(Java Doc)
public Organization createOrganization(String name) throws JAXRException(Code)(Java Doc)
Organization createOrganization(BusinessInfo info) throws JAXRException(Code)(Java Doc)
Organization createOrganization(BusinessDetail detail) throws JAXRException(Code)(Java Doc)
public PersonName createPersonName(String fullName) throws JAXRException(Code)(Java Doc)
public PersonName createPersonName(String firstName, String middleName, String lastName) throws JAXRException(Code)(Java Doc)
public PostalAddress createPostalAddress(String streetNumber, String street, String city, String stateOrProvince, String country, String postalCode, String type) throws JAXRException(Code)(Java Doc)
public RegistryPackage createRegistryPackage(InternationalString name) throws JAXRException(Code)(Java Doc)
public RegistryPackage createRegistryPackage(String name) throws JAXRException(Code)(Java Doc)
public Service createService(InternationalString name) throws JAXRException(Code)(Java Doc)
public Service createService(String name) throws JAXRException(Code)(Java Doc)
Service createService(ServiceInfo info) throws JAXRException(Code)(Java Doc)
public ServiceBinding createServiceBinding() throws JAXRException(Code)(Java Doc)
public Slot createSlot(String name, String value, String slotType) throws JAXRException(Code)(Java Doc)
public Slot createSlot(String name, Collection<String> values, String slotType) throws JAXRException(Code)(Java Doc)
public SpecificationLink createSpecificationLink() throws JAXRException(Code)(Java Doc)
public TelephoneNumber createTelephoneNumber() throws JAXRException(Code)(Java Doc)
public User createUser() throws JAXRException(Code)(Java Doc)
abstract public BulkResponse deleteObjects(Collection<Key> keys, String objectType) throws JAXRException(Code)(Java Doc)
public BulkResponse deleteObjects(Collection<Key> keys) throws JAXRException(Code)(Java Doc)
public BulkResponse deprecateObjects(Collection<Key> keys) throws JAXRException(Code)(Java Doc)
public RegistryService getRegistryService()(Code)(Java Doc)
abstract public BulkResponse saveObjects(Collection objects) throws JAXRException(Code)(Java Doc)
public BulkResponse unDeprecateObjects(Collection<Key> keys) throws JAXRException(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.