• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Refreshing a variable alone is possible?

 
Ranch Hand
Posts: 518
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I need to refresh a variable alone.Is it possible to do like that in servlet?

Actually i am using servlet+asteriskjava to dial numbers taken from the database if i click a button start after choosing the number of contacts.Here i am getting the events generated like


ResponseEvents re = managerConnection.sendEventGeneratingAction(statusAction);



In the variable "re" i am getting all the events generated.But i need to get the events till the call end.How could i do this?is it possible to refresh the variable re alone?

If my post needs any brief description,i will do that.Any help would be appreciated.

Thanks
 
reply
    Bookmark Topic Watch Topic
  • New Topic