axis_examplecompt_changesinfo-opsversion-2.00version-3.01version-3.02
Last change
on this file since c9318dc was
8780cbec,
checked in by Jay Jacobs <Jay.Jacobs@…>, 15 years ago
|
ABAC sources from Cobham
|
-
Property mode set to
100644
|
File size:
391 bytes
|
Line | |
---|
1 | package com.nailabs.abac.test; |
---|
2 | |
---|
3 | //import edu.stanford.peer.rbtm.credential.Entity; |
---|
4 | import com.nailabs.abac.process.Negotiator; |
---|
5 | import java.rmi.Remote; |
---|
6 | import java.rmi.RemoteException; |
---|
7 | |
---|
8 | |
---|
9 | public interface NegotiatorFactory extends Remote |
---|
10 | { |
---|
11 | public Remote getNegotiator(String entity, Negotiator peer) |
---|
12 | throws RemoteException; |
---|
13 | |
---|
14 | public void kill() throws RemoteException; |
---|
15 | |
---|
16 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.