com.vinculumtech.carrierwave.manager
Class Remote

java.lang.Object
  extended bycom.vinculumtech.carrierwave.manager.Remote

public final class Remote
extends java.lang.Object

This is an experimental class providing simple remote access to other CarrierWave servers.

Version:
$Id: //depot/carrierwave/src/server/com/vinculumtech/carrierwave/manager/Remote.java#12 $

Constructor Summary
Remote()
           
 
Method Summary
static void closeClientSession(java.lang.String host)
           
static ClientSession openClientSession(java.lang.String host)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Remote

public Remote()
Method Detail

openClientSession

public static final ClientSession openClientSession(java.lang.String host)
                                             throws ClientSessionException
Throws:
ClientSessionException

closeClientSession

public static final void closeClientSession(java.lang.String host)
                                     throws ClientSessionException
Throws:
ClientSessionException


Copyright (C) 2002 Vinculum Technologies, Inc. All Rights Reserved.