Java Doc for ServicelistBean.java in  » ESB » open-esb » com » sun » jbi » engine » sequencing » servicelist » 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 » ESB » open esb » com.sun.jbi.engine.sequencing.servicelist 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.sun.jbi.engine.sequencing.servicelist.ServicelistBean

ServicelistBean
public class ServicelistBean implements java.io.Serializable(Code)
Class ServicelistBean.
author:
   Sun Microsystems, Inc.



Constructor Summary
public  ServicelistBean()
     Creates a new ServicelistBean object.

Method Summary
public  voidaddService(com.sun.jbi.engine.sequencing.servicelist.ServiceBean vService)
     Method addService.
public  voidaddService(int index, com.sun.jbi.engine.sequencing.servicelist.ServiceBean vService)
     Method addService.
public  voidclearService()
     Method clearService.
public  java.lang.StringgetDeploymentId()
     Returns the value of field 'deploymentId'.
public  StringgetEndpointName()
     gets the endpoint name.
public  java.lang.StringgetInterfaceName()
     Getter for property mInterfaceName.
public  java.lang.StringgetInterfaceNamespace()
     Getter for property mInterfaceNamespace.
public  java.lang.StringgetListdescription()
     Returns the value of field 'listdescription'.
public  StringgetMep()
     Gets the MEP.
public  StringgetNamespace()
     Method get Servicenamespace.
public  java.lang.StringgetOperation()
     Returns the value of field 'operation'.
public  java.lang.StringgetOperationNamespace()
     Returns the value of field 'operation'.
public  com.sun.jbi.engine.sequencing.servicelist.ServiceBean[]getService()
     Method getService.
public  com.sun.jbi.engine.sequencing.servicelist.ServiceBeangetService(int index)
     Method getService.
public  intgetServiceCount()
     Method getServiceCount.
public  ServiceEndpointgetServiceReference()
     Gets the service reference.
public  java.lang.StringgetServicename()
     Returns the value of field 'servicename'.
public synchronized  booleanisExecuting()
     Retrieves the executing state of instances.
public  booleanremoveService(com.sun.jbi.engine.sequencing.servicelist.ServiceBean vService)
     Method removeService.
public  voidsetDeploymentId(java.lang.String asaid)
     Sets the value of field 'deploymntId'.
public  voidsetEndpointName(String endpoint)
     Sets the endpoint name.
public  voidsetInterfaceName(java.lang.String mInterfaceName)
     Setter for property mInterfaceName.
public  voidsetInterfaceNamespace(java.lang.String mInterfaceNamespace)
     Setter for property mInterfaceNamespace.
public  voidsetListdescription(java.lang.String listdescription)
     Sets the value of field 'listdescription'.
public  voidsetMep(String mep)
     Sets the MEP.
public  voidsetNamespace(String namespace)
     Method set Servicenamespace.
public  voidsetOperation(java.lang.String operation)
     Sets the value of field 'operation'.
public  voidsetOperationNamespace(java.lang.String operationnamespace)
     Sets the value of field 'operation'.
public  voidsetService(com.sun.jbi.engine.sequencing.servicelist.ServiceBean[] serviceArray)
     Method setService.
public  voidsetService(int index, com.sun.jbi.engine.sequencing.servicelist.ServiceBean vService)
     Method setService.
public  voidsetServiceReference(ServiceEndpoint ref)
     Sets the service reference.
public  voidsetServicename(java.lang.String servicename)
     Sets the value of field 'servicename'.
public synchronized  voidupdateState(String id, int state)
     Sets the executing state.


Constructor Detail
ServicelistBean
public ServicelistBean()(Code)
Creates a new ServicelistBean object.




Method Detail
addService
public void addService(com.sun.jbi.engine.sequencing.servicelist.ServiceBean vService) throws java.lang.IndexOutOfBoundsException(Code)
Method addService.
Parameters:
  vService - adds service
throws:
  java.lang.IndexOutOfBoundsException - exception.



addService
public void addService(int index, com.sun.jbi.engine.sequencing.servicelist.ServiceBean vService) throws java.lang.IndexOutOfBoundsException(Code)
Method addService.
Parameters:
  index - index for service
Parameters:
  vService - service
throws:
  java.lang.IndexOutOfBoundsException - exception



clearService
public void clearService()(Code)
Method clearService.



getDeploymentId
public java.lang.String getDeploymentId()(Code)
Returns the value of field 'deploymentId'. the value of field 'deploymentId'.



getEndpointName
public String getEndpointName()(Code)
gets the endpoint name. endpoint name.



