KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > admin1 > cci > Segment


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:39:01 CEST 2006
9
//
10
// GENERATED - DO NOT CHANGE MANUALLY
11
//
12
//////////////////////////////////////////////////////////////////////////////
13
package org.opencrx.kernel.admin1.cci;
14
15 public interface Segment
16   extends
17  org.openmdx.base.cci.Segment {
18 // ----------------------------------------------------------------------------
19
// Instance/IntfOperation
20
// ----------------------------------------------------------------------------
21

22   public org.opencrx.kernel.admin1.cci.CreateAdministratorResult createAdministrator(
23       org.opencrx.kernel.admin1.cci.CreateAdministratorParams params
24   ) throws javax.jmi.reflect.RefException ;
25
26   /**
27    */

28   public org.opencrx.kernel.admin1.cci.CreateAdministratorResult createAdministrator(
29       String JavaDoc adminPrincipalName
30     , String JavaDoc initialPassword
31     , String JavaDoc initialPasswordVerification
32     , String JavaDoc segmentName
33   ) throws javax.jmi.reflect.RefException ;
34
35 // ----------------------------------------------------------------------------
36
// Instance/IntfOperation
37
// ----------------------------------------------------------------------------
38

39   public org.opencrx.kernel.admin1.cci.ImportLoginPrincipalsResult importLoginPrincipals(
40       org.opencrx.kernel.admin1.cci.ImportLoginPrincipalsParams params
41   ) throws javax.jmi.reflect.RefException ;
42
43   /**
44    */

45   public org.opencrx.kernel.admin1.cci.ImportLoginPrincipalsResult importLoginPrincipals(
46       byte[] item
47     , String JavaDoc itemMimeType
48     , String JavaDoc itemName
49   ) throws javax.jmi.reflect.RefException ;
50
51 // ----------------------------------------------------------------------------
52
// Instance/IntfEnd.vm
53
// ----------------------------------------------------------------------------
54
}
55
Popular Tags