Subversion Repositories XServices

Rev

Rev 23 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 23 Rev 54
Line 112... Line 112...
112
     * @return
112
     * @return
113
     */
113
     */
114
    @WebMethod(operationName = "sleep")
114
    @WebMethod(operationName = "sleep")
115
    public ReturnCode sleep(@WebParam(name = "minutes") int minutes,
115
    public ReturnCode sleep(@WebParam(name = "minutes") int minutes,
116
            @WebParam(name = "seconds") int seconds);
116
            @WebParam(name = "seconds") int seconds);
-
 
117
    
-
 
118
    
-
 
119
    @WebMethod(operationName = "getInfo")
-
 
120
    public ReturnCode getInfo();
-
 
121
    
117
}
122
}