Searched refs:Occupant (Results 1 – 2 of 2) sorted by relevance
34 public class Occupant { class42 Occupant(MUCAdmin.Item item) { in Occupant() method in Occupant50 Occupant(Presence presence) { in Occupant() method in Occupant106 if(!(obj instanceof Occupant)) { in equals()109 Occupant occupant = (Occupant)obj; in equals()
1609 public Occupant getOccupant(String user) { in getOccupant()1612 return new Occupant(presence); in getOccupant()1775 public Collection<Occupant> getModerators() throws XMPPException { in getModerators()1786 public Collection<Occupant> getParticipants() throws XMPPException { in getParticipants()1798 private Collection<Occupant> getOccupants(String role) throws XMPPException { in getOccupants()1823 List<Occupant> participants = new ArrayList<Occupant>(); in getOccupants()1825 participants.add(new Occupant(it.next())); in getOccupants()