Advertisement
Guest User

Untitled

a guest
Feb 3rd, 2012
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. package org.DX_57.osgi.SH_27.api;
  2.  
  3. import java.sql.SQLException;
  4.  
  5. public interface SessionHandle {
  6. public String CheckUserDB(String userToCheck) throws SQLException;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement