org.csapi.jr.se.ui
Interface UIAdminManager

All Superinterfaces:
CsapiInterface, java.io.Serializable, Service

public interface UIAdminManager
extends Service

This interface represents a UIAdminManager.


Field Summary
 
Fields inherited from interface org.csapi.jr.se.Service
IN_SERVICE_STATE, OUT_OF_SERVICE_STATE
 
Method Summary
 void addUIAdminManagerListener(org.csapi.jr.se.ui.UIAdminManagerListener uIAdminManagerListener)
          Adds a UIAdminManagerListener which is interested in events generated by the UIAdminManager.
 org.csapi.jr.se.ui.AdminRelatedDeleteMessage createAdminRelatedDeleteMessage()
          Creates a AdminRelatedDeleteMessage object and returns a reference to the interface used to gain access to it's methods.
 org.csapi.jr.se.ui.AdminRelatedGetMessage createAdminRelatedGetMessage()
          Creates a AdminRelatedGetMessage object and returns a reference to the interface used to gain access to it's methods.
 org.csapi.jr.se.ui.AdminRelatedPutMessage createAdminRelatedPutMessage()
          Creates a AdminRelatedPutMessage object and returns a reference to the interface used to gain access to it's methods.
 void removeUIAdminManagerListener(org.csapi.jr.se.ui.UIAdminManagerListener uIAdminManagerListener)
          Removes a UIAdminManagerListener which is no longer interested in events generated by the UIAdminManager.
 
Methods inherited from interface org.csapi.jr.se.Service
addServiceStateChangeListener, getServiceState, removeServiceStateChangeListener, setCallback
 

Method Detail

addUIAdminManagerListener

public void addUIAdminManagerListener(org.csapi.jr.se.ui.UIAdminManagerListener uIAdminManagerListener)
Adds a UIAdminManagerListener which is interested in events generated by the UIAdminManager.

Parameters:
uIAdminManagerListener - A reference to the UIAdminManagerListener which is to be added as a listener.

removeUIAdminManagerListener

public void removeUIAdminManagerListener(org.csapi.jr.se.ui.UIAdminManagerListener uIAdminManagerListener)
Removes a UIAdminManagerListener which is no longer interested in events generated by the UIAdminManager.

Parameters:
uIAdminManagerListener - A reference to the UIAdminManagerListener which is to be removed as a listener.

createAdminRelatedDeleteMessage

public org.csapi.jr.se.ui.AdminRelatedDeleteMessage createAdminRelatedDeleteMessage()
Creates a AdminRelatedDeleteMessage object and returns a reference to the interface used to gain access to it's methods.

Returns:
A reference to the AdminRelatedDeleteMessage interface.

createAdminRelatedGetMessage

public org.csapi.jr.se.ui.AdminRelatedGetMessage createAdminRelatedGetMessage()
Creates a AdminRelatedGetMessage object and returns a reference to the interface used to gain access to it's methods.

Returns:
A reference to the AdminRelatedGetMessage interface.

createAdminRelatedPutMessage

public org.csapi.jr.se.ui.AdminRelatedPutMessage createAdminRelatedPutMessage()
Creates a AdminRelatedPutMessage object and returns a reference to the interface used to gain access to it's methods.

Returns:
A reference to the AdminRelatedPutMessage interface.