org.eclipse.net4j.buddies
Interface IBuddySession

All Superinterfaces:
org.eclipse.core.runtime.IAdaptable, IBuddyContainer, IBuddyProvider, IContainer<IBuddy>, INotifier, ISession

public interface IBuddySession
extends ISession, IBuddyContainer


Method Summary
 void close()
           
 IChannel getChannel()
           
 IBuddy getSelf()
           
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 
Methods inherited from interface org.eclipse.net4j.buddies.common.IBuddyProvider
getBuddies, getBuddy
 
Methods inherited from interface org.eclipse.net4j.util.container.IContainer
getElements, isEmpty
 

Method Detail

getChannel

IChannel getChannel()
Specified by:
getChannel in interface ISession

getSelf

IBuddy getSelf()
Specified by:
getSelf in interface ISession

close

void close()
Specified by:
close in interface ISession

Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.