org.omg.ETF
Interface ProfileOperations

All Known Subinterfaces:
Profile
All Known Implementing Classes:
_ProfileLocalBase, IIOPProfile, ProfileBase, ProfileLocalTie

public interface ProfileOperations

Generated from IDL interface "Profile".

Version:
generated at Mar 31, 2009 8:42:06 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007

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

void marshal(TaggedProfileHolder tagged_profile,
             TaggedComponentSeqHolder components)

hash

int hash()

copy

Profile copy()

is_match

boolean is_match(Profile prof)

version

Version version()

set_object_key

void set_object_key(byte[] key)

get_object_key

byte[] get_object_key()

tag

int tag()