palio.services.portal.agents
Class PortalAdminAgent

java.lang.Object
  extended by palio.services.portal.agents.PortalAdminAgent
All Implemented Interfaces:
torn.omea.net.ServiceAgent

public class PortalAdminAgent
extends java.lang.Object
implements torn.omea.net.ServiceAgent

Author:
Szymon Kuklewicz

Constructor Summary
PortalAdminAgent(torn.omea.framework.core.OmeaContext context, Instance instance, torn.omea.net.Server server, java.lang.String service, java.io.File storage, java.lang.String prefix)
           
 
Method Summary
 void addNotificationListener(torn.omea.net.User user)
           
 void handleCall(java.lang.Object request, torn.omea.net.Call call)
           
 void removeNotificationListener(torn.omea.net.User user)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalAdminAgent

public PortalAdminAgent(torn.omea.framework.core.OmeaContext context,
                        Instance instance,
                        torn.omea.net.Server server,
                        java.lang.String service,
                        java.io.File storage,
                        java.lang.String prefix)
Method Detail

removeNotificationListener

public void removeNotificationListener(torn.omea.net.User user)
Specified by:
removeNotificationListener in interface torn.omea.net.ServiceAgent

addNotificationListener

public void addNotificationListener(torn.omea.net.User user)
Specified by:
addNotificationListener in interface torn.omea.net.ServiceAgent

handleCall

public void handleCall(java.lang.Object request,
                       torn.omea.net.Call call)
                throws torn.omea.framework.errors.OmeaException
Specified by:
handleCall in interface torn.omea.net.ServiceAgent
Throws:
torn.omea.framework.errors.OmeaException