com.goonit.imapi.jaxrs.servlet.isim
Class serviceReconcileNow

java.lang.Object
  extended by com.goonit.imapi.jaxrs.servlet.isim.serviceReconcileNow

public class serviceReconcileNow
extends java.lang.Object

serviceReconcileNow is a RESTful service which starts Service Reconciliations.

 This resource is available at:
 http://<hostname>:<port>/<context root>/<servlet path>/serviceReconcileNow/{serviceDN/ReconID}
 
 Only the GET method is implemented


Constructor Summary
serviceReconcileNow()
           
 
Method Summary
 java.lang.String GET(javax.servlet.http.HttpServletRequest requestObj, javax.servlet.http.HttpServletResponse responseObj, java.lang.String strDN)
          Processes a GET request (READ) and returns an ISIM Reconciliation Request Id
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

serviceReconcileNow

public serviceReconcileNow()
Method Detail

GET

public java.lang.String GET(@Context
                            javax.servlet.http.HttpServletRequest requestObj,
                            @Context
                            javax.servlet.http.HttpServletResponse responseObj,
                            java.lang.String strDN)
                     throws java.rmi.RemoteException,
                            com.ibm.itim.apps.ApplicationException
Processes a GET request (READ) and returns an ISIM Reconciliation Request Id
 e.g. http://192.168.1.94/goonit/goonapi/serviceReconcile/erglobalid=5913724919930104998,ou=services,erglobalid=00000000000000000000,ou=goonit,dc=com2

 
 

Throws:
java.rmi.RemoteException
com.ibm.itim.apps.ApplicationException