org.openxri.store
Interface StoreEditable

All Known Implementing Classes:
DatabaseStore, NullStore

public interface StoreEditable

Methods for reading and manipulating refs and services of an authority.

Author:
=peacekeeper

Method Summary
 void setXrd(Authority authority, XRD xrd)
          Sets the XRD of an authority.
 

Method Detail

setXrd

void setXrd(Authority authority,
            XRD xrd)
            throws StoreException
Sets the XRD of an authority.

Parameters:
authority - The authority.
xrd - The XRD to set for the authority.
Throws:
StoreException


Copyright © 2005-2012. All Rights Reserved.