Uses of Class
peer2me.service.Service

Packages that use Service
peer2me.network.bluetooth   
peer2me.session   
 

Uses of Service in peer2me.network.bluetooth
 

Constructors in peer2me.network.bluetooth with parameters of type Service
BluetoothListener(Bluetooth bluetooth, Service service)
          Constructor that sets some local variables and starts the thread
BluetoothPingListener(Bluetooth bluetooth, Service service)
          Constructor that sets some local variables and starts the thread
 

Uses of Service in peer2me.session
 

Methods in peer2me.session that return Service
 Service Session.getService()
          Gets a reference to Service
 

Methods in peer2me.session with parameters of type Service
static Session Session.getInstance(Framework framework, Group group, Service service, Network network, boolean activatePing)
          This should be used only one time, and sets a default Group, the Network and the Service.