VLab Common 1.2

pl.psnc.vlab.remote.util
Class RemoteHelper

java.lang.Object
  extended by pl.psnc.vlab.remote.util.RemoteHelper

public abstract class RemoteHelper
extends java.lang.Object

RemoteHelper class - remote helper class. Set of utility methods to work with remote object, byte conversions, etc.

Author:
Dominik Stoklosa (~osa~)
Email address
osa@man.poznan.pl

Constructor Summary
RemoteHelper()
           
 
Method Summary
static byte[] getBytes(javax.activation.DataHandler dataHandler)
          Get bytes from the given data handler.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteHelper

public RemoteHelper()
Method Detail

getBytes

public static byte[] getBytes(javax.activation.DataHandler dataHandler)
Get bytes from the given data handler.

Parameters:
dataHandler - data handler instance
Returns:
bytes from the given data handler

VLab Common 1.2

Copyright 2004 by VLAB Dominik Stoklosa.