Class MUCRoomSearchInfo
- java.lang.Object
-
- org.jivesoftware.openfire.muc.spi.MUCRoomSearchInfo
-
- All Implemented Interfaces:
org.xmpp.resultsetmanagement.Result
public class MUCRoomSearchInfo extends Object implements org.xmpp.resultsetmanagement.Result
-
-
Constructor Summary
Constructors Constructor Description MUCRoomSearchInfo(MUCRoom room)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanAnyoneDiscoverJID()StringgetDescription()org.xmpp.packet.JIDgetJID()intgetMaxUsers()StringgetName()StringgetNaturalLanguageName()intgetOccupantsCount()intgetParticipantCount()StringgetServiceName()StringgetSubject()StringgetUID()booleanisLocked()booleanisMembersOnly()booleanisPasswordProtected()booleanisPublicRoom()
-
-
-
Constructor Detail
-
MUCRoomSearchInfo
public MUCRoomSearchInfo(MUCRoom room)
-
-
Method Detail
-
getServiceName
public String getServiceName()
-
getJID
public org.xmpp.packet.JID getJID()
-
getSubject
public String getSubject()
-
getName
public String getName()
-
getNaturalLanguageName
public String getNaturalLanguageName()
-
getDescription
public String getDescription()
-
isLocked
public boolean isLocked()
-
isPublicRoom
public boolean isPublicRoom()
-
getOccupantsCount
public int getOccupantsCount()
-
getParticipantCount
public int getParticipantCount()
-
getMaxUsers
public int getMaxUsers()
-
isMembersOnly
public boolean isMembersOnly()
-
isPasswordProtected
public boolean isPasswordProtected()
-
canAnyoneDiscoverJID
public boolean canAnyoneDiscoverJID()
-
getUID
public String getUID()
- Specified by:
getUIDin interfaceorg.xmpp.resultsetmanagement.Result
-
-