org.sapia.ubik.rmi.examples
Interface PrimitiveService

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
PrimitiveServer

public interface PrimitiveService
extends java.rmi.Remote

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

Method Summary
 boolean getBoolean()
           
 byte getByte()
           
 char getChar()
           
 double getDouble()
           
 float getFloat()
           
 int getInt()
           
 long getLong()
           
 short getShort()
           
 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)
           
 

Method Detail

getBoolean

boolean getBoolean()

getByte

byte getByte()

getChar

char getChar()

getShort

short getShort()

getInt

int getInt()

getLong

long getLong()

getFloat

float getFloat()

getDouble

double getDouble()

setBoolean

void setBoolean(boolean bool)

setByte

void setByte(byte b)

setBytes

void setBytes(byte[] b)

setChar

void setChar(char c)

setShort

void setShort(short s)

setInt

void setInt(int i)

setLong

void setLong(long l)

setFloat

void setFloat(float f)

setDouble

void setDouble(double d)


Copyright © 2010 Sapia OSS. All Rights Reserved.