public interface TargetInfo
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getAdapterID()
Adapter ID of the target adapter.
|
byte[] |
getObjectID()
Object ID of the target.
|
java.lang.String |
getRepositoryID()
Most derrived repository IDs supported by the target.
|
boolean |
targetIsA(java.lang.String repo_id)
Test if the target supports the given repository id.
|
java.lang.String getRepositoryID()
boolean targetIsA(java.lang.String repo_id)
byte[] getAdapterID()
byte[] getObjectID()