C E G I J M S

C

CException - Exception in edu.rutgers.winlab.jmfapi
Exception class that is used to handle exceptions occurred in jni or c code
CException() - Constructor for exception edu.rutgers.winlab.jmfapi.CException
 
CException(String) - Constructor for exception edu.rutgers.winlab.jmfapi.CException
See normal Java Exceptions as reference
CException(String, Throwable) - Constructor for exception edu.rutgers.winlab.jmfapi.CException
See normal Java Exceptions as reference

E

edu.rutgers.winlab.jmfapi - package edu.rutgers.winlab.jmfapi
 
equals(Object) - Method in class edu.rutgers.winlab.jmfapi.GUID
 

G

getCode() - Method in exception edu.rutgers.winlab.jmfapi.JMFException
Get the error code
getGUID() - Method in class edu.rutgers.winlab.jmfapi.GUID
 
getValue() - Method in class edu.rutgers.winlab.jmfapi.MFFlag
 
GUID - Class in edu.rutgers.winlab.jmfapi
 
GUID() - Constructor for class edu.rutgers.winlab.jmfapi.GUID
 
GUID(int) - Constructor for class edu.rutgers.winlab.jmfapi.GUID
 

I

isOpen() - Method in class edu.rutgers.winlab.jmfapi.JMFAPI
Check if the the stack is open (done locally, no connection to stack).

J

JMFAPI - Class in edu.rutgers.winlab.jmfapi
Java API used to interface with MobilityFirst's stack prototype
JMFAPI() - Constructor for class edu.rutgers.winlab.jmfapi.JMFAPI
MobilityFirst socket object creation.
jmfattach(GUID[]) - Method in class edu.rutgers.winlab.jmfapi.JMFAPI
Add GUID reachability for the specified GUIDs.
jmfattach(GUID) - Method in class edu.rutgers.winlab.jmfapi.JMFAPI
Add GUID reachability for the specified GUIDs.
jmfclose() - Method in class edu.rutgers.winlab.jmfapi.JMFAPI
Close the socket connection with the stack.
jmfdetach(GUID[]) - Method in class edu.rutgers.winlab.jmfapi.JMFAPI
Remove GUID reachability for the specified GUIDs.
jmfdetach(GUID) - Method in class edu.rutgers.winlab.jmfapi.JMFAPI
Remove GUID reachability for the specified GUID.
JMFException - Exception in edu.rutgers.winlab.jmfapi
Exception class that is used to handle exceptions occurred in MobilityFirst's Java API
JMFException() - Constructor for exception edu.rutgers.winlab.jmfapi.JMFException
 
JMFException(String) - Constructor for exception edu.rutgers.winlab.jmfapi.JMFException
See normal Java Exceptions as reference
JMFException(String, int) - Constructor for exception edu.rutgers.winlab.jmfapi.JMFException
See normal Java Exceptions as reference
JMFException(String, Throwable) - Constructor for exception edu.rutgers.winlab.jmfapi.JMFException
See normal Java Exceptions as reference
jmfopen(String) - Method in class edu.rutgers.winlab.jmfapi.JMFAPI
Open the socket connection with the stack
jmfopen(String, MFFlag) - Method in class edu.rutgers.winlab.jmfapi.JMFAPI
Open the socket connection with the stack
jmfopen(String, GUID) - Method in class edu.rutgers.winlab.jmfapi.JMFAPI
Open the socket connection with the stack
jmfopen(String, MFFlag, GUID) - Method in class edu.rutgers.winlab.jmfapi.JMFAPI
Open the socket connection with the stack
jmfrecv(GUID, byte[], int, GUID[]) - Method in class edu.rutgers.winlab.jmfapi.JMFAPI
Tries to receive the last message received.
jmfrecv(GUID, byte[], int) - Method in class edu.rutgers.winlab.jmfapi.JMFAPI
Tries to receive the last message received.
jmfrecv_blk(GUID, byte[], int, GUID[]) - Method in class edu.rutgers.winlab.jmfapi.JMFAPI
Tries to receive the last message received.
jmfrecv_blk(GUID, byte[], int) - Method in class edu.rutgers.winlab.jmfapi.JMFAPI
Tries to receive the last message received.
jmfsend(byte[], int, GUID, MFFlag) - Method in class edu.rutgers.winlab.jmfapi.JMFAPI
Send a chunk of data.
jmfsend(byte[], int, GUID) - Method in class edu.rutgers.winlab.jmfapi.JMFAPI
Send a chunk of data.

M

MF_MHOME - Static variable in class edu.rutgers.winlab.jmfapi.MFFlag
 
MFFlag - Class in edu.rutgers.winlab.jmfapi
File: JMFAPI.java Author: Francesco Bronzino Description: MobilityFirst flags used to request features and service Ids to the host protocol stack
MFFlag() - Constructor for class edu.rutgers.winlab.jmfapi.MFFlag
 

S

setCode(int) - Method in exception edu.rutgers.winlab.jmfapi.JMFException
Set the error code
setGUID(int) - Method in class edu.rutgers.winlab.jmfapi.GUID
 
setValue(int) - Method in class edu.rutgers.winlab.jmfapi.MFFlag
 

C E G I J M S