ibrokerkit.iname4java.store
Interface XriData

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GrsXriData, OpenxriXriData

public interface XriData
extends java.io.Serializable

The user data needed for - Registering a new i-name - Registering a new i-name as a synonym of an existing i-name - Transferring an existing i-name The list of what XriData must contain depends on which of the above operations is being performed, and on the kind of i-name (OpenXRI or GRS).


Method Summary
 boolean isCompleteForRegister()
          Checks if the XriData contains everything needed for registering a new i-name in the XriStore.
 boolean isCompleteForRegisterSynonym()
          Checks if the XriData contains everything needed for registering a new i-name as a synonym of an existing i-name in the XriStore.
 boolean isCompleteForTransfer()
          Checks if the XriData contains everything needed for transferring an existing i-name into the XriStore.
 

Method Detail

isCompleteForRegister

boolean isCompleteForRegister()
Checks if the XriData contains everything needed for registering a new i-name in the XriStore.


isCompleteForRegisterSynonym

boolean isCompleteForRegisterSynonym()
Checks if the XriData contains everything needed for registering a new i-name as a synonym of an existing i-name in the XriStore.


isCompleteForTransfer

boolean isCompleteForTransfer()
Checks if the XriData contains everything needed for transferring an existing i-name into the XriStore.



Copyright © 2009. All Rights Reserved.