../
|
template/
|
|
Agent.java
|
1.2
(23 years ago)
by ajm:
Loads of new framework but far from complete.
The BasicAgent class is as it says, a basic agent, with ability to be run from the command line to fire it into an agentstation.
AgentStations now have support for adding and removing agents and support for multiple listeners. Also initial support for peer agent stations. Attempted support at peer -> peer agent transfer, but run into problems.
Still no bytecode transfer, but location and method has been figured out.
The AgentSystem class is now the bootstrap class for an agent station. It brings up the AgentStation (which is now singleton) and the Logger (also singleton - using standard i-scream logging techniques). It is possible to specify a peer station that the booting agent station should connect to.
Initial TODO:
agent class loader
agent bytecode transfer
solve peer -> peer problems - possibly by creating extra socket to send agent, but shouldn't really be needed
|
AgentClassLoader.java
|
1.1
(23 years ago)
by ajm:
Now has some VERY crude byte code passing mechanisms in place.
Currently it does it a very silly and non standard way, this will change. But hey, it works ;p
|
AgentStation.java
|
1.3
(23 years ago)
by ajm:
Now has some VERY crude byte code passing mechanisms in place.
Currently it does it a very silly and non standard way, this will change. But hey, it works ;p
|
AgentSystem.java
|
1.2
(20 years ago)
by tdb:
Catch a lot of old URL's and update them. Also remove a couple of old files
that aren't used.
|
BasicAgent.java
|
1.3
(23 years ago)
by ajm:
Now has some VERY crude byte code passing mechanisms in place.
Currently it does it a very silly and non standard way, this will change. But hey, it works ;p
|
DirectAgentHandler.java
|
1.1
(23 years ago)
by ajm:
Loads of new framework but far from complete.
The BasicAgent class is as it says, a basic agent, with ability to be run from the command line to fire it into an agentstation.
AgentStations now have support for adding and removing agents and support for multiple listeners. Also initial support for peer agent stations. Attempted support at peer -> peer agent transfer, but run into problems.
Still no bytecode transfer, but location and method has been figured out.
The AgentSystem class is now the bootstrap class for an agent station. It brings up the AgentStation (which is now singleton) and the Logger (also singleton - using standard i-scream logging techniques). It is possible to specify a peer station that the booting agent station should connect to.
Initial TODO:
agent class loader
agent bytecode transfer
solve peer -> peer problems - possibly by creating extra socket to send agent, but shouldn't really be needed
|
DirectAgentHandlerFactory.java
|
1.1
(23 years ago)
by ajm:
Loads of new framework but far from complete.
The BasicAgent class is as it says, a basic agent, with ability to be run from the command line to fire it into an agentstation.
AgentStations now have support for adding and removing agents and support for multiple listeners. Also initial support for peer agent stations. Attempted support at peer -> peer agent transfer, but run into problems.
Still no bytecode transfer, but location and method has been figured out.
The AgentSystem class is now the bootstrap class for an agent station. It brings up the AgentStation (which is now singleton) and the Logger (also singleton - using standard i-scream logging techniques). It is possible to specify a peer station that the booting agent station should connect to.
Initial TODO:
agent class loader
agent bytecode transfer
solve peer -> peer problems - possibly by creating extra socket to send agent, but shouldn't really be needed
|
FormatName.java
|
1.1
(23 years ago)
by ajm:
Loads of new framework but far from complete.
The BasicAgent class is as it says, a basic agent, with ability to be run from the command line to fire it into an agentstation.
AgentStations now have support for adding and removing agents and support for multiple listeners. Also initial support for peer agent stations. Attempted support at peer -> peer agent transfer, but run into problems.
Still no bytecode transfer, but location and method has been figured out.
The AgentSystem class is now the bootstrap class for an agent station. It brings up the AgentStation (which is now singleton) and the Logger (also singleton - using standard i-scream logging techniques). It is possible to specify a peer station that the booting agent station should connect to.
Initial TODO:
agent class loader
agent bytecode transfer
solve peer -> peer problems - possibly by creating extra socket to send agent, but shouldn't really be needed
|
Handler.java
|
1.1
(23 years ago)
by ajm:
Loads of new framework but far from complete.
The BasicAgent class is as it says, a basic agent, with ability to be run from the command line to fire it into an agentstation.
AgentStations now have support for adding and removing agents and support for multiple listeners. Also initial support for peer agent stations. Attempted support at peer -> peer agent transfer, but run into problems.
Still no bytecode transfer, but location and method has been figured out.
The AgentSystem class is now the bootstrap class for an agent station. It brings up the AgentStation (which is now singleton) and the Logger (also singleton - using standard i-scream logging techniques). It is possible to specify a peer station that the booting agent station should connect to.
Initial TODO:
agent class loader
agent bytecode transfer
solve peer -> peer problems - possibly by creating extra socket to send agent, but shouldn't really be needed
|
HandlerFactory.java
|
1.1
(23 years ago)
by ajm:
Loads of new framework but far from complete.
The BasicAgent class is as it says, a basic agent, with ability to be run from the command line to fire it into an agentstation.
AgentStations now have support for adding and removing agents and support for multiple listeners. Also initial support for peer agent stations. Attempted support at peer -> peer agent transfer, but run into problems.
Still no bytecode transfer, but location and method has been figured out.
The AgentSystem class is now the bootstrap class for an agent station. It brings up the AgentStation (which is now singleton) and the Logger (also singleton - using standard i-scream logging techniques). It is possible to specify a peer station that the booting agent station should connect to.
Initial TODO:
agent class loader
agent bytecode transfer
solve peer -> peer problems - possibly by creating extra socket to send agent, but shouldn't really be needed
|
Listener.java
|
1.1
(23 years ago)
by ajm:
Loads of new framework but far from complete.
The BasicAgent class is as it says, a basic agent, with ability to be run from the command line to fire it into an agentstation.
AgentStations now have support for adding and removing agents and support for multiple listeners. Also initial support for peer agent stations. Attempted support at peer -> peer agent transfer, but run into problems.
Still no bytecode transfer, but location and method has been figured out.
The AgentSystem class is now the bootstrap class for an agent station. It brings up the AgentStation (which is now singleton) and the Logger (also singleton - using standard i-scream logging techniques). It is possible to specify a peer station that the booting agent station should connect to.
Initial TODO:
agent class loader
agent bytecode transfer
solve peer -> peer problems - possibly by creating extra socket to send agent, but shouldn't really be needed
|
Logger.java
|
1.1
(23 years ago)
by ajm:
Loads of new framework but far from complete.
The BasicAgent class is as it says, a basic agent, with ability to be run from the command line to fire it into an agentstation.
AgentStations now have support for adding and removing agents and support for multiple listeners. Also initial support for peer agent stations. Attempted support at peer -> peer agent transfer, but run into problems.
Still no bytecode transfer, but location and method has been figured out.
The AgentSystem class is now the bootstrap class for an agent station. It brings up the AgentStation (which is now singleton) and the Logger (also singleton - using standard i-scream logging techniques). It is possible to specify a peer station that the booting agent station should connect to.
Initial TODO:
agent class loader
agent bytecode transfer
solve peer -> peer problems - possibly by creating extra socket to send agent, but shouldn't really be needed
|
LoggerImpl.java
|
1.1
(23 years ago)
by ajm:
Loads of new framework but far from complete.
The BasicAgent class is as it says, a basic agent, with ability to be run from the command line to fire it into an agentstation.
AgentStations now have support for adding and removing agents and support for multiple listeners. Also initial support for peer agent stations. Attempted support at peer -> peer agent transfer, but run into problems.
Still no bytecode transfer, but location and method has been figured out.
The AgentSystem class is now the bootstrap class for an agent station. It brings up the AgentStation (which is now singleton) and the Logger (also singleton - using standard i-scream logging techniques). It is possible to specify a peer station that the booting agent station should connect to.
Initial TODO:
agent class loader
agent bytecode transfer
solve peer -> peer problems - possibly by creating extra socket to send agent, but shouldn't really be needed
|
PeerHandler.java
|
1.2
(23 years ago)
by ajm:
Now has some VERY crude byte code passing mechanisms in place.
Currently it does it a very silly and non standard way, this will change. But hey, it works ;p
|
PeerHandlerFactory.java
|
1.1
(23 years ago)
by ajm:
Loads of new framework but far from complete.
The BasicAgent class is as it says, a basic agent, with ability to be run from the command line to fire it into an agentstation.
AgentStations now have support for adding and removing agents and support for multiple listeners. Also initial support for peer agent stations. Attempted support at peer -> peer agent transfer, but run into problems.
Still no bytecode transfer, but location and method has been figured out.
The AgentSystem class is now the bootstrap class for an agent station. It brings up the AgentStation (which is now singleton) and the Logger (also singleton - using standard i-scream logging techniques). It is possible to specify a peer station that the booting agent station should connect to.
Initial TODO:
agent class loader
agent bytecode transfer
solve peer -> peer problems - possibly by creating extra socket to send agent, but shouldn't really be needed
|
ScreenLogger.java
|
1.1
(23 years ago)
by ajm:
Loads of new framework but far from complete.
The BasicAgent class is as it says, a basic agent, with ability to be run from the command line to fire it into an agentstation.
AgentStations now have support for adding and removing agents and support for multiple listeners. Also initial support for peer agent stations. Attempted support at peer -> peer agent transfer, but run into problems.
Still no bytecode transfer, but location and method has been figured out.
The AgentSystem class is now the bootstrap class for an agent station. It brings up the AgentStation (which is now singleton) and the Logger (also singleton - using standard i-scream logging techniques). It is possible to specify a peer station that the booting agent station should connect to.
Initial TODO:
agent class loader
agent bytecode transfer
solve peer -> peer problems - possibly by creating extra socket to send agent, but shouldn't really be needed
|
Station.java
|
1.2
(23 years ago)
by ajm:
Loads of new framework but far from complete.
The BasicAgent class is as it says, a basic agent, with ability to be run from the command line to fire it into an agentstation.
AgentStations now have support for adding and removing agents and support for multiple listeners. Also initial support for peer agent stations. Attempted support at peer -> peer agent transfer, but run into problems.
Still no bytecode transfer, but location and method has been figured out.
The AgentSystem class is now the bootstrap class for an agent station. It brings up the AgentStation (which is now singleton) and the Logger (also singleton - using standard i-scream logging techniques). It is possible to specify a peer station that the booting agent station should connect to.
Initial TODO:
agent class loader
agent bytecode transfer
solve peer -> peer problems - possibly by creating extra socket to send agent, but shouldn't really be needed
|
java.policy
|
1.1
(23 years ago)
by ajm:
Sketchy ideas for starting the "agents" project.
|