net.sf.beep4j.internal
Class StartChannelResponse
java.lang.Object
net.sf.beep4j.internal.StartChannelResponse
public abstract class StartChannelResponse
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.