com.sun.im.provider
Interface ServerConference


public interface ServerConference

Author:
Rahul

Method Summary
 AccessControlList getAccessControlList()
          Gets the AccessControlList for this conference.
 java.lang.String getProperty(java.lang.String name)
          Gets the value of the configuration property for this ServerConference
 java.lang.String getSubject()
          Gets the subject of this conference
 

Method Detail

getProperty

public java.lang.String getProperty(java.lang.String name)
Gets the value of the configuration property for this ServerConference

Parameters:
name - The property whose value is required

getSubject

public java.lang.String getSubject()
Gets the subject of this conference


getAccessControlList

public AccessControlList getAccessControlList()
Gets the AccessControlList for this conference.