Package | Description |
---|---|
com.oss.teamshare.communication | |
com.oss.teamshare.team |
Modifier and Type | Method and Description |
---|---|
Ice.ObjectPrx |
IceRuntime.createObjectProxy(DeviceId id,
InetSocketAddress address) |
Constructor and Description |
---|
DeviceServer(DeviceId id,
int port) |
Modifier and Type | Method and Description |
---|---|
DeviceId |
Device.getId()
Pull a change identified by its ID from this device.
|
Modifier and Type | Method and Description |
---|---|
Map<DeviceId,Device> |
User.getDevices() |
Modifier and Type | Method and Description |
---|---|
static Session |
Session.create(UserId userId,
DeviceId deviceId,
int port) |
Map<TeamId,Team> |
TeamRepo.retrieveUserTeams(UserId userId,
DeviceId deviceId) |
Map<TeamId,Team> |
JsonTeamRepo.retrieveUserTeams(UserId userId,
DeviceId deviceId)
Retrieve from team repository all teams in which a user is part of.
|
Constructor and Description |
---|
Device(DeviceId id,
String name,
User user,
InetAddress address,
int icePort,
int swiftPort) |