mx4j.tools.remote.caucho

Class CauchoClientInvoker

Implemented Interfaces:
HTTPConnection, JMXConnection
Known Direct Subclasses:
BurlapClientInvoker, HessianClientInvoker

public abstract class CauchoClientInvoker
extends HTTPClientInvoker

Version:
$Revision: 1.4 $

Constructor Summary

CauchoClientInvoker(String endpoint)

Method Summary

protected CauchoInput
createCauchoInput(InputStream stream)
protected CauchoOutput
createCauchoOutput(OutputStream stream)
protected HTTPConnection
getService()

Methods inherited from class mx4j.tools.remote.http.HTTPClientInvoker

addNotificationListener, addNotificationListener, close, connect, createMBean, createMBean, fetchNotifications, getAttribute, getAttributes, getConnectionId, getDefaultDomain, getDomains, getMBeanCount, getMBeanInfo, getObjectInstance, getService, invoke, isInstanceOf, isRegistered, queryMBeans, queryNames, removeNotificationListener, removeNotificationListener, removeNotificationListeners, setAttribute, setAttributes, unregisterMBean

Constructor Details

CauchoClientInvoker

public CauchoClientInvoker(String endpoint)

Method Details

createCauchoInput

protected CauchoInput createCauchoInput(InputStream stream)


createCauchoOutput

protected CauchoOutput createCauchoOutput(OutputStream stream)


getService

protected HTTPConnection getService()
Overrides:
getService in interface HTTPClientInvoker


Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.