| java.lang.Object | |
| ↳ | com.computime.maximo.ConnectionManagementStrategy |
Known Direct Subclasses
|
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| maxauth | |||||||||||
| username | |||||||||||
| webServicePrefix | |||||||||||
| webappurl | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates the client to connect to web services exposed using Maximo MIF
| |||||||||||
Are we connected
| |||||||||||
Disconnect
| |||||||||||
Getter of MaxAuth
| |||||||||||
Username getter
| |||||||||||
Getter of Web Service URL Prefix
| |||||||||||
Getter Maximo web service URL
| |||||||||||
Are we connected
| |||||||||||
Setter of MaxAuth
| |||||||||||
Username setter
| |||||||||||
Setter of Web Service URL Prefix
| |||||||||||
Setter of Maximo web service URL
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Creates the client to connect to web services exposed using Maximo MIF
| webAppUrl | The webAppUrl set in Maximo (mxe.int.webappurl) - e.g. http://localhost/meaweb |
|---|---|
| username | A username that is going to use the service (used to identify the connection in the pool) |
| password | The password of the user that is going to use the service |
| ConnectionException | If cannot connect through this exception |
|---|
Disconnect
Getter of Web Service URL Prefix
Are we connected
Setter of MaxAuth
| maxauth | Base64 encoding of authentication |
|---|
Setter of Web Service URL Prefix
| webServicePrefix | Web Service URL Prefix |
|---|
Setter of Maximo web service URL
| webappurl | Maximo web service URL |
|---|