Java Doc for Servicemodule.java in  » UML » MetaBoss » com » metaboss » sdlctools » models » metabossmodel » enterprisemodel » 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 » UML » MetaBoss » com.metaboss.sdlctools.models.metabossmodel.enterprisemodel 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.Servicemodule

All known Subclasses:   com.metaboss.sdlctools.models.impl.metabossmodel.enterprisemodel.ServicemoduleImpl,
Servicemodule
public interface Servicemodule extends com.metaboss.sdlctools.models.metabossmodel.ModelElement(Code)
Servicemodule object instance interface.




Method Summary
public  com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.EventSubscriptionfindEventSubscription(java.lang.String pEventSubscriptionName)
     Looks for the EventSubscription with the given name in this Servicemodule.
public  com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.MessagefindMessage(java.lang.String pMessageName)
     Looks for the Message with the given name in this Servicemodule.
public  com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.ServicefindService(java.lang.String pServiceName)
     Looks for the Service with the given name in this Servicemodule.
public  com.metaboss.sdlctools.models.metabossmodel.datadictionarymodel.StructurefindStructure(java.lang.String pStructureName)
     Looks for the Structure with the given name in this Servicemodule.
public  java.util.CollectiongetCombinedTypes()
     Returns list of DataTypes, Structures and Messages used in the Servicemodule.
public  com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.EventSubscriptiongetEventSubscription(java.lang.String pEventSubscriptionName)
     Looks for the EventSubscription with the given name in this Servicemodule.
public  java.util.CollectiongetEventSubscriptions()
     Returns the value of reference eventSubscriptions.
public  com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.MessagegetMessage(java.lang.String pMessageName)
     Looks for the Message with the given name in this Servicemodule.
public  java.util.CollectiongetMessages()
     Returns the value of reference messages.
public  java.util.CollectiongetReferencedDataDictionaries()
     Returns read-only collection of referenced datadictionaries.
public  java.util.CollectiongetReferencedServicemodules()
     Returns read only collection of Servicemodules referenced from this one.
public  com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.ServicegetService(java.lang.String pServiceName)
     Looks for the Service with the given name in this Servicemodule.
public  java.util.CollectiongetServicemoduleStructuresDiagrams()
     Returns the value of reference servicemoduleStructuresDiagrams.
public  java.util.CollectiongetServices()
     Returns the value of reference services.
public  com.metaboss.sdlctools.models.metabossmodel.datadictionarymodel.StructuregetStructure(java.lang.String pStructureName)
     Looks for the Structure with the given name in this Servicemodule.
public  java.util.CollectiongetStructures()
     Returns the value of reference structures.
public  java.util.ListgetStructuresInDependencyOrder()
     Returns ordered collection of of Structures owned by this Servicemodule in the dependency order.
public  com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.SystemgetSystem()
     Returns the value of reference system.
public  voidsetSystem(com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.System newValue)
     Sets the value of reference system.



Method Detail
findEventSubscription
public com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.EventSubscription findEventSubscription(java.lang.String pEventSubscriptionName)(Code)
Looks for the EventSubscription with the given name in this Servicemodule. Returns found EventSusbscription or null if none found
Parameters:
  pEventSubscriptionName - Looks for the EventSubscription with the given name in this Servicemodule. Returns found EventSusbscription or null if none found



findMessage
public com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.Message findMessage(java.lang.String pMessageName)(Code)
Looks for the Message with the given name in this Servicemodule. Returns found Message or null if none found
Parameters:
  pMessageName - Looks for the Message with the given name in this Servicemodule. Returns found Message or null if none found



findService
public com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.Service findService(java.lang.String pServiceName)(Code)
Looks for the Service with the given name in this Servicemodule. Returns found Service or null if none found
Parameters:
  pServiceName - Looks for the Service with the given name in this Servicemodule. Returns found Service or null if none found



findStructure
public com.metaboss.sdlctools.models.metabossmodel.datadictionarymodel.Structure findStructure(java.lang.String pStructureName)(Code)
Looks for the Structure with the given name in this Servicemodule. Returns found Structure or null if none found
Parameters:
  pStructureName - Looks for the Structure with the given name in this Servicemodule. Returns found Structure or null if none found