getInterfaceName
public java.lang.String getInterfaceName()(Code)
Getter for property mInterfaceName. Value of property mInterfaceName.



getInterfaceNamespace
public java.lang.String getInterfaceNamespace()(Code)
Getter for property mInterfaceNamespace. Value of property mInterfaceNamespace.



getListdescription
public java.lang.String getListdescription()(Code)
Returns the value of field 'listdescription'. the value of field 'listdescription'.



getMep
public String getMep()(Code)
Gets the MEP. mep



getNamespace
public String getNamespace()(Code)
Method get Servicenamespace. namespace Namespace URI



getOperation
public java.lang.String getOperation()(Code)
Returns the value of field 'operation'. the value of field 'operation'.



getOperationNamespace
public java.lang.String getOperationNamespace()(Code)
Returns the value of field 'operation'. the value of field 'operation'.



getService
public com.sun.jbi.engine.sequencing.servicelist.ServiceBean[] getService()(Code)
Method getService. ServiceBean object.



getService
public com.sun.jbi.engine.sequencing.servicelist.ServiceBean getService(int index) throws java.lang.IndexOutOfBoundsException(Code)
Method getService.
Parameters:
  index - the index of service in the list ServiceBean
throws:
  java.lang.IndexOutOfBoundsException - exception
throws:
  IndexOutOfBoundsException - exception



getServiceCount
public int getServiceCount()(Code)
Method getServiceCount. service count



getServiceReference
public ServiceEndpoint getServiceReference()(Code)
Gets the service reference. service reference



getServicename
public java.lang.String getServicename()(Code)
Returns the value of field 'servicename'. the value of field 'servicename'.



isExecuting
public synchronized boolean isExecuting()(Code)
Retrieves the executing state of instances. boolean true if has executing instances



removeService
public boolean removeService(com.sun.jbi.engine.sequencing.servicelist.ServiceBean vService)(Code)
Method removeService.
Parameters:
  vService - Service name true if removed



setDeploymentId
public void setDeploymentId(java.lang.String asaid)(Code)
Sets the value of field 'deploymntId'.
Parameters:
  asaid - the value of field 'deploymentId'.



setEndpointName
public void setEndpointName(String endpoint)(Code)
Sets the endpoint name.
Parameters:
  endpoint - endpoint.



setInterfaceName
public void setInterfaceName(java.lang.String mInterfaceName)(Code)
Setter for property mInterfaceName.
Parameters:
  mInterfaceName - New value of property mInterfaceName.



setInterfaceNamespace
public void setInterfaceNamespace(java.lang.String mInterfaceNamespace)(Code)
Setter for property mInterfaceNamespace.
Parameters:
  mInterfaceNamespace - New value of property mInterfaceNamespace.



setListdescription
public void setListdescription(java.lang.String listdescription)(Code)
Sets the value of field 'listdescription'.
Parameters:
  listdescription - the value of field 'listdescription'.



setMep
public void setMep(String mep)(Code)
Sets the MEP.
Parameters:
  mep - exchange pattern



setNamespace
public void setNamespace(String namespace)(Code)
Method set Servicenamespace.
Parameters:
  namespace - Namespace URI



setOperation
public void setOperation(java.lang.String operation)(Code)
Sets the value of field 'operation'.
Parameters:
  operation - the value of field 'operation'.



setOperationNamespace
public void setOperationNamespace(java.lang.String operationnamespace)(Code)
Sets the value of field 'operation'.
Parameters:
  operationnamespace - the value of field 'operation'.



setService
public void setService(com.sun.jbi.engine.sequencing.servicelist.ServiceBean[] serviceArray)(Code)
Method setService.
Parameters:
  serviceArray - array of services



setService
public void setService(int index, com.sun.jbi.engine.sequencing.servicelist.ServiceBean vService) throws java.lang.IndexOutOfBoundsException(Code)
Method setService.
Parameters:
  index - index for the service
Parameters:
  vService - the service bean
throws:
  java.lang.IndexOutOfBoundsException - excpetion
throws:
  IndexOutOfBoundsException - exception



setServiceReference
public void setServiceReference(ServiceEndpoint ref)(Code)
Sets the service reference.
Parameters:
  ref - service reference



setServicename
public void setServicename(java.lang.String servicename)(Code)
Sets the value of field 'servicename'.
Parameters:
  servicename - the value of field 'servicename'.



updateState
public synchronized void updateState(String id, int state)(Code)
Sets the executing state.
Parameters:
  id - true denotes atleast one execuitng insatnce
Parameters:
  state - state



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.