org.openorb.trader.persistence
Interface ProxyOffer

All Superinterfaces:
org.omg.CosPersistentState.StorageObject

public interface ProxyOffer
extends org.omg.CosPersistentState.StorageObject

ProxyOffer persistent states


Method Summary
 boolean if_match_all()
           
 void if_match_all(boolean arg)
           
 Lookup lookup()
           
 Lookup lookup(org.omg.CosPersistentState.ForUpdate fu)
           
 void lookup(Lookup arg)
           
 Policy[] policies_to_pass_on()
           
 Policy[] policies_to_pass_on(org.omg.CosPersistentState.ForUpdate fu)
           
 void policies_to_pass_on(Policy[] arg)
           
 Property[] properties()
           
 Property[] properties(org.omg.CosPersistentState.ForUpdate fu)
           
 void properties(Property[] arg)
           
 java.lang.String recipe()
           
 void recipe(java.lang.String arg)
           
 java.lang.String type()
           
 void type(java.lang.String arg)
           
 long uuid()
           
 void uuid(long arg)
           
 
Methods inherited from interface org.omg.CosPersistentState.StorageObject
destroy_object, get_pid, get_short_pid, get_storage_home, object_exists
 

Method Detail

uuid

long uuid()

uuid

void uuid(long arg)

type

java.lang.String type()

type

void type(java.lang.String arg)

properties

Property[] properties()

properties

Property[] properties(org.omg.CosPersistentState.ForUpdate fu)

properties

void properties(Property[] arg)

lookup

Lookup lookup()

lookup

Lookup lookup(org.omg.CosPersistentState.ForUpdate fu)

lookup

void lookup(Lookup arg)

if_match_all

boolean if_match_all()

if_match_all

void if_match_all(boolean arg)

recipe

java.lang.String recipe()

recipe

void recipe(java.lang.String arg)

policies_to_pass_on

Policy[] policies_to_pass_on()

policies_to_pass_on

Policy[] policies_to_pass_on(org.omg.CosPersistentState.ForUpdate fu)

policies_to_pass_on

void policies_to_pass_on(Policy[] arg)