kaos.core.tutorial
Class LoginAgent

java.lang.Object
  extended by kaos.core.csi.KAoSActorImpl
      extended by kaos.core.tutorial.LoginAgent
All Implemented Interfaces:
KAoSActor

public class LoginAgent
extends KAoSActorImpl


Field Summary
 
Fields inherited from class kaos.core.csi.KAoSActorImpl
_actorDesc, _autoCommit, _lctr, _logger, _preferredTransportName, _propertiesToModify, _registered, _registration, _transports, _transportSupport
 
Constructor Summary
LoginAgent()
           
 
Method Summary
 void attemptLogin(java.lang.String username, java.lang.String password)
           
 void displayUsersList()
           
 void initialize(java.lang.String name, java.util.List<java.lang.String> domainNames)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class kaos.core.csi.KAoSActorImpl
addCapability, addOntologicalType, addOntologicalType, addProperty, addProperty, addPropertyValue, addTransport, commitPropertyValues, deregisterFromKAoS, equals, getAgentDescription, getCapabilities, getConceptMappingName, getDomainNames, getEntityOntologicalTypeNames, getEntityOntologicalTypes, getGUID, getName, getProperties, getProperty, getPropertyValue, getTransport, getTransports, hashCode, initialize, initialize, isAutoPropertyValueCommit, isGuarded, isRegistered, logMessage, logMessage, printTransportMessage, receiveMessage, receiveMessage, registerWithKAoS, removeCapability, removeOntologicalType, removeProperty, removePropertyValue, removeTransport, sendMessage, sendMessage, setAutoPropertyValueCommit, setCapabilities, setConceptMappingName, setGUID, setMyDescription, setName, setOntologicalTypes, setProperties, setPropertyValue, setRegistered
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginAgent

public LoginAgent()
Method Detail

initialize

public void initialize(java.lang.String name,
                       java.util.List<java.lang.String> domainNames)
                throws java.lang.Exception
Overrides:
initialize in class KAoSActorImpl
Throws:
java.lang.Exception

displayUsersList

public void displayUsersList()
                      throws java.lang.Exception
Throws:
java.lang.Exception

attemptLogin

public void attemptLogin(java.lang.String username,
                         java.lang.String password)
                  throws java.lang.Exception
Throws:
java.lang.Exception

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception