org.sapia.ubik.rmi.examples
Class PrimitiveServer

java.lang.Object
  extended by org.sapia.ubik.rmi.examples.PrimitiveServer
All Implemented Interfaces:
java.rmi.Remote, PrimitiveService

public class PrimitiveServer
extends java.lang.Object
implements PrimitiveService

Author:
Yanick Duchesne
Copyright:
Copyright © 2002-2003 Sapia Open Source Software. All Rights Reserved.
License:
Read the license.txt file of the jar or visit the license page at the Sapia OSS web site

Constructor Summary
PrimitiveServer()
           
 
Method Summary
 boolean getBoolean()
           
 byte getByte()
           
 char getChar()
           
 double getDouble()
           
 float getFloat()
           
 int getInt()
           
 long getLong()
           
 short getShort()
           
static void main(java.lang.String[] args)
           
 void setBoolean(boolean bool)
           
 void setByte(byte b)
           
 void setBytes(byte[] b)
           
 void setChar(char c)
           
 void setDouble(double d)
           
 void setFloat(float f)
           
 void setInt(int i)
           
 void setLong(long l)
           
 void setShort(short s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrimitiveServer

public PrimitiveServer()
Method Detail

main

public static void main(java.lang.String[] args)

getBoolean

public boolean getBoolean()
Specified by:
getBoolean in interface PrimitiveService

getByte

public byte getByte()
Specified by:
getByte in interface PrimitiveService

getChar

public char getChar()
Specified by:
getChar in interface PrimitiveService

getDouble

public double getDouble()
Specified by:
getDouble in interface PrimitiveService

getFloat

public float getFloat()
Specified by:
getFloat in interface PrimitiveService

getInt

public int getInt()
Specified by:
getInt in interface PrimitiveService

getLong

public long getLong()
Specified by:
getLong in interface PrimitiveService

getShort

public short getShort()
Specified by:
getShort in interface PrimitiveService

setBoolean

public void setBoolean(boolean bool)
Specified by:
setBoolean in interface PrimitiveService

setByte

public void setByte(byte b)
Specified by:
setByte in interface PrimitiveService

setChar

public void setChar(char c)
Specified by:
setChar in interface PrimitiveService

setDouble

public void setDouble(double d)
Specified by:
setDouble in interface PrimitiveService

setFloat

public void setFloat(float f)
Specified by:
setFloat in interface PrimitiveService

setInt

public void setInt(int i)
Specified by:
setInt in interface PrimitiveService

setLong

public void setLong(long l)
Specified by:
setLong in interface PrimitiveService

setShort

public void setShort(short s)
Specified by:
setShort in interface PrimitiveService

setBytes

public void setBytes(byte[] b)
Specified by:
setBytes in interface PrimitiveService


Copyright © 2010 Sapia OSS. All Rights Reserved.