org.omg.ETF
Interface ProfileOperations

All Known Subinterfaces:
Profile
All Known Implementing Classes:
_ProfileLocalBase

public interface ProfileOperations

Generated from IDL interface "Profile"

Author:
JacORB IDL compiler V 2.2.3, 10-Dec-2005

Method Summary
 Profile copy()
           
 byte[] get_object_key()
           
 int hash()
           
 boolean is_match(Profile prof)
           
 void marshal(TaggedProfileHolder tagged_profile, TaggedComponentSeqHolder components)
           
 void set_object_key(byte[] key)
           
 int tag()
           
 Version version()
           
 

Method Detail

marshal

public void marshal(TaggedProfileHolder tagged_profile,
                    TaggedComponentSeqHolder components)

hash

public int hash()

copy

public Profile copy()

is_match

public boolean is_match(Profile prof)

version

public Version version()

set_object_key

public void set_object_key(byte[] key)

get_object_key

public byte[] get_object_key()

tag

public int tag()