KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > omg > SecurityLevel1 > Current


1 package org.omg.SecurityLevel1;
2
3 // public abstract class Current
4
// implements org.omg.CORBA.Current
5
// {
6
// public abstract org.omg.Security.SecAttribute[] get_attributes(org.omg.Security.AttributeType[] attributes);
7
// }
8

9 public interface Current
10     extends org.omg.CORBA.Current JavaDoc
11 {
12     org.omg.Security.SecAttribute[] get_attributes(org.omg.Security.AttributeType[] attributes);
13 }
14
15
16
Popular Tags