| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|
com.newstep.solid.comm
|
+--com.newstep.solid.comm.ChannelAccessPoint
public abstract class ChannelAccessPoint
Title:ChannelAccessPoint
Description:Channel creation interface. All different types of channels must have
a ChannelAccessPoint that extends this class
Copyright: Copyright (c) 2005
Company:NewStep Networks
Version:
1.0
Author:
atomus
Abstract.
Links:
Kernel Association Association Link
Associates type:
aggregation
Client cardinality:
1..*
Client navigability:
NOT NAVIGABLE
Client visibility:
private
Supplier cardinality:
1
Supplier navigability:
NAVIGABLE
Supplier visibility:
private
Custom properties
link:
aggregation
Generalization Generalization Link
Title:ChannelAccessPoint
Description:Channel creation interface. All different types of channels must have
a ChannelAccessPoint that extends this class
Copyright: Copyright (c) 2005
Company:NewStep Networks
Author:
atomus
Custom properties
version:
1.0
| Constructor Summary |
public void |
|
| Method Summary |
|
|
|
|
|
|
public abstract void |
|
public abstract void |
|
|
|
public abstract void |
|
Multiplicity:
1
Stereotype:
create
Custom properties
associates:
ChannelAccessPointListener
clientCardinality:
1
link:
aggregation
__supplierQualifier_1:
0..*
Returns a channel created using the channel factory. The channel can be
furthermore connected at the provided address
Parameters:
address Address
Return:
Channel
Abstract.
Throws:
ChannelException
Creates a ChannelAccessPoint using the factory passed as an argument
Static.
Throws:
ChannelException
Gets the channel factory associated with this channel access point
Return:
ChannelFactory
Abstract.
Starts listening at the given address. When a connection is accepted at that address
the listener is notified
Parameters:
address Address
listener ChannelAccessPointListener
Abstract.
Throws:
ChannelException
public abstract Address parseString (String string)
Utility to read a string and to transform it into the proper Address needed for
a particular ChannelAccessPoint
Parameters:
string
Return:
TODO
Abstract.
Throws:
ChannelException
public abstract void stopListen (Address address)
Stops listening at the given address
Parameters:
address Address
Abstract.
Throws:
ChannelException
| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|