Home
last modified time | relevance | path

Searched refs:NewsGroup (Results 1 – 3 of 3) sorted by relevance

/trunk/main/scripting/examples/java/Newsgroup/
H A DSubscribedNewsgroups.java29 private static NewsGroup[] allSubscribed = null;
36 NewsGroup allGroups[] = subscribed.getNewsGroups(); in main()
55 public NewsGroup[] getNewsGroups() in getNewsGroups()
127 NewsGroup newsgroup[] = findNewsgroups( mailrc ); in getNewsGroups()
140 allSubscribed = new NewsGroup[ subscribed.size() ]; in getNewsGroups()
157 private static boolean listed( NewsGroup newsgroup, Vector uniqueSubscription ) in listed()
161 NewsGroup tempGroup = (NewsGroup) uniqueSubscription.elementAt(i); in listed()
174 private static NewsGroup[] findNewsgroups(File mailrcfile ) in findNewsgroups()
179 NewsGroup mailrcNewsGroups[] = null; in findNewsgroups()
217 NewsGroup group = new NewsGroup( hostname, newsgroup ); in findNewsgroups()
[all …]
H A DNewsGroup.java22 public class NewsGroup class
28 public NewsGroup( String host, String group ) in NewsGroup() method in NewsGroup
H A DPostNewsgroup.java34 private NewsGroup[] subscribedNewsgroups = null;
316 NewsGroup groupToSend = null; in getNewsgroupCombo()

Completed in 23 milliseconds