| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|
com.newstep.solid.comm.rtt
public class RttChannelsTable
Title:RttChannelsTable
Description: The RttChannelsTable stores the Rtt channels that get created.
Copyright: Copyright (c) 2005
Company:NewStep Networks
Version:
1.0
Author:
atomus
Links:
Kernel Association Association Link
Client cardinality:
1
Client navigability:
NOT NAVIGABLE
Client visibility:
private
Supplier cardinality:
1
Supplier navigability:
NAVIGABLE
Supplier role:
Singleton factory
Supplier visibility:
private
Custom properties
link.
pattern:
Singleton
shapeType:
PatternLink
| Field Summary |
private List |
|
|
|
| Constructor Summary |
protected void |
|
| Method Summary |
public synchronized void |
|
public synchronized void |
|
public synchronized boolean |
|
|
|
|
|
public synchronized void |
|
public String |
|
public synchronized void |
|
private List cList
Multiplicity:
1
Multiplicity:
1
Static.
Custom properties
pattern:
Singleton
shapeType:
PatternLink
protected void RttChannelsTable ()
Stereotype:
create
public synchronized void addChannel (Channel channel)
Adds the given channel to the table
Parameters:
channel
Synchronized.
public synchronized void cleanTable ()
Cleans up all the channels in the table
Synchronized.
public synchronized boolean findChannel (Channel channel)
Looks for the given channel
Parameters:
channel
Return:
Channel
Synchronized.
public synchronized Channel findChannel (Integer partnerId)
Finds a channel with the given id
Parameters:
partnerId
Return:
TODO
Synchronized.
Returns the instance of the RttChannelsTables
Return:
RttChannelsTable
Static.
Synchronized.
public synchronized void removeChannel (Channel channel)
Removes the given channel from the table
Parameters:
channel
Synchronized.
public String toString ()
External reprezentation of the table
public synchronized void updateId (Channel channel, Integer partnerId)
Updates the channel with the corresponding id.
Parameters:
channel
partnerId
Synchronized.
| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|