Serialized Form


Package hamsam.api

Class hamsam.api.Buddy implements Serializable

Serialized Fields

protocol

Protocol protocol
The protocol used by this buddy.


username

java.lang.String username
The username of this buddy.


group

java.lang.String group
The group of this buddy.


status

java.lang.String status
Status of this buddy.


alias

java.lang.String alias
Alias name of this buddy.

Class hamsam.api.Conference implements Serializable

Serialized Fields

protocol

Protocol protocol
The underlying protocol for this conference.


host

Buddy host
The host buddy.


buddies

java.util.Vector buddies
A list of all participants, including the host.

Class hamsam.api.IMAdapter implements Serializable

Class hamsam.api.Message implements Serializable

Serialized Fields

componentVector

java.util.Vector componentVector
This vector holds all the mesage components.

Class hamsam.api.Response implements Serializable

Serialized Fields

accept

boolean accept
Does this Response accept the request?


message

java.lang.String message
The explanation for rejection.


Package hamsam.exception

Class hamsam.exception.HamsamException implements Serializable

Class hamsam.exception.IllegalArgumentException implements Serializable

Class hamsam.exception.IllegalStateException implements Serializable

Class hamsam.exception.UnsupportedOperationException implements Serializable


Package hamsam.protocol

Class hamsam.protocol.ProtocolManager implements Serializable