net.sf.beep4j.internal
Class StartChannelResponse

java.lang.Object
  extended by net.sf.beep4j.internal.StartChannelResponse

public abstract class StartChannelResponse
extends java.lang.Object


Method Summary
static StartChannelResponse createCancelledResponse(int code, java.lang.String message)
           
static StartChannelResponse createSuccessResponse(ProfileInfo profile, ChannelHandler channelHandler)
           
 ChannelHandler getChannelHandler()
           
 int getCode()
           
 java.lang.String getMessage()
           
 ProfileInfo getProfile()
           
abstract  boolean isCancelled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isCancelled

public abstract boolean isCancelled()

getCode

public int getCode()

getMessage

public java.lang.String getMessage()

getProfile

public ProfileInfo getProfile()

getChannelHandler

public ChannelHandler getChannelHandler()

createCancelledResponse

public static final StartChannelResponse createCancelledResponse(int code,
                                                                 java.lang.String message)

createSuccessResponse

public static final StartChannelResponse createSuccessResponse(ProfileInfo profile,
                                                               ChannelHandler channelHandler)


Copyright © 2007 null. All Rights Reserved.