SocketConnectionInfo.java :  » JMS » UberMQ » com » ubermq » kernel » Java Open Source

Java Open Source » JMS » UberMQ 
UberMQ » com » ubermq » kernel » SocketConnectionInfo.java
/*
 * Copyright (c) 2004 Rhombus Technologies, Inc.
 * All rights reserved. 
 */
package com.ubermq.kernel;

import java.net.*;

/**
 * A connection info extension that allows a caller to obtain a <code>Socket</code>.  
 */
public interface SocketConnectionInfo
    extends IConnectionInfo
{
    /**
     * Returns the socket resource that this connection represents. 
     */
    public Socket getSocket();
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.