getCombinedTypes
public java.util.Collection getCombinedTypes()(Code)
Returns list of DataTypes, Structures and Messages used in the Servicemodule. This includes owned and referenced elements. Returns list of DataTypes, Structures and Messages used in the Servicemodule. This includes owned and referenced elements.



getEventSubscription
public com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.EventSubscription getEventSubscription(java.lang.String pEventSubscriptionName)(Code)
Looks for the EventSubscription with the given name in this Servicemodule. Returns the EventSubscription or throws exception if none found.
Parameters:
  pEventSubscriptionName - Looks for the EventSubscription with the given name in this Servicemodule. Returns the EventSubscription or throws exception if none found.



getEventSubscriptions
public java.util.Collection getEventSubscriptions()(Code)
Returns the value of reference eventSubscriptions. Value of reference eventSubscriptions.



getMessage
public com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.Message getMessage(java.lang.String pMessageName)(Code)
Looks for the Message with the given name in this Servicemodule. Returns the Message or throws exception if none found.
Parameters:
  pMessageName - Looks for the Message with the given name in this Servicemodule. Returns the Message or throws exception if none found.



getMessages
public java.util.Collection getMessages()(Code)
Returns the value of reference messages. Value of reference messages.



getReferencedDataDictionaries
public java.util.Collection getReferencedDataDictionaries()(Code)
Returns read-only collection of referenced datadictionaries. The referenced datadictionaries are all owner datadictionaries of the DataTypes and Structurers used in this Servicemodule. Returns read-only collection of referenced datadictionaries. The referenced datadictionaries are all owner datadictionaries of the DataTypes and Structurers used in this Servicemodule.



getReferencedServicemodules
public java.util.Collection getReferencedServicemodules()(Code)
Returns read only collection of Servicemodules referenced from this one. The reference occurs when structure has a field which is a structure from some other servicemodule. It can also occur when operation uses mesages from some other servicemodule. Returns read only collection of Servicemodules referenced from this one. The reference occurs when structure has a field which is a structure from some other servicemodule. It can also occur when operation uses mesages from some other servicemodule.



getService
public com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.Service getService(java.lang.String pServiceName)(Code)
Looks for the Service with the given name in this Servicemodule. Returns the Service or throws exception if none found.
Parameters:
  pServiceName - Looks for the Service with the given name in this Servicemodule. Returns the Service or throws exception if none found.



getServicemoduleStructuresDiagrams
public java.util.Collection getServicemoduleStructuresDiagrams()(Code)
Returns the value of reference servicemoduleStructuresDiagrams. Value of reference servicemoduleStructuresDiagrams.



getServices
public java.util.Collection getServices()(Code)
Returns the value of reference services. Value of reference services.



getStructure
public com.metaboss.sdlctools.models.metabossmodel.datadictionarymodel.Structure getStructure(java.lang.String pStructureName)(Code)
Looks for the Structure with the given name in this Servicemodule. Returns the Structure or throws exception if none found.
Parameters:
  pStructureName - Looks for the Structure with the given name in this Servicemodule. Returns the Structure or throws exception if none found.



getStructures
public java.util.Collection getStructures()(Code)
Returns the value of reference structures. Value of reference structures.



getStructuresInDependencyOrder
public java.util.List getStructuresInDependencyOrder()(Code)
Returns ordered collection of of Structures owned by this Servicemodule in the dependency order. Dependency order means that a Structure does not depend on any Structures located further down the list from where it is located. Returns ordered collection of of Structures owned by this Servicemodule in the dependency order. Dependency order means that a Structure does not depend on any Structures located further down the list from where it is located.



getSystem
public com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.System getSystem()(Code)
Returns the value of reference system. Value of reference system.



setSystem
public void setSystem(com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.System newValue)(Code)
Sets the value of reference system. See Servicemodule.getSystem for description on the reference.
Parameters:
  newValue - New value to be set.



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