|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Protocol
Base protocol interface, contains commonly used names to refer to protocol interfaces.
Field Summary | |
---|---|
static String |
ITF_NAME
The default name of this interface |
static String |
LOWER_PROTOCOL_ITF_NAME
The default name of a client interface of a protocol component bound to a lower level protocol. |
Method Summary | |
---|---|
ExportIdentifier |
createExportIdentifier(Map<String,Object> info,
ExportIdentifier[] next)
Creates a new export identifier with the provided info |
Field Detail |
---|
static final String ITF_NAME
static final String LOWER_PROTOCOL_ITF_NAME
Method Detail |
---|
ExportIdentifier createExportIdentifier(Map<String,Object> info, ExportIdentifier[] next) throws InvalidExportIdentifierException
info
- the info used to create the export identifier.next
- the export identifier of the lower level protocols.
InvalidExportIdentifierException
- if the export identifier can't be
created.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |