org.livetribe.slp.spi.msg
Class IdentifierExtension
java.lang.Object
org.livetribe.slp.spi.msg.BytesBlock
org.livetribe.slp.spi.msg.Extension
org.livetribe.slp.spi.msg.IdentifierExtension
public class IdentifierExtension
- extends Extension
- Version:
- $Rev: 157 $ $Date: 2006-06-05 23:29:25 +0200 (Mon, 05 Jun 2006) $
IdentifierExtension
public IdentifierExtension()
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
getId
public int getId()
- Description copied from class:
Extension
- Returns the extension id that identifies this extension.
- Specified by:
getId
in class Extension
getIdentifier
public String getIdentifier()
setIdentifier
public void setIdentifier(String identifier)
getHost
public String getHost()
setHost
public void setHost(String host)
serializeBody
protected byte[] serializeBody()
throws ServiceLocationException
- Specified by:
serializeBody
in class Extension
- Throws:
ServiceLocationException
deserializeBody
protected void deserializeBody(byte[] bodyBytes)
throws ServiceLocationException
- Specified by:
deserializeBody
in class Extension
- Throws:
ServiceLocationException
findFirst
public static IdentifierExtension findFirst(Collection extensions)
- Returns the first IdentifierExtension found in the given collection of extensions.
findAll
public static Collection findAll(Collection extensions)
- Returns all IdentifierExtensions found in the given collection of extensions.
Copyright © 2006-2012 LiveTribe. All Rights Reserved.