ubiware.infrastructure.web
Class PlatformInterfaceImpl

java.lang.Object
  extended by ubiware.infrastructure.web.PlatformInterfaceImpl
All Implemented Interfaces:
PlatformInterface

 class PlatformInterfaceImpl
extends java.lang.Object
implements PlatformInterface


Field Summary
 
Fields inherited from interface ubiware.infrastructure.web.PlatformInterface
PLATFORM_INTERFACE_KEY
 
Constructor Summary
PlatformInterfaceImpl()
           
 
Method Summary
 InfraAgentWrapperProvider getAIA()
           
 AgentWrapper getWorkerAgent()
           
 boolean isLoggedIn()
           
 void setInfraAgentsWrapperProvider(InfraAgentWrapperProvider infraAgents)
           
 void setLoggedIn(boolean b)
           
(package private)  void setWorkerAgent(AgentWrapper workerAgent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlatformInterfaceImpl

PlatformInterfaceImpl()
Method Detail

setLoggedIn

public void setLoggedIn(boolean b)

setWorkerAgent

void setWorkerAgent(AgentWrapper workerAgent)

isLoggedIn

public boolean isLoggedIn()
Specified by:
isLoggedIn in interface PlatformInterface

getWorkerAgent

public AgentWrapper getWorkerAgent()
                            throws NoSuchWorkerException
Specified by:
getWorkerAgent in interface PlatformInterface
Throws:
NoSuchWorkerException

setInfraAgentsWrapperProvider

public void setInfraAgentsWrapperProvider(InfraAgentWrapperProvider infraAgents)

getAIA

public InfraAgentWrapperProvider getAIA()
Specified by:
getAIA in interface PlatformInterface