jasco.runtime.distribution
Class DistributedAdviceExecution

java.lang.Object
  extended by jasco.runtime.distribution.DistributedAdviceExecution
All Implemented Interfaces:
java.io.Serializable

public class DistributedAdviceExecution
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
DistributedAdviceExecution(Advice.Type type, java.lang.String name, java.lang.String name2, Host host, DistributedJascoMethod jp)
           
 
Method Summary
 Advice.Type getAdviceType()
           
 java.lang.String getAspectInstanceName()
           
 java.lang.String getConnectorClassName()
           
 Host getHost()
           
 DistributedJascoMethod getJP()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DistributedAdviceExecution

public DistributedAdviceExecution(Advice.Type type,
                                  java.lang.String name,
                                  java.lang.String name2,
                                  Host host,
                                  DistributedJascoMethod jp)
Method Detail

getAdviceType

public Advice.Type getAdviceType()

getAspectInstanceName

public java.lang.String getAspectInstanceName()

getConnectorClassName

public java.lang.String getConnectorClassName()

getHost

public Host getHost()

getJP

public DistributedJascoMethod getJP()