KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > base > cci > SubscriptionTarget


1 // ----------------------------------------------------------------------------
2
// Instance/IntfBegin
3
// ----------------------------------------------------------------------------
4
//////////////////////////////////////////////////////////////////////////////
5
//
6
// Name: $Id: JMIAbstractMapper.java,v 1.11 2006/01/21 23:09:07 wfro Exp $
7
// Generated by: openMDX JMI Mapper
8
// Date: Mon Apr 03 11:38:58 CEST 2006
9
//
10
// GENERATED - DO NOT CHANGE MANUALLY
11
//
12
//////////////////////////////////////////////////////////////////////////////
13
package org.opencrx.kernel.base.cci;
14
15 public interface SubscriptionTarget
16   extends org.openmdx.base.accessor.jmi.cci.RefObject_1_0
17  {
18 // ----------------------------------------------------------------------------
19
// Instance/IntfOperation
20
// ----------------------------------------------------------------------------
21

22   public org.openmdx.base.cci.Void addSubscription(
23       org.openmdx.base.cci.Void params
24   ) throws javax.jmi.reflect.RefException ;
25
26   /**
27    */

28   public org.openmdx.base.cci.Void addSubscription(
29   ) throws javax.jmi.reflect.RefException ;
30
31 // ----------------------------------------------------------------------------
32
// Instance/IntfOperation
33
// ----------------------------------------------------------------------------
34

35   public org.openmdx.base.cci.Void addSubscriptionForParent(
36       org.openmdx.base.cci.Void params
37   ) throws javax.jmi.reflect.RefException ;
38
39   /**
40    */

41   public org.openmdx.base.cci.Void addSubscriptionForParent(
42   ) throws javax.jmi.reflect.RefException ;
43
44 // ----------------------------------------------------------------------------
45
// Instance/IntfOperation
46
// ----------------------------------------------------------------------------
47

48   public org.openmdx.base.cci.Void removeSubscription(
49       org.openmdx.base.cci.Void params
50   ) throws javax.jmi.reflect.RefException ;
51
52   /**
53    */

54   public org.openmdx.base.cci.Void removeSubscription(
55   ) throws javax.jmi.reflect.RefException ;
56
57 // ----------------------------------------------------------------------------
58
// Instance/IntfOperation
59
// ----------------------------------------------------------------------------
60

61   public org.openmdx.base.cci.Void removeSubscriptionForParent(
62       org.openmdx.base.cci.Void params
63   ) throws javax.jmi.reflect.RefException ;
64
65   /**
66    */

67   public org.openmdx.base.cci.Void removeSubscriptionForParent(
68   ) throws javax.jmi.reflect.RefException ;
69
70 // ----------------------------------------------------------------------------
71
// Instance/IntfEnd.vm
72
// ----------------------------------------------------------------------------
73
}
74
Popular Tags