javax.obex
Interface SessionNotifier

All Superinterfaces:
Connection

public interface SessionNotifier
extends Connection


Method Summary
 Connection acceptAndOpen(ServerRequestHandler arg1)
           
 Connection acceptAndOpen(ServerRequestHandler arg1, Authenticator arg2)
           
 
Methods inherited from interface javax.microedition.io.Connection
close
 

Method Detail

acceptAndOpen

Connection acceptAndOpen(ServerRequestHandler arg1)
                         throws IOException
Throws:
IOException

acceptAndOpen

Connection acceptAndOpen(ServerRequestHandler arg1,
                         Authenticator arg2)
                         throws IOException
Throws:
IOException


Copyright © 2006-2007 Jayway AB. All Rights Reserved.