|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.imaginary.lwp.BaseReference | +--com.jwpepper.inv.AudioReference
This class is reference for remote methods
Last Modified $Date: 1999/10/06 16:35:53 $
Constructor Summary | |
AudioReference()
Constructor method. |
|
AudioReference(Audio entity)
Constructor method. |
|
AudioReference(com.sun.java.util.collections.HashMap values)
Constructor method. |
|
AudioReference(long oid)
Constructor method. |
Method Summary | |
void |
addProduct(Identifier id,
Product prd)
This method adds a Product to a collection of Products that the Audio belongs to. |
java.io.BufferedInputStream |
getAudio()
This method returns the Audio String. |
java.util.Locale |
getLocale()
This method returns the Locale Object. |
com.sun.java.util.collections.Iterator |
products()
This method returns an iterator over the products collection. |
void |
removeProduct(Identifier id,
Product prd)
This method removes a Product from a collection of Products that the Audio belongs to. |
Methods inherited from class com.imaginary.lwp.BaseReference |
assign,
assign,
assign,
get,
getEntity,
getLastUpdateID,
getLastUpdateTime,
getObjectID,
put,
reconnect |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public AudioReference()
public AudioReference(long oid)
oid
- An ObjectIdentifierpublic AudioReference(Audio entity) throws java.rmi.RemoteException
entity
- An Audio Objectpublic AudioReference(com.sun.java.util.collections.HashMap values)
values
- A Hashmap of valuesMethod Detail |
public void addProduct(Identifier id, Product prd) throws PersistenceException, java.rmi.RemoteException
id
- An Audio Object Identifierprd
- A Product objectpublic com.sun.java.util.collections.Iterator products() throws java.rmi.RemoteException
public java.io.BufferedInputStream getAudio() throws java.rmi.RemoteException
public java.util.Locale getLocale() throws java.rmi.RemoteException
public void removeProduct(Identifier id, Product prd) throws PersistenceException, java.rmi.RemoteException
id
- An identifer object for the Audioprd
- A Product object to add to the collection
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |