com.sleepycat.je.rep.elections
Interface Proposer.ProposalParser

Enclosing class:
Proposer

public static interface Proposer.ProposalParser


Method Summary
 Proposer.Proposal parse(String wireFormat)
          Converts the wire format back into a Proposal
 

Method Detail

parse

Proposer.Proposal parse(String wireFormat)
Converts the wire format back into a Proposal

Parameters:
wireFormat - String representation of a Proposal
Returns:
the de-serialized Proposal


Copyright (c) 2004-2010 Oracle. All rights reserved.