public final class KahaDestination
extends org.apache.activemq.protobuf.BaseMessage<T>
| Modifier and Type | Class and Description |
|---|---|
static class |
KahaDestination.DestinationType |
| Constructor and Description |
|---|
KahaDestination() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
clearName() |
void |
clearType() |
KahaDestination |
clone() |
boolean |
equals(KahaDestination obj) |
boolean |
equals(Object obj) |
String |
getName() |
KahaDestination.DestinationType |
getType() |
int |
hashCode() |
boolean |
hasName() |
boolean |
hasType() |
KahaDestination |
mergeFrom(KahaDestination other) |
KahaDestination |
mergeUnframed(org.apache.activemq.protobuf.CodedInputStream input) |
ArrayList<String> |
missingFields() |
static KahaDestination |
parseFramed(org.apache.activemq.protobuf.Buffer data) |
static KahaDestination |
parseFramed(byte[] data) |
static KahaDestination |
parseFramed(org.apache.activemq.protobuf.CodedInputStream data) |
static KahaDestination |
parseFramed(InputStream data) |
static KahaDestination |
parseUnframed(org.apache.activemq.protobuf.Buffer data) |
static KahaDestination |
parseUnframed(byte[] data) |
static KahaDestination |
parseUnframed(org.apache.activemq.protobuf.CodedInputStream data) |
static KahaDestination |
parseUnframed(InputStream data) |
int |
serializedSizeUnframed() |
T |
setName(String name) |
T |
setType(KahaDestination.DestinationType type) |
String |
toString() |
StringBuilder |
toString(StringBuilder sb,
String prefix) |
void |
writeUnframed(org.apache.activemq.protobuf.CodedOutputStream output) |
addAll, assertInitialized, checktInitialized, computeGroupSize, computeMessageSize, isInitialized, load, loadAndClear, mergeFramed, mergeFramed, mergeFramed, mergeFramed, mergeUnframed, mergeUnframed, mergeUnframed, prefix, readGroup, readRawByte, readRawVarint32, serializedSizeFramed, toFramedBuffer, toFramedByteArray, toUnframedBuffer, toUnframedByteArray, writeFramed, writeFramed, writeGroup, writeMessage, writeUnframedpublic ArrayList<String> missingFields()
missingFields in class org.apache.activemq.protobuf.BaseMessage<KahaDestination>public void clear()
clear in interface org.apache.activemq.protobuf.Message<KahaDestination>clear in class org.apache.activemq.protobuf.BaseMessage<KahaDestination>public KahaDestination clone()
clone in interface org.apache.activemq.protobuf.Message<KahaDestination>clone in class org.apache.activemq.protobuf.BaseMessage<KahaDestination>public KahaDestination mergeFrom(KahaDestination other)
mergeFrom in interface org.apache.activemq.protobuf.Message<KahaDestination>mergeFrom in class org.apache.activemq.protobuf.BaseMessage<KahaDestination>public int serializedSizeUnframed()
public KahaDestination mergeUnframed(org.apache.activemq.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic void writeUnframed(org.apache.activemq.protobuf.CodedOutputStream output)
throws IOException
writeUnframed in interface org.apache.activemq.protobuf.Message<KahaDestination>writeUnframed in class org.apache.activemq.protobuf.BaseMessage<KahaDestination>IOExceptionpublic static KahaDestination parseUnframed(org.apache.activemq.protobuf.CodedInputStream data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException, IOException
org.apache.activemq.protobuf.InvalidProtocolBufferExceptionIOExceptionpublic static KahaDestination parseUnframed(org.apache.activemq.protobuf.Buffer data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException
org.apache.activemq.protobuf.InvalidProtocolBufferExceptionpublic static KahaDestination parseUnframed(byte[] data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException
org.apache.activemq.protobuf.InvalidProtocolBufferExceptionpublic static KahaDestination parseUnframed(InputStream data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException, IOException
org.apache.activemq.protobuf.InvalidProtocolBufferExceptionIOExceptionpublic static KahaDestination parseFramed(org.apache.activemq.protobuf.CodedInputStream data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException, IOException
org.apache.activemq.protobuf.InvalidProtocolBufferExceptionIOExceptionpublic static KahaDestination parseFramed(org.apache.activemq.protobuf.Buffer data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException
org.apache.activemq.protobuf.InvalidProtocolBufferExceptionpublic static KahaDestination parseFramed(byte[] data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException
org.apache.activemq.protobuf.InvalidProtocolBufferExceptionpublic static KahaDestination parseFramed(InputStream data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException, IOException
org.apache.activemq.protobuf.InvalidProtocolBufferExceptionIOExceptionpublic StringBuilder toString(StringBuilder sb, String prefix)
public boolean equals(KahaDestination obj)
public boolean hasType()
public KahaDestination.DestinationType getType()
public T setType(KahaDestination.DestinationType type)
public void clearType()
public boolean hasName()
public String getName()
public T setName(String name)
public void clearName()
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.