Friday, August 21, 2015

Read Value From Name Space Binding

try{
Context ctx = new InitialContext();
String fromId= (String)ctx.lookup("cell/persistent/bpic/caregiver/CaregiverEmailFromId");
FTPFile_DirectoryPath = fromId;

}
catch(NamingException nameExp){
nameExp.printStackTrace();
}



No comments:

Post a Comment