Changeset 4 for src/main/java/geniusweb/partiesserver/repository
- Timestamp:
- 09/18/19 10:00:24 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/geniusweb/partiesserver/repository/RunningParty.java
r1 r4 12 12 import geniusweb.actions.PartyId; 13 13 import geniusweb.connection.DefaultConnection; 14 import geniusweb.partiesserver.RunningPartiesUpdater; 14 15 import geniusweb.party.Party; 15 16 import geniusweb.party.inform.Inform; … … 100 101 * @param name The name, this should match the filename in the repo 101 102 * (without the .jar). 102 * @param maxRunTimeMS the maximum runtime for this party (ms) 103 * @param maxRunTimeMS the maximum runtime for this party (ms). The {@link RunningPartiesUpdater} 104 * will keep an eye on the time and handle removal after time is up. 105 * 103 106 */ 104 107 public static RunningParty create(Party party, String name,
Note:
See TracChangeset
for help on using the changeset viewer.