com.bloomberglp.blpapi
Class ResolutionList

java.lang.Object
  extended by com.bloomberglp.blpapi.ResolutionList

public class ResolutionList
extends java.lang.Object


Nested Class Summary
static class ResolutionList.Status
           
 
Constructor Summary
ResolutionList()
           
 
Method Summary
 void add(Message message)
           
 void add(Message message, CorrelationID correlationId)
           
 void add(java.lang.String topic)
           
 void add(java.lang.String topic, CorrelationID correlationId)
           
 void addAttribute(Name attribute)
           
 Element attribute(Name attributeName, CorrelationID correlationId)
           
 Element attributeAt(Name attributeName, int index)
           
 CorrelationID correlationIdAt(int index)
           
 Message message(CorrelationID correlationId)
           
 Message messageAt(int index)
           
 int size()
           
 ResolutionList.Status status(CorrelationID correlationId)
           
 ResolutionList.Status statusAt(int index)
           
 java.lang.String topicString(CorrelationID correlationId)
           
 java.lang.String topicStringAt(int index)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResolutionList

public ResolutionList()
Method Detail

add

public void add(java.lang.String topic,
                CorrelationID correlationId)

add

public void add(java.lang.String topic)

addAttribute

public void addAttribute(Name attribute)

attribute

public Element attribute(Name attributeName,
                         CorrelationID correlationId)

attributeAt

public Element attributeAt(Name attributeName,
                           int index)

message

public Message message(CorrelationID correlationId)

messageAt

public Message messageAt(int index)

correlationIdAt

public CorrelationID correlationIdAt(int index)

topicString

public java.lang.String topicString(CorrelationID correlationId)

topicStringAt

public java.lang.String topicStringAt(int index)

status

public ResolutionList.Status status(CorrelationID correlationId)

statusAt

public ResolutionList.Status statusAt(int index)

size

public int size()

add

public void add(Message message)

add

public void add(Message message,
                CorrelationID correlationId)


Copyright © 2015 Bloomberg L.P.. All Rights Reserved.