net.sf.josceleton.connection.api
Interface Connection

All Superinterfaces:
Async<ConnectionListener>, Closeable
All Known Subinterfaces:
ConnectionInternal

public interface Connection
extends Async<ConnectionListener>, Closeable

/** This type provides the most low-level acccess you can get from Josceleton. Dispatches already transformed, high-level value objects in real-time without any modifications.

Since:
0.1

Method Summary
 UserService getUserService()
          Simple getter method.
 
Methods inherited from interface net.sf.josceleton.core.api.async.Async
addListener, removeListener
 
Methods inherited from interface net.sf.josceleton.core.api.async.Closeable
close
 

Method Detail

getUserService

UserService getUserService()
Simple getter method.

Returns:
the internal connection specific user service.
Since:
0.3


Copyright © 2011 Josceleton. All Rights Reserved.