public interface Ialias2PortType
Modifier and Type | Method and Description |
---|---|
void |
createalias2(String key,
boolean system,
URI target)
Create a new alias for an MWS thing.
|
String[] |
listaliases2(URI target)
Retrieve an array of alias identifier strings for a specified MWS thing
|
AliasValue |
lookupalias2(String key)
Retrieve an alias object for a specified alias identifier
|
void |
removealias2(String key)
Delete an alias for an MWS thing
|
void createalias2(String key, boolean system, URI target)
key
- unused parametersystem
- true to create a system alias, which cannot be deletedtarget
- the MWS thing identifier as a URLAliasValue lookupalias2(String key)
key
- the alias identifier to retrievevoid removealias2(String key)
key
- the alias to remove from the MWS system