Changes between Version 257 and Version 258 of WikiStart
- Timestamp:
- 09/24/19 11:59:16 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v257 v258 298 298 299 299 == References 300 Parties, domains, profiles and protocols are stored and used on remote machines. 300 The references module contains references to remote parties, domains, profiles and protocols that are stored on remote machines. Additionally it contains the interface specifications for connections to remote objects, and some general server objects. 301 301 302 302 Javadoc is available on the [http://artifactory.ewi.tudelft.nl/artifactory/webapp/#/artifacts/browse/tree/General/libs-release-local/geniusweb/references artifactory]. See [wiki:WikiStart#DownloadingJavaDoc downloading javadoc]. 303 304 === References 303 305 304 306 We use IRI's (internationalized resource identifier, which looks similar to the well known URLs you use in your web browser) to refer to them. These IRI's are packed inside objects like the PartyRef, ProtocolRef, ProfileRef, DomainRef so that it is clear what type of object the IRI is referring to. … … 312 314 ||file:||profile||file:src/test/settings.json ||gives file relative to local current working dir|| 313 315 ||classpath:||party||classpath:geniusweb.exampleparties.randomparty.RandomParty||must be in classpath|| 316 317 === Connection 318 The connection objects are used to describe a general connection with a remote Connectable that can respond to requests or take actions pro-actively. The Connection object defines a connection to a Connectable. A ConnectionFactory can create a Connection given a Reference. 319 320 === serverobjects 321 Here we store objects that are also used in communication with servers. 322 323 The ServerInfo object contains information about a runserver. Currently it contains the number of free slots and the total number of available slots on the server. 324 325 314 326 315 327 == BidSpace